Sun Sep 3 16:49:52 2017 UTC ()
Use bsdtar instead of GNU Tar to extract the distribution archive
as suggested by wizd(8) in private e-mail


(tron)
diff -r1.55 -r1.56 pkgsrc/lang/go/Makefile

cvs diff -r1.55 -r1.56 pkgsrc/lang/go/Makefile (expand / switch to unified diff)

--- pkgsrc/lang/go/Makefile 2017/09/03 13:40:19 1.55
+++ pkgsrc/lang/go/Makefile 2017/09/03 16:49:52 1.56
@@ -1,22 +1,22 @@ @@ -1,22 +1,22 @@
1# $NetBSD: Makefile,v 1.55 2017/09/03 13:40:19 tron Exp $ 1# $NetBSD: Makefile,v 1.56 2017/09/03 16:49:52 tron Exp $
2 2
3.include "version.mk" 3.include "version.mk"
4 4
5DISTNAME= go${GO_VERSION}.src 5DISTNAME= go${GO_VERSION}.src
6PKGNAME= go-${GO_VERSION} 6PKGNAME= go-${GO_VERSION}
7CATEGORIES= lang 7CATEGORIES= lang
8MASTER_SITES= https://storage.googleapis.com/golang/ 8MASTER_SITES= https://storage.googleapis.com/golang/
9EXTRACT_USING= gtar 9EXTRACT_USING= bsdtar
10 10
11MAINTAINER= bsiegert@NetBSD.org 11MAINTAINER= bsiegert@NetBSD.org
12HOMEPAGE= http://golang.org/ 12HOMEPAGE= http://golang.org/
13COMMENT= The Go programming language 13COMMENT= The Go programming language
14LICENSE= modified-bsd 14LICENSE= modified-bsd
15 15
16WRKSRC= ${WRKDIR}/go 16WRKSRC= ${WRKDIR}/go
17USE_TOOLS+= bash:run perl:run pax 17USE_TOOLS+= bash:run perl:run pax
18 18
19# uses ulimit -T 19# uses ulimit -T
20# BUILD_DEPENDS+= bash>=4.2nb3:../../shells/bash 20# BUILD_DEPENDS+= bash>=4.2nb3:../../shells/bash
21 21
22# cgo compiles under TMPDIR 22# cgo compiles under TMPDIR