pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Make _USE_NEW_TOOLS default to "yes" to turn on usi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6d20f83ccfc6
branches:  trunk
changeset: 493731:6d20f83ccfc6
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri May 13 17:22:43 2005 +0000

description:
Make _USE_NEW_TOOLS default to "yes" to turn on using the new tools
framework.  This has been tested by successfully building a meta-package
that pulled in 81 dependencies during the installation.

diffstat:

 mk/bsd.prefs.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 72094e479f3b -r 6d20f83ccfc6 mk/bsd.prefs.mk
--- a/mk/bsd.prefs.mk   Fri May 13 16:54:12 2005 +0000
+++ b/mk/bsd.prefs.mk   Fri May 13 17:22:43 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.190 2005/05/10 19:06:58 jlam Exp $
+# $NetBSD: bsd.prefs.mk,v 1.191 2005/05/13 17:22:43 jlam Exp $
 #
 # Make file, included to get the site preferences, if any.  Should
 # only be included by package Makefiles before any .if defined()
@@ -278,7 +278,7 @@
 #
 PKGSRC_USE_TOOLS+=     date tr
 
-_USE_NEW_TOOLS?=       no
+_USE_NEW_TOOLS?=       yes
 .if !empty(_USE_NEW_TOOLS:M[yY][eE][sS])
 .include "${_PKGSRC_TOPDIR}/mk/tools/defaults.mk"
 .endif



Home | Main Index | Thread Index | Old Index