[Bug 221229] Mk/Uses/shebangfix.mk: Improve implementation
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Aug 8 01:12:25 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221229
--- Comment #4 from commit-hook at freebsd.org ---
A commit references this bug:
Author: feld
Date: Tue Aug 8 01:11:42 UTC 2017
New revision: 447528
URL: https://svnweb.freebsd.org/changeset/ports/447528
Log:
MFH: r447527
Mk/Uses/shebangfix.mk: Fix SHEBANG_FILES to use find(1)
Ports like net/vmware-vsphere-cli use SHEBANG_FILES with globs like so:
SHEBANG_FILES= bin/* ...
As of FreeBSD 11.1-RELEASE sed has changed and errors if attempted on
non-file
objects. In the case of the cited port there are many other files in the
bin/ directory which are symlinks for compatibility with old scripts.
This causes the port patching to fail.
PR: 221229
Differential Revision: https://reviews.freebsd.org/D11853
Approved by: portmgr (with hat)
Changes:
_U branches/2017Q3/
branches/2017Q3/Mk/Uses/shebangfix.mk
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-ports-bugs
mailing list