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. John
