Re: UPDATE: lang/go 1.10 to 1.10.1

2018-04-14 Thread Stuart Henderson
On 2018/04/15 00:48, Pavel Korovin wrote: > Please note that all go-dependent ports also need bump after enabling > MAP_STACK. I've just bumped the "MODGO_TYPE=bin" ones. In theory the "MODGO_TYPE=lib" ones should already update automatically with pkg_add -u.

Re: UPDATE: lang/go 1.10 to 1.10.1

2018-04-14 Thread Pavel Korovin
Please note that all go-dependent ports also need bump after enabling MAP_STACK. -- With best regards, Pavel Korovin

Re: UPDATE: lang/go 1.10 to 1.10.1

2018-04-05 Thread Klemens Nanni
On Thu, Apr 05, 2018 at 09:07:35PM +0200, Klemens Nanni wrote: > go1.10.1 (released 2018/03/28) includes fixes to the compiler, runtime, > and the archive/zip, crypto/tls, crypto/x509, encoding/json, net, > net/http, and net/http/pprof packages. See the Go 1.10.1 milestone[0] on > our issue

UPDATE: lang/go 1.10 to 1.10.1

2018-04-05 Thread Klemens Nanni
go1.10.1 (released 2018/03/28) includes fixes to the compiler, runtime, and the archive/zip, crypto/tls, crypto/x509, encoding/json, net, net/http, and net/http/pprof packages. See the Go 1.10.1 milestone[0] on our issue tracker for details. 0:

Re: [update] lang/go 1.10

2018-03-11 Thread Marc Espie
On Sat, Mar 10, 2018 at 01:19:06PM +, Stuart Henderson wrote: > On the other hand I realise it can make it harder to spot warnings in > build output when building things by hand and I wouldn't mind having > it controllable via a mk.conf "user settings" variable. Not necessarily > specific to

Re: [update] lang/go 1.10

2018-03-11 Thread Jasper Lievisse Adriaanse
On Sun, Mar 11, 2018 at 02:50:22PM +1100, Joel Sing wrote: > On Saturday 10 March 2018 13:19:06 Stuart Henderson wrote: > > On 2018/03/09 20:08, Jasper Lievisse Adriaanse wrote: > > > On Sat, Mar 10, 2018 at 03:45:36AM +1100, Joel Sing wrote: > > > > - The -x flag was previously on by default,

Re: [update] lang/go 1.10

2018-03-10 Thread Joel Sing
On Saturday 10 March 2018 13:19:06 Stuart Henderson wrote: > On 2018/03/09 20:08, Jasper Lievisse Adriaanse wrote: > > On Sat, Mar 10, 2018 at 03:45:36AM +1100, Joel Sing wrote: > > > - The -x flag was previously on by default, which makes builds > > > incredibly > > > > > > noisy. I've turned

Re: [update] lang/go 1.10

2018-03-10 Thread Stuart Henderson
On 2018/03/09 20:08, Jasper Lievisse Adriaanse wrote: > On Sat, Mar 10, 2018 at 03:45:36AM +1100, Joel Sing wrote: > > > > - The -x flag was previously on by default, which makes builds incredibly > > noisy. I've turned this off, but enabled it if DEBUG is specified. > I'm not a fan of this

Re: [update] lang/go 1.10

2018-03-09 Thread Jasper Lievisse Adriaanse
On Sat, Mar 10, 2018 at 03:45:36AM +1100, Joel Sing wrote: > The following updates lang/go to 1.10. > > This also brings the golang.org/x packages up to around the time of the > Go 1.10 release: > > devel/go-sys > devel/go-tools > net/go-net > security/go-crypto > textproc/go-text > >

[update] lang/go 1.10

2018-03-09 Thread Joel Sing
The following updates lang/go to 1.10. This also brings the golang.org/x packages up to around the time of the Go 1.10 release: devel/go-sys devel/go-tools net/go-net security/go-crypto textproc/go-text Last but not least, there are some changes to go.port.mk: - Go 1.10 has a test