[Bug 269443] sysutils/jdupes: Update to 1.21.3
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 269443] sysutils/jdupes: Update to 1.21.3"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 20 Feb 2023 23:03:14 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269443 --- Comment #15 from Thomas Hurst <tom@hur.st> --- (In reply to Fernando ApesteguĂa from comment #14) Apparently not? Setting STRIP_CMD doesn't appear to do anything. Looking through make debug output suggests it's always setting install(1)'s STRIPBIN to 'strip'. This seems to be doubly-wrong, since that isn't even the stock fully-qualified STRIP_CMD of '/usr/bin/strip'. It works if I modify the do-install like so: STRIPBIN=${STRIP_CMD} ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin Does this look like a ports system bug, and is this an acceptable workaround in the meantime? -- You are receiving this mail because: You are the assignee for the bug.