pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/defaults



Module Name:    pkgsrc
Committed By:   gdt
Date:           Thu Mar 12 16:57:23 UTC 2020

Modified Files:
        pkgsrc/mk/defaults: mk.conf

Log Message:
mk: Disable default assignment of EXTRACT_USING

This is unnecessary, becuse extract/extract.mk has the same default
assignment.  It is harmful, because it prevents setting a value in
platform/Foo.mk.

Change the comment to say this is platform specific (which will be
true soon).


To generate a diff of this commit:
cvs rdiff -u -r1.306 -r1.307 pkgsrc/mk/defaults/mk.conf

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

Modified files:

Index: pkgsrc/mk/defaults/mk.conf
diff -u pkgsrc/mk/defaults/mk.conf:1.306 pkgsrc/mk/defaults/mk.conf:1.307
--- pkgsrc/mk/defaults/mk.conf:1.306    Sun Jan 12 23:38:42 2020
+++ pkgsrc/mk/defaults/mk.conf  Thu Mar 12 16:57:23 2020
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.306 2020/01/12 23:38:42 joerg Exp $
+# $NetBSD: mk.conf,v 1.307 2020/03/12 16:57:23 gdt Exp $
 #
 
 # This file provides default values for variables that may be overridden
@@ -571,10 +571,10 @@ PATCH_FUZZ_FACTOR?= -F0
 # Possible: any combination of packages
 # Default: not set
 
-EXTRACT_USING?= nbtar
+#EXTRACT_USING?= nbtar
 # Use the specified tool to extract tar/ustar archives.
 # Possible: bsdtar, gtar, nbtar, pax
-# Default: nbtar
+# Default: platform specific
 
 #FAILOVER_FETCH=
 # Perform a checksum at "make fetch" time.  If the checksum doesn't



Home | Main Index | Thread Index | Old Index