pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/extract



Module Name:    pkgsrc
Committed By:   gdt
Date:           Thu Mar 12 16:55:31 UTC 2020

Modified Files:
        pkgsrc/mk/extract: extract.mk

Log Message:
extract.mk: Fix comment about nbtar

Maybe long ago nbtar was pkgsrc's pax-as-tar, but now this is just
${TOOL_PLATFORM.tar} which might be anything.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/mk/extract/extract.mk

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

Modified files:

Index: pkgsrc/mk/extract/extract.mk
diff -u pkgsrc/mk/extract/extract.mk:1.38 pkgsrc/mk/extract/extract.mk:1.39
--- pkgsrc/mk/extract/extract.mk:1.38   Tue May  7 19:36:44 2019
+++ pkgsrc/mk/extract/extract.mk        Thu Mar 12 16:55:31 2020
@@ -1,4 +1,4 @@
-# $NetBSD: extract.mk,v 1.38 2019/05/07 19:36:44 rillig Exp $
+# $NetBSD: extract.mk,v 1.39 2020/03/12 16:55:31 gdt Exp $
 #
 # The following variables may be set by the package Makefile and
 # specify how extraction happens:
@@ -31,7 +31,9 @@
 #    EXTRACT_USING specifies the tool used to extract tar/ustar-format
 #      archives when using EXTRACT_CMD_DEFAULT.  The possible values are
 #      "bsdtar", "gtar", "nbtar", and "pax".
-#      By default, we use the "nbtar" tool (pkgsrc's pax-as-tar).
+#      By default, we use the "nbtar", which means the value of
+#      ${TOOL_PLATFORM.tar}, which is typically an arbitrary
+#      implementation already found on the platform.
 #
 #    EXTRACT_ELEMENTS is a list of files within the distfile to extract
 #      when using EXTRACT_CMD_DEFAULT.  By default, this is empty, which



Home | Main Index | Thread Index | Old Index