pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Default PKG_FAIL_UNSUPPORTED_OPTIONS to "no" to mat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cbaa6b0ac73c
branches:  trunk
changeset: 480567:cbaa6b0ac73c
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Sep 15 03:59:17 2004 +0000

description:
Default PKG_FAIL_UNSUPPORTED_OPTIONS to "no" to match current practices
for using bsd.options.mk, which is:

        PKG_DEFAULT_OPTIONS=    <common options>
        PKG_OPTIONS.<pkg>=      ${PKG_DEFAULT_OPTIONS} <mods to defaults>

diffstat:

 mk/bsd.options.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 755f77662767 -r cbaa6b0ac73c mk/bsd.options.mk
--- a/mk/bsd.options.mk Tue Sep 14 22:20:16 2004 +0000
+++ b/mk/bsd.options.mk Wed Sep 15 03:59:17 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.options.mk,v 1.8 2004/08/22 19:42:10 jlam Exp $
+# $NetBSD: bsd.options.mk,v 1.9 2004/09/15 03:59:17 jlam Exp $
 #
 # This Makefile fragment provides boilerplate code for standard naming
 # conventions for handling per-package build options.
@@ -48,7 +48,7 @@
 #              If this is set to "yes", then the presence of unsupported
 #              options in PKG_OPTIONS.<pkg> (see below) causes the build
 #              to fail.  Set this to "no" to silently ignore unsupported
-#              options.  Default: "yes".
+#              options.  Default: "no".
 #
 # After including this file, the following variables are defined:
 #
@@ -131,7 +131,7 @@
 # the variable named by ${PKG_OPTIONS_VAR} causes the build to fail.  Set
 # this to "no" to silently ignore unsupported options.
 #
-PKG_FAIL_UNSUPPORTED_OPTIONS?= yes
+PKG_FAIL_UNSUPPORTED_OPTIONS?= no
 
 # Separate out the selected options into "positive" and "negative" lists.
 _PKG_YES_OPTIONS=      # contains the "positive" options



Home | Main Index | Thread Index | Old Index