Date: Sun, 11 Dec 2016 20:37:07 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 215230] devel/subversion: Fix shebang fix Message-ID: <bug-215230-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215230 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@FreeBSD.org Reporter: delphij@FreeBSD.org Flags: maintainer-feedback?(lev@FreeBSD.org) Assignee: lev@FreeBSD.org Created attachment 177887 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D177887&action= =3Dedit Proposed fix The build would fail on: =3D=3D=3D> Patching for subversion-1.9.5 =3D=3D=3D> Applying extra patch /usr/ports/devel/subversion/files/extra-patch-fbsd-template =3D=3D=3D> Applying FreeBSD patches for subversion-1.9.5 sed: /tmp/usr/ports/devel/subversion/work/subversion-1.9.5/tools/dist/nominate.p= l: 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 b= ut 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. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-215230-13>