[Bug 215230] devel/subversion: Fix shebang fix
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Dec 11 20:37:08 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215230
Bug ID: 215230
Summary: devel/subversion: Fix shebang fix
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: Individual Port(s)
Assignee: lev at FreeBSD.org
Reporter: delphij at FreeBSD.org
Flags: maintainer-feedback?(lev at FreeBSD.org)
Assignee: lev at FreeBSD.org
Created attachment 177887
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=177887&action=edit
Proposed fix
The build would fail on:
===> Patching for subversion-1.9.5
===> Applying extra patch
/usr/ports/devel/subversion/files/extra-patch-fbsd-template
===> Applying FreeBSD patches for subversion-1.9.5
sed:
/tmp/usr/ports/devel/subversion/work/subversion-1.9.5/tools/dist/nominate.pl:
in-place editing only works for regular files
*** Error code 1
The problem is that the port is not using the standard Uses/shebangfix.mk but
instead used grep -R, which does not distinguish between regular file and
symbolic links.
The proposed fix uses find(1) instead of using direct recursive grep.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list