Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Feb 2023 23:03:14 +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-HCRHqF95Rw@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 #15 from Thomas Hurst <tom@hur.st> ---
(In reply to Fernando Apestegu=C3=ADa 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=3D${STRIP_CMD} ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}
${STAGEDIR}${PREFIX}/bin

Does this look like a ports system bug, and is this an acceptable workaroun=
d in
the meantime?

--=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-HCRHqF95Rw>