Re: new: lang/go - take 2

2012-03-29 Thread Joel Sing
Go 1 was released yesterday - the attached is an updated port. Any further comments? Any oks? On Monday 26 March 2012, Joel Sing wrote: A new version - this updates the port to the 2012-03-22 weekly release (effectively Go v1 RC2) and fixes the issue with the regress path for the go binary.

Re: new: lang/go - take 2

2012-03-29 Thread Sergey Bronnikov
I got following error on any Go example from http://golang.org ~/tmp/go$ go build pi.go # runtime /usr/local/go/src/pkg/runtime/extern.go:121: undefined: defaultGoroot /usr/local/go/src/pkg/runtime/extern.go:130: undefined: theVersion /usr/local/go/src/pkg/runtime/extern.go:135: undefined:

Re: new: lang/go - take 2

2012-03-29 Thread Joel Sing
On Friday 30 March 2012, Sergey Bronnikov wrote: I got following error on any Go example from http://golang.org ~/tmp/go$ go build pi.go # runtime /usr/local/go/src/pkg/runtime/extern.go:121: undefined: defaultGoroot /usr/local/go/src/pkg/runtime/extern.go:130: undefined: theVersion

Re: new: lang/go - take 2

2012-03-29 Thread Stuart Henderson
On 2012/03/30 01:05, Joel Sing wrote: Go 1 was released yesterday - the attached is an updated port. Any further comments? Any oks? The diff below rolls the files which are common between i386/amd64 (just with a different directory name) into PLIST using a substituted variable for the dir

Re: new: lang/go - take 2

2012-03-29 Thread Joel Sing
On Friday 30 March 2012, Stuart Henderson wrote: On 2012/03/30 01:05, Joel Sing wrote: Go 1 was released yesterday - the attached is an updated port. Any further comments? Any oks? The diff below rolls the files which are common between i386/amd64 (just with a different directory name)

Re: new: lang/go - take 2

2012-03-29 Thread Sergey Bronnikov
On 03:10 Fri 30 Mar , Joel Sing wrote: Updated port attached which combines this with the corrected PLIST. same errors for me: ~/tmp/go$ go build pi.go # runtime /usr/local/go/src/pkg/runtime/extern.go:121: undefined: defaultGoroot /usr/local/go/src/pkg/runtime/extern.go:130: undefined:

Re: new: lang/go - take 2

2012-03-29 Thread Juan Francisco Cantero Hurtado
On Fri, Mar 30, 2012 at 03:10:45AM +1100, Joel Sing wrote: On Friday 30 March 2012, Stuart Henderson wrote: On 2012/03/30 01:05, Joel Sing wrote: Go 1 was released yesterday - the attached is an updated port. Any further comments? Any oks? The diff below rolls the files which are

Re: new: lang/go - take 2

2012-03-25 Thread Joel Sing
A new version - this updates the port to the 2012-03-22 weekly release (effectively Go v1 RC2) and fixes the issue with the regress path for the go binary. ok? On Friday 23 March 2012, Joel Sing wrote: Attached is an updated version of the port for Go: - Version numbering is now

Re: new: lang/go - take 2

2012-03-25 Thread Juan Francisco Cantero Hurtado
On Mon, Mar 26, 2012 at 01:16:59AM +1100, Joel Sing wrote: On Friday 23 March 2012, Juan Francisco Cantero Hurtado wrote: On Fri, Mar 23, 2012 at 01:08:48AM +1100, Joel Sing wrote: Attached is an updated version of the port for Go: - Version numbering is now 1.0preMMDD as suggested

Re: new: lang/go - take 2

2012-03-22 Thread Joel Sing
Attached is an updated version of the port for Go: - Version numbering is now 1.0preMMDD as suggested by sthen. - Fixed PLIST issue so that the port now works correctly on both amd64 and i386. - Fixed issue with USE_SYSTRACE - for the time being a Go binary needs to be able to use the

Re: new: lang/go - take 2

2012-03-22 Thread Juan Francisco Cantero Hurtado
On Fri, Mar 23, 2012 at 01:08:48AM +1100, Joel Sing wrote: Attached is an updated version of the port for Go: - Version numbering is now 1.0preMMDD as suggested by sthen. - Fixed PLIST issue so that the port now works correctly on both amd64 and i386. - Fixed issue with