pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/tools



Module Name:    pkgsrc
Committed By:   tnn
Date:           Thu Nov 21 21:11:22 UTC 2019

Modified Files:
        pkgsrc/mk/tools: tools.NetBSD.mk

Log Message:
remove bsdtar as tool because it was reverted in src for some reason ...


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/mk/tools/tools.NetBSD.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/tools/tools.NetBSD.mk
diff -u pkgsrc/mk/tools/tools.NetBSD.mk:1.64 pkgsrc/mk/tools/tools.NetBSD.mk:1.65
--- pkgsrc/mk/tools/tools.NetBSD.mk:1.64        Fri Sep  6 03:52:55 2019
+++ pkgsrc/mk/tools/tools.NetBSD.mk     Thu Nov 21 21:11:22 2019
@@ -1,13 +1,10 @@
-# $NetBSD: tools.NetBSD.mk,v 1.64 2019/09/06 03:52:55 ryoon Exp $
+# $NetBSD: tools.NetBSD.mk,v 1.65 2019/11/21 21:11:22 tnn Exp $
 #
 # System-supplied tools for the NetBSD operating system.
 
 TOOLS_PLATFORM.[?=             [                       # shell builtin
 TOOLS_PLATFORM.awk?=           /usr/bin/awk
 TOOLS_PLATFORM.basename?=      /usr/bin/basename
-.if empty(MACHINE_PLATFORM:MNetBSD-[0-8].*-*)
-TOOLS_PLATFORM.bsdtar?=                /bin/tar
-.endif
 TOOLS_PLATFORM.byacc?=         /usr/bin/yacc
 .if exists(/usr/bin/bzcat)
 TOOLS_PLATFORM.bzcat?=         /usr/bin/bzcat



Home | Main Index | Thread Index | Old Index