Details
Details
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 12451 Build 12726: arc lint + arc unit
Event Timeline
x11-toolkits/ntk/Makefile | ||
---|---|---|
19 | Keep this sorted. |
Comment Actions
===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: lib/libntk.so.1.3.1000 Error: Orphaned: lib/libntk_images.so.1.3.1000 ===> Checking for items in pkg-plist which are not in STAGEDIR Error: Missing: lib/libntk.so.1.3.0 Error: Missing: lib/libntk_images.so.1.3.0
x11-toolkits/ntk/pkg-plist | ||
---|---|---|
156 | as this is probably bound to the DISTVERSION, you could add a PLIST_SUB for this. That way, if you're lucky, you don't even have to touch the plist on a port-update. Something like PLIST_SUB= SHLIB_VER=${DISTVERSION} and replace the 1.3.1000's with %%SHLIB_VER%% |