Date: Fri, 12 Jul 2019 04:14:14 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 239154] lang/go14: fix shebangs after update to go1.4-bootstrap-20171003 Message-ID: <bug-239154-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D239154 Bug ID: 239154 Summary: lang/go14: fix shebangs after update to go1.4-bootstrap-20171003 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: jlaffaye@FreeBSD.org Reporter: jcfyecrayz@liamekaens.com Flags: maintainer-feedback?(jlaffaye@FreeBSD.org) Assignee: jlaffaye@FreeBSD.org Created attachment 205710 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D205710&action= =3Dedit [patch] fix g014 shebangs for bash scripts 'make -C /usr/ports/lang/go14 stage-qa' gives this error: Error: '/bin/bash' is an invalid shebang you need USES=3Dshebangfix for 'go14/misc/makerelease/darwin/scripts/postinstall' Error: '/bin/bash' is an invalid shebang you need USES=3Dshebangfix for 'go14/misc/makerelease/darwin/scripts/preinstall' The attached patch fixes it. One could also develop a patch to skip instal= ling the files as I believe they probably aren't needed for the freebsd port. B= ut this patch seemed easy and the files involved are tiny, so removing them fr= om the package doesn't save (much) space. --=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-239154-7788>