[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: Tue, 21 Feb 2023 01:12:12 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269443 --- Comment #17 from Thomas Hurst <tom@hur.st> --- (In reply to Daniel Engberg from comment #16) ${STRIP} is just '-s' or the empty string, depending on if the port is being built with debug symbols or not - the path for the executable it uses for stripping comes from ${STRIPBIN}, which I now see is set by /usr/share/mk/sys.mk: https://cgit.freebsd.org/src/tree/share/mk/sys.mk#n276 It seems to me the ports system should override this. Your patch looks reasonable, thanks. Though should the path to llvm-strip not be qualified to be in /usr/bin? -- You are receiving this mail because: You are the assignee for the bug.