On Fri, Jan 17, 2014 at 10:17 AM, John Marino <[email protected]>wrote:
> On 1/17/2014 19:12, John Marino wrote: > > Hi Brad, > > Well, there's a chance that this report is "bogus" in the sense that Go > > only builds within the FreeBSD Ports framework on DragonFly. For sure > > we need src/make.bash patched to remove the bashism equality checks: > > > > > https://github.com/DragonFlyBSD/DeltaPorts/blob/master/ports/lang/go/dragonfly/patch-src_make.bash > > > > (If make.bash is still broken this way, could you fix it?) > > > I should clarify this! > FreeBSD runs /bin/sh to execute all the bash scripts. > It is "fixed" by shebangfix > ( > http://svnweb.freebsd.org/ports/head/lang/go/Makefile?revision=335891&view=markup > ) > > So the "==" under /bin/sh. I believe that's valid bash equality > comparison though. So that's what that is all about. > Well, I think I just had bash installed on my FreeBSD machine. I definitely didn't use ports, since I only work at head. Assuming you either install bash, or fix the shebangs, what is the current output of all.bash on DragonFly?
