pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/tools Revert back to avoiding the native SunOS pax ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/649923f40abc
branches:  trunk
changeset: 620925:649923f40abc
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Wed Jul 03 12:31:33 2013 +0000

description:
Revert back to avoiding the native SunOS pax by default.

Whilst it works for the most part, the mk/extract/extract script expects
an -O flag which it does not support, and adding conditionals to that
script would be messy.

Fixes 5 direct packages.

diffstat:

 mk/tools/tools.SunOS.mk |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r b82466b12056 -r 649923f40abc mk/tools/tools.SunOS.mk
--- a/mk/tools/tools.SunOS.mk   Wed Jul 03 11:34:39 2013 +0000
+++ b/mk/tools/tools.SunOS.mk   Wed Jul 03 12:31:33 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: tools.SunOS.mk,v 1.42 2013/02/12 15:08:48 jperkin Exp $
+# $NetBSD: tools.SunOS.mk,v 1.43 2013/07/03 12:31:33 jperkin Exp $
 #
 # System-supplied tools for the Solaris operating system.
 #
@@ -158,7 +158,8 @@
 # Don't use GNU patch
 #TOOLS_PLATFORM.gpatch?=               /usr/bin/gpatch
 #TOOLS_PLATFORM.patch?=                /usr/bin/gpatch
-TOOLS_PLATFORM.pax?=           /bin/pax
+# Native pax doesn't support -O required by mk/extract/extract
+#TOOLS_PLATFORM.pax?=          /bin/pax
 #.if exists(/usr/bin/perl)
 #TOOLS_PLATFORM.perl?=         /usr/bin/perl
 #TOOLS_PLATFORM.pod2man?=      /usr/perl5/bin/pod2man



Home | Main Index | Thread Index | Old Index