[Bug 292631] x11/xscreensaver: Update to 6.14
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 292631] x11/xscreensaver: Update to 6.14"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 21 Jan 2026 16:56:22 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292631
Vladimir Druzenko <vvd@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vvd@FreeBSD.org
--- Comment #3 from Vladimir Druzenko <vvd@FreeBSD.org> ---
(In reply to Anton Saietskii from comment #2)
configure have attempt to fix this:
# By default, autoconf sets INSTALL_SCRIPT to '${INSTALL_PROGRAM}'.
# That's wrong: it should be set to '${INSTALL}', so that one can
# implement the "install-strip" target properly (strip executables,
# but do not try to strip scripts.)
#
INSTALL_SCRIPT='${INSTALL}'
But it doesn't work.
Check with patch for x11/xscreensaver/Makefile:
-CONFIGURE_ENV= PERL="${PERL}"
+CONFIGURE_ENV= PERL="${PERL}" INSTALL_PROGRAM=install
--
You are receiving this mail because:
You are the assignee for the bug.