pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/go



Module Name:    pkgsrc
Committed By:   tron
Date:           Sun Sep  3 13:40:19 UTC 2017

Modified Files:
        pkgsrc/lang/go: Makefile

Log Message:
Use GNU Tar to extract the distribution archive because at least
NetBSD (8.99.2)'s "/bin/tar" fails to handle the extented headers
and extracts files into the wrong directory. This in turn least
to package list problems during the installation phase.


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/lang/go/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/go/Makefile
diff -u pkgsrc/lang/go/Makefile:1.54 pkgsrc/lang/go/Makefile:1.55
--- pkgsrc/lang/go/Makefile:1.54        Sun Sep  3 07:12:07 2017
+++ pkgsrc/lang/go/Makefile     Sun Sep  3 13:40:19 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2017/09/03 07:12:07 bsiegert Exp $
+# $NetBSD: Makefile,v 1.55 2017/09/03 13:40:19 tron Exp $
 
 .include "version.mk"
 
@@ -6,6 +6,7 @@ DISTNAME=       go${GO_VERSION}.src
 PKGNAME=       go-${GO_VERSION}
 CATEGORIES=    lang
 MASTER_SITES=  https://storage.googleapis.com/golang/
+EXTRACT_USING= gtar
 
 MAINTAINER=    bsiegert%NetBSD.org@localhost
 HOMEPAGE=      http://golang.org/



Home | Main Index | Thread Index | Old Index