Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Feb 2023 01:12:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 269443] sysutils/jdupes: Update to 1.21.3
Message-ID:  <bug-269443-7788-nEQNlany2O@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-269443-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-269443-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D269443

--- 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?

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-269443-7788-nEQNlany2O>