[Bug 239154] lang/go14: fix shebangs after update to go1.4-bootstrap-20171003

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Jul 12 04:14:16 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239154

            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 at FreeBSD.org
          Reporter: jcfyecrayz at liamekaens.com
             Flags: maintainer-feedback?(jlaffaye at FreeBSD.org)
          Assignee: jlaffaye at FreeBSD.org

Created attachment 205710
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=205710&action=edit
[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=shebangfix for
'go14/misc/makerelease/darwin/scripts/postinstall'
Error: '/bin/bash' is an invalid shebang you need USES=shebangfix for
'go14/misc/makerelease/darwin/scripts/preinstall'


The attached patch fixes it.  One could also develop a patch to skip installing
the files as I believe they probably aren't needed for the freebsd port.  But
this patch seemed easy and the files involved are tiny, so removing them from
the package doesn't save (much) space.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list