From owner-svn-doc-head@FreeBSD.ORG Wed Oct 10 14:02:14 2012 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CDC729D0; Wed, 10 Oct 2012 14:02:14 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B573E8FC17; Wed, 10 Oct 2012 14:02:14 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9AE2Ejx041011; Wed, 10 Oct 2012 14:02:14 GMT (envelope-from zeising@svn.freebsd.org) Received: (from zeising@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9AE2ECO041009; Wed, 10 Oct 2012 14:02:14 GMT (envelope-from zeising@svn.freebsd.org) Message-Id: <201210101402.q9AE2ECO041009@svn.freebsd.org> From: Niclas Zeising Date: Wed, 10 Oct 2012 14:02:14 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r39723 - head/en_US.ISO8859-1/books/porters-handbook X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Oct 2012 14:02:14 -0000 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. + + + Default Options + The following options are always on by default. + + + DOCS — build and install + documentation. + + + NLS — Native Language + Support. + + + EXAMPLES — build and install + examples. + + + IPV6 — IPv6 protocol support. + + + + There is no need to add these to + OPTIONS_DEFAULT. To have them show up + in the options selection dialog, however, they must be added + to OPTIONS_DEFINE. + +