27 Commits

Author SHA1 Message Date
jasper
8089971741 update to go 1.4.2
- http://golang.org/doc/devel/release.html#go1.4.minor

ok jsing@
2015-05-06 08:28:26 +00:00
kspillner
40d95e46c3 Switch to using GO_ARCHS.
ok jsing@
2015-03-18 16:21:02 +00:00
jsing
d14cd26a88 Update lang/go to 1.4.1.
ok sthen@ rpe@
2015-01-23 12:09:26 +00:00
jsing
e1f15078f3 Update lang/go to version 1.4.
ok bmercer@ daniel@ sthen@
2014-12-23 12:21:37 +00:00
jsing
9b64e75a2f Update lang/go to 1.3.3.
ok sthen@
2014-10-26 13:07:14 +00:00
jsing
5415a2a317 The size of if_msghdr changed with r1.156 of net/if.h, which means that
the various Sizeof*MsgHdr constants are now incorrect. This results in
various problems when attempting to parse the routing messages. Fix this
by respecting the header length returned from the kernel.

Makes regress pass again...

ok sthen@
2014-07-25 14:39:41 +00:00
jsing
8ab8f40717 Update lang/go to version 1.3.
ok matthew@ naddy@ sthen@
2014-07-25 13:36:55 +00:00
jsing
24f4541b86 Upgrade lang/go to version 1.2.1.
Update API exceptions so that make regress passes fully - this is the same
change that has already been made in Go tip.

ok sthen@, "Go for it" krw@
2014-03-25 13:21:20 +00:00
jsing
575dd6134b Add missing PLIST entries for lang/go 1.2.
Spotted by David Hill.

ok sthen@
2013-12-08 15:09:15 +00:00
sthen
d75908d019 honour CC/CXX, similar diff from marco 2013-12-02 20:07:38 +00:00
jsing
065f5275b2 Update lang/go to Go 1.2.
ok sthen@
2013-12-02 15:35:49 +00:00
sthen
27f03b1c52 bump REVISION for any ports using route messages. regen some distinfos and
remove unnecessary USE_GROFFs while there.
2013-10-31 21:12:12 +00:00
jsing
88e063095f Make lang/go work past the ABI break, with 64-bit time_t.
Tested by DsP.

ok sthen@
2013-08-25 11:57:27 +00:00
naddy
c2832a1290 move http://code.google.com, *.googlecode.com, and sites.google.com to https
suggested by bentley@
2013-08-07 21:31:12 +00:00
jsing
48eb24be37 Update lang/go to 1.1.1, from Amit Kulkarni.
ok abieber@
2013-07-13 15:46:43 +00:00
jsing
d7e57c3701 Update lang/go to version 1.1.
Also preserve the timestamps of the source and compiled binaries so that
"go build" does not think installed libraries should be recompiled.

ok jasper@ sthen@
2013-05-15 12:10:15 +00:00
jsing
61de7b7719 Unbreak the lang/go port by switching from the old __tfork syscall that no
longer exists, to the current __tfork syscall. Also use __set_tcb instead
of sysarch.

ok sthen@
2013-03-12 09:57:10 +00:00
espie
0662a4e9d6 PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:20:26 +00:00
jsing
566078e7ce Update to go 1.0.3.
- Fix a bug in the regress tests that may result in the tests being built/run
  with the installed binaries rather than the new binaries.
- Fix a bug related to 'go install' trying to rebuild non-writeable $GOROOT
  packages, when used with a $GOPATH (issue 4106).
- Include the 'misc' part of the package, which contains editor
  configuration files, etc.

ok jsg@, sthen@
2012-10-01 06:20:09 +00:00
sthen
8953ad4aeb add elf note section for OpenBSD. patches from jsing, applied to port by me. 2012-09-19 21:10:38 +00:00
espie
ccd1190a52 make sure make plist works on any arch, should fix pkglocatedb troubles. 2012-07-30 15:49:55 +00:00
sthen
265570289f allow native-compat_o51___tfork until Go is ported to the new system call.
I was going to add this to the global infrastructure/db/systrace.filter
(which was OK'd by phessler) but realised it makes more sense to
put it here.  ok jsing@
2012-07-04 15:20:31 +00:00
jsing
1b3eb18043 Update to Go version 1.0.2.
ok jasper@ sthen@
2012-07-04 15:18:39 +00:00
jsing
30a5bd85bc Update lang/go to version 1.0.1.
ok sthen@
2012-05-20 16:32:51 +00:00
jsing
2070d9343a Use the __tfork() syscall instead of rfork(), which no longer exists.
ok sthen@
2012-04-15 13:37:27 +00:00
jsing
d2d32d4d60 Remove incorrect ${FULLPKGNAME} from PLIST. 2012-04-15 13:19:15 +00:00
jsing
fe4700260e Import go-1.
Go is an open source programming environment that makes it easy to build
simple, reliable, and efficient software.

With assistance from sthen@

ok sthen@
2012-03-31 12:37:15 +00:00