summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-05-16 03:04:44 +0000
committerjlam <jlam@pkgsrc.org>2005-05-16 03:04:44 +0000
commit48bf254b1e4609b55e0a76a10dc00f445c41d210 (patch)
treeb4a01b61c27a7220ff7f5134cb7652ae5ab80571 /devel
parentcf8005a4510e788439df07455522ae6a130c3a2b (diff)
downloadpkgsrc-48bf254b1e4609b55e0a76a10dc00f445c41d210.tar.gz
Change the EXTRACT_USING_PAX defined/undefined option into a EXTRACT_USING
which can take multiple values -- "pax" or "gtar". The default value of EXTRACT_USING is "pax", which more closely matches reality since before, we were using bootstrap "tar" for ${GTAR} and it was actually pax-as-tar. Also, stop pretending pax-as-tar from the bootstrap kit or on NetBSD is GNU tar. Lastly, in bsd.pkg.extract.mk, note whether we need "pax" or "gtar" depending on what we need to extract the distfiles.
Diffstat (limited to 'devel')
-rw-r--r--devel/boehm-gc/Makefile4
-rw-r--r--devel/p5-Getopt-Simple/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/boehm-gc/Makefile b/devel/boehm-gc/Makefile
index 930bea97a3f..a27d988cd83 100644
--- a/devel/boehm-gc/Makefile
+++ b/devel/boehm-gc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2005/04/11 21:45:18 tv Exp $
+# $NetBSD: Makefile,v 1.47 2005/05/16 03:04:44 jlam Exp $
DISTNAME= gc6.4
PKGNAME= ${DISTNAME:S/gc/boehm-gc-/}
@@ -28,7 +28,7 @@ MAKE_ENV+= COPTS=${CFLAGS:Q}
CONFIGURE_ARGS+= --disable-threads
.endif
-.if defined(EXTRACT_USING_PAX)
+.if !empty(EXTRACT_USING:Mpax)
EXTRACT_ELEMENTS= -u
.endif
diff --git a/devel/p5-Getopt-Simple/Makefile b/devel/p5-Getopt-Simple/Makefile
index c0d87fa21ec..c011da74fb2 100644
--- a/devel/p5-Getopt-Simple/Makefile
+++ b/devel/p5-Getopt-Simple/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/04/11 21:45:32 tv Exp $
+# $NetBSD: Makefile,v 1.6 2005/05/16 03:04:45 jlam Exp $
DISTNAME= Getopt-Simple-1.48
PKGNAME= p5-${DISTNAME}
@@ -13,7 +13,7 @@ COMMENT= Simple Getopt wrapper
PKG_INSTALLATION_TYPES= overwrite pkgviews
-EXTRACT_USING_PAX= # defined
+EXTRACT_USING= pax
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Getopt/Simple/.packlist