Update lang/go to version 1.4.

ok bmercer@ daniel@ sthen@
This commit is contained in:
jsing 2014-12-23 12:21:37 +00:00
parent ce693ee188
commit e1f15078f3
6 changed files with 2530 additions and 2358 deletions

View File

@ -1,16 +1,16 @@
# $OpenBSD: Makefile,v 1.21 2014/10/26 13:07:14 jsing Exp $
# $OpenBSD: Makefile,v 1.22 2014/12/23 12:21:37 jsing Exp $
ONLY_FOR_ARCHS = amd64 i386
COMMENT = Go programming language
VERSION = 1.3.3
VERSION = 1.4
EXTRACT_SUFX = .src.tar.gz
DISTNAME = go${VERSION}
PKGNAME = go-${VERSION}
CATEGORIES = lang
HOMEPAGE = http://www.golang.org/
HOMEPAGE = http://golang.org/
MAINTAINER = Joel Sing <jsing@openbsd.org>

View File

@ -1,2 +1,2 @@
SHA256 (go1.3.3.src.tar.gz) = G7b96Jz+i5dWqHWvVdmUzOCZSGEie13A8mjBQ9kc1f8=
SIZE (go1.3.3.src.tar.gz) = 10049379
SHA256 (go1.4.src.tar.gz) = Oun2fkWlynAEsogI2osTZ9Moo3HWQd2+Y2wPsK4P/a4=
SIZE (go1.4.src.tar.gz) = 10911274

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-src_pkg_syscall_route_openbsd_go,v 1.1 2014/07/25 14:39:41 jsing Exp $
--- src/pkg/syscall/route_openbsd.go.orig Fri Jul 25 23:38:47 2014
+++ src/pkg/syscall/route_openbsd.go Fri Jul 25 23:39:20 2014
$OpenBSD: patch-src_syscall_route_openbsd_go,v 1.1 2014/12/23 12:21:37 jsing Exp $
--- src/syscall/route_openbsd.go.orig Thu Oct 30 12:55:40 2014
+++ src/syscall/route_openbsd.go Sat Nov 1 02:17:33 2014
@@ -12,16 +12,16 @@ func (any *anyMessage) toRoutingMessage(b []byte) Rout
switch any.Type {
case RTM_ADD, RTM_DELETE, RTM_CHANGE, RTM_GET, RTM_LOSING, RTM_REDIRECT, RTM_MISS, RTM_LOCK, RTM_RESOLVE:

View File

@ -1,23 +1,5 @@
@comment $OpenBSD: PFRAG.amd64,v 1.4 2014/07/25 13:36:55 jsing Exp $
go/src/pkg/runtime/zalg_openbsd_amd64.c
go/src/pkg/runtime/zasm_openbsd_amd64.h
go/src/pkg/runtime/zchan_openbsd_amd64.c
go/src/pkg/runtime/zcomplex_openbsd_amd64.c
go/src/pkg/runtime/zcpuprof_openbsd_amd64.c
go/src/pkg/runtime/zgoarch_amd64.go
go/src/pkg/runtime/zhashmap_openbsd_amd64.c
go/src/pkg/runtime/ziface_openbsd_amd64.c
go/src/pkg/runtime/zlfstack_openbsd_amd64.c
go/src/pkg/runtime/zmalloc_openbsd_amd64.c
go/src/pkg/runtime/zmprof_openbsd_amd64.c
go/src/pkg/runtime/znetpoll_openbsd_amd64.c
go/src/pkg/runtime/zrdebug_openbsd_amd64.c
go/src/pkg/runtime/zruntime1_openbsd_amd64.c
go/src/pkg/runtime/zruntime_defs_openbsd_amd64.go
go/src/pkg/runtime/zsema_openbsd_amd64.c
go/src/pkg/runtime/zsigqueue_openbsd_amd64.c
go/src/pkg/runtime/zslice_openbsd_amd64.c
go/src/pkg/runtime/zstring_openbsd_amd64.c
go/src/pkg/runtime/zsymtab_openbsd_amd64.c
go/src/pkg/runtime/zsys_openbsd_amd64.s
go/src/pkg/runtime/ztime_openbsd_amd64.c
@comment $OpenBSD: PFRAG.amd64,v 1.5 2014/12/23 12:21:37 jsing Exp $
go/src/runtime/zasm_openbsd_amd64.h
go/src/runtime/zgoarch_amd64.go
go/src/runtime/zruntime_defs_openbsd_amd64.go
go/src/runtime/zsys_openbsd_amd64.s

View File

@ -1,23 +1,5 @@
@comment $OpenBSD: PFRAG.i386,v 1.4 2014/07/25 13:36:55 jsing Exp $
go/src/pkg/runtime/zalg_openbsd_386.c
go/src/pkg/runtime/zasm_openbsd_386.h
go/src/pkg/runtime/zchan_openbsd_386.c
go/src/pkg/runtime/zcomplex_openbsd_386.c
go/src/pkg/runtime/zcpuprof_openbsd_386.c
go/src/pkg/runtime/zgoarch_386.go
go/src/pkg/runtime/zhashmap_openbsd_386.c
go/src/pkg/runtime/ziface_openbsd_386.c
go/src/pkg/runtime/zlfstack_openbsd_386.c
go/src/pkg/runtime/zmalloc_openbsd_386.c
go/src/pkg/runtime/zmprof_openbsd_386.c
go/src/pkg/runtime/znetpoll_openbsd_386.c
go/src/pkg/runtime/zrdebug_openbsd_386.c
go/src/pkg/runtime/zruntime1_openbsd_386.c
go/src/pkg/runtime/zruntime_defs_openbsd_386.go
go/src/pkg/runtime/zsema_openbsd_386.c
go/src/pkg/runtime/zsigqueue_openbsd_386.c
go/src/pkg/runtime/zslice_openbsd_386.c
go/src/pkg/runtime/zstring_openbsd_386.c
go/src/pkg/runtime/zsymtab_openbsd_386.c
go/src/pkg/runtime/zsys_openbsd_386.s
go/src/pkg/runtime/ztime_openbsd_386.c
@comment $OpenBSD: PFRAG.i386,v 1.5 2014/12/23 12:21:37 jsing Exp $
go/src/runtime/zasm_openbsd_386.h
go/src/runtime/zgoarch_386.go
go/src/runtime/zruntime_defs_openbsd_386.go
go/src/runtime/zsys_openbsd_386.s

File diff suppressed because it is too large Load Diff