summaryrefslogtreecommitdiff
path: root/lang/go/Makefile
diff options
context:
space:
mode:
authorbsiegert <bsiegert>2014-01-04 11:35:48 +0000
committerbsiegert <bsiegert>2014-01-04 11:35:48 +0000
commit2ca6ae2ffe6af48765b708a8ec5081e91c626f48 (patch)
tree977bb21efad2f63ab6b94699ca5539cdaa00a9ff /lang/go/Makefile
parentc5ce45936754f171c16eeaf9ed679c7e558d83e8 (diff)
downloadpkgsrc-2ca6ae2ffe6af48765b708a8ec5081e91c626f48.tar.gz
Apply a distribution patch to fix the handling of Unix domain sockets
on NetBSD/current. Bump PKGREVISION.
Diffstat (limited to 'lang/go/Makefile')
-rw-r--r--lang/go/Makefile8
1 files changed, 7 insertions, 1 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