pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/doc/guide/files Explain PKG_OPTIONS usage a little mor...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/44b1cec69780
branches:  trunk
changeset: 536975:44b1cec69780
user:      darcy <darcy%pkgsrc.org@localhost>
date:      Sun Dec 30 22:54:39 2007 +0000

description:
Explain PKG_OPTIONS usage a little more "loudly."

diffstat:

 doc/guide/files/configuring.xml |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 0ee3363d1c8e -r 44b1cec69780 doc/guide/files/configuring.xml
--- a/doc/guide/files/configuring.xml   Sun Dec 30 18:42:01 2007 +0000
+++ b/doc/guide/files/configuring.xml   Sun Dec 30 22:54:39 2007 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: configuring.xml,v 1.30 2007/10/17 14:08:02 kano Exp $ -->
+<!-- $NetBSD: configuring.xml,v 1.31 2007/12/30 22:54:39 darcy Exp $ -->
 
 <chapter id="configuring">
   <title>Configuring pkgsrc</title>
@@ -361,6 +361,11 @@
 PKG_OPTIONS.kdebase=    debug -sasl
 PKG_OPTIONS.apache=     suexec </screen>
 
+    <para>It is important to note that options that were specifically
+    suggested by the package maintainer must be explicitely removed if
+    you do not wish to include the option.  If you are unsure you can view
+    the current state with <command>make show-options</command>.</para>
+
     <para>The following settings are consulted in the order given, and
     the last setting that selects or disables an option is
     used:</para>



Home | Main Index | Thread Index | Old Index