summaryrefslogtreecommitdiff
path: root/mk/defaults
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
commit2338cbae2709fa31f2b29fa5a4636469fbc53d70 (patch)
treeb4a01b61c27a7220ff7f5134cb7652ae5ab80571 /mk/defaults
parente70b376fa428d35e2ee7ec89f1f025ea77c1a2e5 (diff)
downloadpkgsrc-2338cbae2709fa31f2b29fa5a4636469fbc53d70.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 'mk/defaults')
-rw-r--r--mk/defaults/mk.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf
index 4ab984de23c..446f6350d12 100644
--- a/mk/defaults/mk.conf
+++ b/mk/defaults/mk.conf
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.40 2005/05/08 13:43:30 dillo Exp $
+# $NetBSD: mk.conf,v 1.41 2005/05/16 03:07:38 jlam Exp $
#
# A file providing defaults for pkgsrc and the packages collection.
@@ -507,10 +507,10 @@ PATCH_FUZZ_FACTOR?= -F0
# Possible: any combination of packages
# Default: not set
-#EXTRACT_USING_PAX=
-# Use pax(1) to extract archives, rather than GNU tar.
-# Possible: defined, not defined
-# Default: not defined
+EXTRACT_USING?= pax
+# Use the specified tool to extract tar/ustar archives.
+# Possible: pax, gtar
+# Default: pax
#FAILOVER_FETCH=
# Perform a checksum at "make fetch" time. If the checksum doesn't