2016-09-10 21:47:21 by Benny Siegert | Files touched by this commit (30) | |
Log message: Revbump all Go packages after the Go 1.7.1 update. |
2016-08-20 11:21:46 by Benny Siegert | Files touched by this commit (26) |
Log message: Revbump packages using Go for Go 1.7 release. |
2016-02-23 21:18:13 by Benny Siegert | Files touched by this commit (17) | |
Log message: Revbump packages that build-depend on Go after 1.6 update. They all build, I checked :) |
2016-01-18 16:33:44 by Filip Hajny | Files touched by this commit (9) | |
Log message: Revbump all Go packages after the go-1.5.3 security update (hint: static linking). |
2015-12-29 22:47:48 by Benny Siegert | Files touched by this commit (7) |
Log message: Real buildlink support for Go, hacked with wiz@. Go packages now define a set of files to buildlink in their buildlink3.mk. go-packages.mk no longer looks in ${PREFIX}/gopkg during the build. This should also fix the spurious issues with rebuilds of .a files during bulk builds of Go packages. |
2015-12-27 15:43:39 by Benny Siegert | Files touched by this commit (1) |
Log message: Repair the broken shellcode from the fix for PR pkg/49909. What was I thinking? ok wiz@ |
2015-09-13 16:34:25 by Benny Siegert | Files touched by this commit (6) | |
Log message: Revbump all packages using Go after the Go update. |
2015-07-25 16:23:58 by Benny Siegert | Files touched by this commit (1) |
Log message: Fix build on NetBSD, PR pkg/49909. It turns out that [^a]* matches all files not beginning with a on Darwin and all files beginning with a on NetBSD. Work around this by crafting a for loop with a case expression. |
2015-05-11 15:02:21 by Benny Siegert | Files touched by this commit (5) |
Log message: Add a package for the metadata module that is part of the Google Cloud Platform support for Go. This is needed to break apart a circular dependency. |