svn commit: r39723 - head/en_US.ISO8859-1/books/porters-handbook

Niclas Zeising zeising at FreeBSD.org
Wed Oct 10 14:02:14 UTC 2012


Author: zeising
Date: Wed Oct 10 14:02:14 2012
New Revision: 39723
URL: http://svn.freebsd.org/changeset/doc/39723

Log:
  Add a note about which options default to on.
  
  Submitted by:	bapt (original version)
  Reviewed by:	bapt
  Approved by:	joel (mentor)

Modified:
  head/en_US.ISO8859-1/books/porters-handbook/book.xml

Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/book.xml	Wed Oct 10 12:22:16 2012	(r39722)
+++ head/en_US.ISO8859-1/books/porters-handbook/book.xml	Wed Oct 10 14:02:14 2012	(r39723)
@@ -4546,6 +4546,34 @@ CONFIGURE_ARGS+=	--with-foo
 	      Do not use this method for new ports.</para>
 	  </important>
 	</sect3>
+
+	<sect3>
+	  <title>Default Options</title>
+  	  <para>The following options are always on by default.</para>
+          <itemizedlist>
+	    <listitem>
+	      <para><literal>DOCS</literal> — build and install
+		documentation.</para>
+	    </listitem>
+	    <listitem>
+	      <para><literal>NLS</literal> — Native Language
+		Support.</para>
+            </listitem>
+	    <listitem>
+	      <para><literal>EXAMPLES</literal> — build and install
+		examples.</para>
+	    </listitem>
+	    <listitem>
+	      <para><literal>IPV6</literal> — IPv6 protocol support.</para>
+	    </listitem>
+	  </itemizedlist>
+	  <note>
+	    <para>There is no need to add these to
+	      <makevar>OPTIONS_DEFAULT</makevar>.  To have them show up
+	      in the options selection dialog, however, they must be added
+	      to <makevar>OPTIONS_DEFINE</makevar>.</para>
+          </note>
+	</sect3>
       </sect2>
 
       <sect2>


More information about the svn-doc-all mailing list