summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2014-01-04 11:35:48 +0000
committerbsiegert <bsiegert@pkgsrc.org>2014-01-04 11:35:48 +0000
commit6c41e9de16a89ec2b04820796e99993575440755 (patch)
tree977bb21efad2f63ab6b94699ca5539cdaa00a9ff /lang
parent5b827dcfd341443456619bb223de1465ecc000c3 (diff)
downloadpkgsrc-6c41e9de16a89ec2b04820796e99993575440755.tar.gz
Apply a distribution patch to fix the handling of Unix domain sockets
on NetBSD/current. Bump PKGREVISION.
Diffstat (limited to 'lang')
-rw-r--r--lang/go/Makefile8
-rw-r--r--lang/go/PLIST3
-rw-r--r--lang/go/distinfo5
3 files changed, 13 insertions, 3 deletions
diff --git a/lang/go/Makefile b/lang/go/Makefile
index 785818b39ff..2a6012e854d 100644
--- a/lang/go/Makefile
+++ b/lang/go/Makefile
@@ -1,9 +1,11 @@
-# $NetBSD: Makefile,v 1.3 2013/12/15 21:50:34 bsiegert Exp $
+# $NetBSD: Makefile,v 1.4 2014/01/04 11:35:48 bsiegert Exp $
DISTNAME= go1.2.src
PKGNAME= go-1.2
+PKGREVISION= 1
CATEGORIES= lang
MASTER_SITES= https://go.googlecode.com/files/
+PATCH_SITES= https://codereview.appspot.com/download/
FETCH_USING?= curl
MAINTAINER= bsiegert@NetBSD.org
@@ -11,6 +13,10 @@ HOMEPAGE= http://golang.org/
COMMENT= The Go programming language
LICENSE= modified-bsd
+# Fixes Unix domain socket handling under NetBSD/current
+PATCHFILES= issue46420044_60001.diff
+PATCH_DIST_STRIP=-p1
+
WRKSRC= ${WRKDIR}/go
USE_TOOLS+= bash:run perl:run pax
diff --git a/lang/go/PLIST b/lang/go/PLIST
index 43207b57e36..7d8ea66a842 100644
--- a/lang/go/PLIST
+++ b/lang/go/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2013/12/15 21:50:34 bsiegert Exp $
+@comment $NetBSD: PLIST,v 1.4 2014/01/04 11:35:48 bsiegert Exp $
bin/go
bin/gofmt
go/AUTHORS
@@ -2694,6 +2694,7 @@ go/src/pkg/syscall/sockcmsg_unix.go
go/src/pkg/syscall/str.go
go/src/pkg/syscall/syscall.go
go/src/pkg/syscall/syscall_bsd.go
+go/src/pkg/syscall/syscall_bsd.go.orig_dist
go/src/pkg/syscall/syscall_darwin.go
go/src/pkg/syscall/syscall_darwin_386.go
go/src/pkg/syscall/syscall_darwin_amd64.go
diff --git a/lang/go/distinfo b/lang/go/distinfo
index af9cd9430c7..1988db97213 100644
--- a/lang/go/distinfo
+++ b/lang/go/distinfo
@@ -1,5 +1,8 @@
-$NetBSD: distinfo,v 1.3 2013/12/15 21:50:34 bsiegert Exp $
+$NetBSD: distinfo,v 1.4 2014/01/04 11:35:48 bsiegert Exp $
SHA1 (go1.2.src.tar.gz) = 7dd2408d40471aeb30a9e0b502c6717b5bf383a5
RMD160 (go1.2.src.tar.gz) = 9aa81a21c760c2c01e28254aee8424f69dad75cc
Size (go1.2.src.tar.gz) = 9519109 bytes
+SHA1 (issue46420044_60001.diff) = 91d877471f90f23ee64828cb68e6837ea20bf6e8
+RMD160 (issue46420044_60001.diff) = 4827b47839173c44ee4019544d29aac4da19bf6d
+Size (issue46420044_60001.diff) = 1015 bytes