[Bug 269741] Ports system does not set STRIPBIN from STRIP_CMD

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 21 Feb 2023 18:27:43 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269741

            Bug ID: 269741
           Summary: Ports system does not set STRIPBIN from STRIP_CMD
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: tom@hur.st

${INSTALL_PROGRAM} strips executables by way of install(1)'s ${STRIPBIN}
variable.  This is conditionally set by /usr/share/mk/sys.mk to 'strip'.

The ports framework however only sets ${STRIPBIN} to ${STRIP_CMD} if
CROSS_TOOLCHAIN is set, so in the typical case install(1) ignores the setting.

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