pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/patch We only need the evil hack with the old to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a29a798529b7
branches:  trunk
changeset: 493873:a29a798529b7
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon May 16 00:29:32 2005 +0000

description:
We only need the evil hack with the old tools framework.

diffstat:

 devel/patch/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 523ce48db173 -r a29a798529b7 devel/patch/Makefile
--- a/devel/patch/Makefile      Mon May 16 00:11:50 2005 +0000
+++ b/devel/patch/Makefile      Mon May 16 00:29:32 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2004/05/19 03:26:09 jschauma Exp $
+# $NetBSD: Makefile,v 1.22 2005/05/16 00:29:32 jlam Exp $
 #
 
 DISTNAME=      patch-2.5.4
@@ -44,7 +44,9 @@
 
 .include "../../mk/bsd.pkg.mk"
 
+.if empty(_USE_NEW_TOOLS:M[yY][eE][sS])
 # Needed for bootstrapping pkgsrc!
 .if !exists(${GTAR})
 GTAR=          /usr/bin/tar            # Solaris
 .endif
+.endif



Home | Main Index | Thread Index | Old Index