pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Document PREFER_PKGSRC and default to "no".



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8cc40e5243dc
branches:  trunk
changeset: 467688:8cc40e5243dc
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Feb 05 07:19:34 2004 +0000

description:
Document PREFER_PKGSRC and default to "no".

diffstat:

 mk/bsd.pkg.defaults.mk |  11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 149eb3fcfdcb -r 8cc40e5243dc mk/bsd.pkg.defaults.mk
--- a/mk/bsd.pkg.defaults.mk    Thu Feb 05 07:17:14 2004 +0000
+++ b/mk/bsd.pkg.defaults.mk    Thu Feb 05 07:19:34 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.defaults.mk,v 1.211 2004/01/31 23:46:18 snj Exp $
+# $NetBSD: bsd.pkg.defaults.mk,v 1.212 2004/02/05 07:19:34 jlam Exp $
 #
 
 # A file providing defaults for pkgsrc and the packages collection.
@@ -119,6 +119,15 @@
 # Possible: yes, no
 # Default: no
 
+PREFER_PKGSRC?=                no
+#
+# When building packages, whether or not to prefer the pkgsrc versions of
+# software that's also part of the base system.  Its value can be either
+# yes/no, or a list of packages as named in the BUILDLINK_PACKAGES line
+# in a package's buildlink[23].mk file.
+# Possible: yes, no, or a list of packages
+# Default: no
+
 #WRKOBJDIR=    /usr/tmp
 # build here instead of in pkgsrc
 # Possible: any path



Home | Main Index | Thread Index | Old Index