pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/go Use GNU Tar to extract the distribution archiv...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bcb23a83a515
branches:  trunk
changeset: 367533:bcb23a83a515
user:      tron <tron%pkgsrc.org@localhost>
date:      Sun Sep 03 13:40:19 2017 +0000

description:
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.

diffstat:

 lang/go/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 187d26b5bfef -r bcb23a83a515 lang/go/Makefile
--- a/lang/go/Makefile  Sun Sep 03 12:56:19 2017 +0000
+++ b/lang/go/Makefile  Sun Sep 03 13:40:19 2017 +0000
@@ -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 @@
 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