Date: Tue, 08 Aug 2017 01:12:25 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 221229] Mk/Uses/shebangfix.mk: Improve implementation Message-ID: <bug-221229-13-DbCFbMBvIL@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-221229-13@https.bugs.freebsd.org/bugzilla/> References: <bug-221229-13@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=3D221229 --- Comment #4 from commit-hook@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=3D 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 --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-221229-13-DbCFbMBvIL>