pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Solaris' pax(1) has been insufficient for pkgsrc fo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9a780283be89
branches:  trunk
changeset: 466013:9a780283be89
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat Jan 10 07:31:07 2004 +0000

description:
Solaris' pax(1) has been insufficient for pkgsrc for a long time. nuke
any chance of using it.

diffstat:

 mk/defs.SunOS.mk |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (21 lines):

diff -r d86f7f013531 -r 9a780283be89 mk/defs.SunOS.mk
--- a/mk/defs.SunOS.mk  Sat Jan 10 07:11:07 2004 +0000
+++ b/mk/defs.SunOS.mk  Sat Jan 10 07:31:07 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: defs.SunOS.mk,v 1.75 2004/01/08 14:53:06 grant Exp $
+# $NetBSD: defs.SunOS.mk,v 1.76 2004/01/10 07:31:07 grant Exp $
 #
 # Variable definitions for the SunOS/Solaris operating system.
 
@@ -60,11 +60,7 @@
 .else
 PATCH?=                ${LOCALBASE}/bin/${GNU_PROGRAM_PREFIX}patch
 .endif
-.if exists(${LOCALBASE}/bin/pax)
 PAX?=          ${LOCALBASE}/bin/pax
-.else
-PAX?=          /bin/pax
-.endif
 PERL5?=                ${LOCALBASE}/bin/perl
 PKGLOCALEDIR?= lib
 PS?=           /bin/ps



Home | Main Index | Thread Index | Old Index