2020-05-16 10:33:07 by Benny Siegert | Files touched by this commit (3) |
Log message:
Update go113 to 1.13.11.
go1.13.11 (released 2020/05/14) includes fixes to the compiler. See the Go
1.13.11 milestone on our issue tracker for details.
|
2020-05-02 22:12:34 by Tobias Nygren | Files touched by this commit (1) |
Log message:
go/bootstrap.mk: depend on lang/go-bin on {Linux,NetBSD}-*-aarch64
|
2020-05-01 18:55:28 by Tobias Nygren | Files touched by this commit (1) |
Log message:
go/bootstrap.mk: add manual user instructions for aarch64 bootstrap
In lieu of something better, like lang/go14 aarch64 support ...
|
2020-05-01 18:39:59 by Tobias Nygren | Files touched by this commit (1) |
Log message:
go/version.mk: now supports aarch64
|
2020-05-01 16:39:37 by Tobias Nygren | Files touched by this commit (1) |
Log message:
go/bootstrap.mk: allow user to set GOROOT_BOOTSTRAP in mk.conf
|
2020-05-01 16:09:15 by Tobias Nygren | Files touched by this commit (5) |
Log message:
go*: move definition of GOROOT_BOOTSTRAP to go/bootstrap.mk.
NFC. But will later need to do something else when MACHINE_ARCH == aarch64.
Also drop dup include of bsd.prefs.mk. go/version.mk does this already.
|
2020-04-12 13:12:34 by Benny Siegert | Files touched by this commit (1) |
Log message:
Add support for building Go modules in pkgsrc.
This is for packages containing a "go.mod" file.
|
2020-04-12 13:09:03 by Benny Siegert | Files touched by this commit (3) |
Log message:
Update go113 to 1.13.10.
go1.13.10 (released 2020/04/08) includes fixes to the go command, the
runtime, os/exec, and time packages. See the Go 1.13.10 milestone on our
issue tracker for details.
|
2020-04-12 11:41:18 by Benny Siegert | Files touched by this commit (1) |
Log message:
Set 1.14 as default Go version.
1.14.2 is good now :)
|
2020-04-09 15:28:38 by Benny Siegert | Files touched by this commit (3) |
Log message:
Update go114 to 1.14.2.
go1.14.2 (released 2020/04/08) includes fixes to cgo, the go command, the
runtime, os/exec, and testing packages. See the Go 1.14.2 milestone on our
issue tracker for details.
From what I know from work, 1.14.1 had a nasty runtime bug that is now
fixed.
|