2014-05-24 11:44:39 by Benny Siegert | Files touched by this commit (2) |
Log message:
Apply patch from PR pkg/48834: introduce a GO_COMPILER variable that
contains the "arch character" (5, 6 or 8) and substitute it in PLIST.
Fixes installation on i386 and possibly evbarm.
|
2014-05-16 13:53:10 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Fix packaging after patch was added.
|
2014-05-15 22:00:47 by Christos Zoulas | Files touched by this commit (2) |
Log message:
apply note creation bug fix from the go mercurial head, and adjust our code
so that it works in both cases.
|
2014-05-15 21:35:49 by Christos Zoulas | Files touched by this commit (3) |
Log message:
fix elf note computation
|
2014-03-03 16:41:12 by Benny Siegert | Files touched by this commit (3) |
Log message:
Update go to 1.2.1, released today.
It contains the following fixes:
* runtime: fix crash in runtime.GoroutineProfile
* runtime: if traceback sees a breakpoint, don't change the PC
* runtime: fix data race in GC
* net: ignore some errors in windows Accept
* database/sql: Use all connections in pool
|
2014-01-05 15:55:09 by Thomas Klausner | Files touched by this commit (1) |
Log message:
FETCH_USING should not be set in package Makefiles.
|
2014-01-04 12:35:48 by Benny Siegert | Files touched by this commit (3) |
Log message:
Apply a distribution patch to fix the handling of Unix domain sockets
on NetBSD/current. Bump PKGREVISION.
|
2013-12-15 22:50:34 by Benny Siegert | Files touched by this commit (5) |
Log message:
Update go to 1.2.
Follow the example of OpenBSD ports and do not run the tests while building.
They are flaky under the Makefile harness for some reason.
|
2013-09-24 22:53:48 by Benny Siegert | Files touched by this commit (3) |
Log message:
Update go to 1.1.2.
go1.1.2 (released 2013/08/13) includes fixes to the gc compiler and cgo,
and the bufio, runtime, syscall, and time packages. See the change
history for details. If you use package syscall's Getrlimit and
Setrlimit functions under Linux on the ARM or 386 architectures, please
note change 55ac276af5a7 that fixes issue 5949.
This is a leaf package, so it should be ok during the freeze.
|
2013-07-07 10:10:14 by Thomas Klausner | Files touched by this commit (6) |
Log message:
Import go-1.1.1 as lang/go, packaged by Benny Siegert for wip.
The Go programming language is an open source project to make
programmers more productive.
Go is expressive, concise, clean, and efficient. Its concurrency
mechanisms make it easy to write programs that get the most out of
multicore and networked machines, while its novel type system enables
flexible and modular program construction. Go compiles quickly to
machine code yet has the convenience of garbage collection and the power
of run-time reflection. It's a fast, statically typed, compiled language
that feels like a dynamically typed, interpreted language.
|