2015-08-01 15:05:55 by Benny Siegert | Files touched by this commit (9) |
Log message: Add a wip package for go-1.5beta3. This at least compiles for me on NetBSD/amd64. I have not played with it a lot. |
2014-12-31 12:34:18 by Benny Siegert | Files touched by this commit (4) | |
Log message: Remove crufty go-1.2.2 package, the one in pkgsrc itself is newer. |
2014-12-31 12:32:38 by Benny Siegert | Files touched by this commit (1) |
Log message: Use += for INSTALLATION_DIRS to allow overriding. |
2014-11-18 22:32:37 by Benny Siegert | Files touched by this commit (1) |
Log message: Revamp go-package.mk and make it usable. Packages now contain source code + object files. This avoids recompiling with dependent packages, which is not possible due to permissions. |
2014-06-01 14:49:35 by Thomas Klausner | Files touched by this commit (208) |
Log message: Remove FETCH_USING. It is a user-defined variable and should NOT be set in Makefiles. |
2014-02-02 15:01:59 by Benny Siegert | Files touched by this commit (1) |
Log message: Introduce go-package.mk, a small library for building Go packages. Use it so simplify go-text/Makefile. |
2013-12-15 20:00:06 by Benny Siegert | Files touched by this commit (2) |
Log message: Remove godoc, it moved to the go.tools subrepo (which is not packaged yet). |
2013-12-06 13:54:16 by Benny Siegert | Files touched by this commit (3) |
Log message: Go 1.2. See release notes in http://golang.org/doc/go1.2 -- they are too long to paste here. This won't compile under NetBSD-current at the moment (only 6-STABLE). Some tests are a bit flaky (log/syslog and runtime). This does not occur when you run the build from the command line AFAICT. |
2013-09-29 18:10:28 by Benny Siegert | Files touched by this commit (4) |
Log message: Re-add go to stage for the 1.2 release, expected for December 1. This package is now RC1. It builds without patches, at least on Darwin w/ 64-bit API (where it never worked correctly before). |
2013-07-07 10:11:48 by Thomas Klausner | Files touched by this commit (6) | |
Log message: Remove go, imported to pkgsrc/lang |