pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Make USE_XPKGWEDGE default to "yes", as announced o...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ba13b43deabd
branches:  trunk
changeset: 472088:ba13b43deabd
user:      agc <agc%pkgsrc.org@localhost>
date:      Sun Apr 04 07:09:38 2004 +0000

description:
Make USE_XPKGWEDGE default to "yes", as announced on tech-pkg@ last week.

diffstat:

 mk/bsd.pkg.defaults.mk |  6 +++---
 mk/bsd.prefs.mk        |  4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (41 lines):

diff -r 022a19c106b9 -r ba13b43deabd mk/bsd.pkg.defaults.mk
--- a/mk/bsd.pkg.defaults.mk    Sun Apr 04 06:45:00 2004 +0000
+++ b/mk/bsd.pkg.defaults.mk    Sun Apr 04 07:09:38 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.defaults.mk,v 1.226 2004/03/29 11:01:24 recht Exp $
+# $NetBSD: bsd.pkg.defaults.mk,v 1.227 2004/04/04 07:09:38 agc Exp $
 #
 
 # A file providing defaults for pkgsrc and the packages collection.
@@ -167,11 +167,11 @@
 # Possible: any path
 # Default: ${X11PREFIX} or where lesstif12 is installed
 
-USE_XPKGWEDGE?=        no
+USE_XPKGWEDGE?=        yes
 # Whether we should use xpkgwedge or not to install all packages into
 # ${LOCALBASE}.
 # Possible: yes, no
-# Default: no
+# Default: yes
 
 BSDSRCDIR?=    /usr/src
 # Where the NetBSD src module source tree is located
diff -r 022a19c106b9 -r ba13b43deabd mk/bsd.prefs.mk
--- a/mk/bsd.prefs.mk   Sun Apr 04 06:45:00 2004 +0000
+++ b/mk/bsd.prefs.mk   Sun Apr 04 07:09:38 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.157 2004/03/11 17:53:16 tv Exp $
+# $NetBSD: bsd.prefs.mk,v 1.158 2004/04/04 07:09:38 agc Exp $
 #
 # Make file, included to get the site preferences, if any.  Should
 # only be included by package Makefiles before any .if defined()
@@ -319,7 +319,7 @@
     exists(${X11BASE}/lib/X11/config/xpkgwedge.def)
 USE_XPKGWEDGE=  yes
 .else
-USE_XPKGWEDGE?=        no
+USE_XPKGWEDGE?=        yes
 .endif
 
 .if defined(_OPSYS_NEEDS_XPKGWEDGE) && \



Home | Main Index | Thread Index | Old Index