Subject: CVS commit: pkgsrc/lang/go
From: Benny Siegert
Date: 2017-09-03 09:12:08
Message id: 20170903071208.318EFFA97@cvs.NetBSD.org

Log Message:
Update Go to 1.9.

The latest Go release, version 1.9, arrives six months after Go 1.8 and
is the tenth release in the Go 1.x series. There are two changes to the
language: adding support for type aliases and defining when
implementations may fuse floating point operations. Most of the changes
are in the implementation of the toolchain, runtime, and libraries. As
always, the release maintains the Go 1 promise of compatibility. We
expect almost all Go programs to continue to compile and run as before.

The release adds transparent monotonic time support, parallelizes
compilation of functions within a package, better supports test helper
functions, includes a new bit manipulation package, and has a new
concurrent map type.

There are some instabilities on FreeBSD that are known but not
understood. These can lead to program crashes in rare cases. See issue
15658. Any help in solving this FreeBSD-specific issue would be
appreciated.

Go stopped running NetBSD builders during the Go 1.9 development cycle
due to NetBSD kernel crashes, up to and including NetBSD 7.1. As Go 1.9
is being released, NetBSD 7.1.1 is being released with a fix. However,
at this time we have no NetBSD builders passing our test suite. Any help
investigating the various NetBSD issues would be appreciated.

Files:
RevisionActionfile
1.54modifypkgsrc/lang/go/Makefile
1.33modifypkgsrc/lang/go/PLIST
1.51modifypkgsrc/lang/go/distinfo
1.28modifypkgsrc/lang/go/version.mk
1.2modifypkgsrc/lang/go/patches/patch-src_crypto_x509_root__bsd.go
1.4removepkgsrc/lang/go/patches/patch-lib_time_update.bash
1.2removepkgsrc/lang/go/patches/patch-src_runtime_mem__bsd.go
1.1removepkgsrc/lang/go/patches/patch-src_runtime_os__netbsd.go