From owner-svn-doc-all@FreeBSD.ORG Mon May 26 15:14:16 2014 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5ACFD2F2; Mon, 26 May 2014 15:14:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4699F2CF2; Mon, 26 May 2014 15:14:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4QFEGuq082992; Mon, 26 May 2014 15:14:16 GMT (envelope-from mat@svn.freebsd.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4QFEFKR082989; Mon, 26 May 2014 15:14:15 GMT (envelope-from mat@svn.freebsd.org) Message-Id: <201405261514.s4QFEFKR082989@svn.freebsd.org> From: Mathieu Arnold Date: Mon, 26 May 2014 15:14:15 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r44958 - in head/en_US.ISO8859-1/books/porters-handbook: appendices makefiles special X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2014 15:14:16 -0000 Author: mat (ports committer) Date: Mon May 26 15:14:15 2014 New Revision: 44958 URL: http://svnweb.freebsd.org/changeset/doc/44958 Log: Add xml:id to all and . Sponsored by: Absolight Modified: head/en_US.ISO8859-1/books/porters-handbook/appendices/chapter.xml head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/appendices/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/appendices/chapter.xml Mon May 26 14:36:11 2014 (r44957) +++ head/en_US.ISO8859-1/books/porters-handbook/appendices/chapter.xml Mon May 26 15:14:15 2014 (r44958) @@ -13,7 +13,7 @@ Values of <varname>USES</varname> -
+
Values of <varname>USES</varname> @@ -40,7 +40,7 @@ sys/param.h: -
+
<literal>__FreeBSD_version</literal> Values Modified: head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Mon May 26 14:36:11 2014 (r44957) +++ head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Mon May 26 15:14:15 2014 (r44958) @@ -1649,7 +1649,7 @@ MASTER_SITE_SUBDIR= makeMASTER_SITES= SF MASTER_SITE_SUBDIR= stardict/WyabdcRealPeopleTTS/${PORTVERSION} -
+
Popular Magic <varname>MASTER_SITES</varname> Macros @@ -3117,7 +3117,7 @@ ALWAYS_KEEP_DISTFILES= yes lang/gccXY itself! -
+
The <varname>USE_<replaceable>*</replaceable></varname> Variables @@ -3264,7 +3264,7 @@ ALWAYS_KEEP_DISTFILES= yes indexing, which causes problems for port and package management. - + Wrong Declaration of an Optional Dependency .include <bsd.port.pre.mk> @@ -3284,7 +3284,7 @@ LIB_DEPENDS= libbar.so:${PORTSDIR}/foo/b determine their need for dependencies based on the existence of other files. - + Correct Declaration of an Optional Dependency OPTIONS_DEFINE= BAR @@ -3685,7 +3685,7 @@ EXAMPLES_CONFIGURE_WITH= examples --disable-xxx in CONFIGURE_ARGS. - + Wrong Handling of an Option .if ${PORT_OPTIONS:MFOO} @@ -3704,7 +3704,7 @@ CONFIGURE_ARGS+= --enable-foo system does not protest (no dependency on libfoo was recorded) but the application breaks. - + Correct Handling of an Option FOO_LIB_DEPENDS= libfoo.so:${PORTSDIR}/devel/foo Modified: head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml Mon May 26 14:36:11 2014 (r44957) +++ head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml Mon May 26 15:14:15 2014 (r44958) @@ -392,7 +392,7 @@ IGNORE= may not be redistributed because environment variables can be passed using CONFIGURE_ENV variable. -
+
Variables for Ports That Use <command>configure</command> @@ -449,7 +449,7 @@ IGNORE= may not be redistributed because USES= cmake:outsource to build in a separate directory (see below). -
+
Variables for Ports That Use <command>cmake</command> @@ -494,7 +494,7 @@ IGNORE= may not be redistributed because
- +
Variables the Users can define for <command>cmake</command> builds @@ -581,7 +581,7 @@ CMAKE_SOURCE_PATH= ${WRKSRC}/subp If your port uses SCons, define USE_SCONS=yes. -
+
Variables for Ports That Use <command>scons</command> @@ -933,7 +933,7 @@ PLIST_SUB+= NLS="@comment " USE_PERL5 like described in the perl5 USES description. -
+
Read-Only Variables for Ports That Use <application>Perl</application> @@ -1081,7 +1081,7 @@ PLIST_SUB+= NLS="@comment " USE_GL= glu -
+
Variables for Ports That Use X @@ -1292,7 +1292,7 @@ USE_XORG= x11 xpm The Qt framework exports a number of variables which can be used by ports, some of them listed below: -
+
Variables Provided to Ports That Use Qt @@ -1391,7 +1391,7 @@ PLIST_SUB+= QT_INCDIR=${QT_INCDIR_REL} \ _USE_QT5_ONLY variables in /usr/ports/Mk/bsd.qt.mk): -
+
Available Qt Library Components @@ -1465,7 +1465,7 @@ PLIST_SUB+= QT_INCDIR=${QT_INCDIR_REL} \ depends on, run ldd on the main executable after a successful compilation. -
+
Available Qt Tool Components @@ -1525,7 +1525,7 @@ PLIST_SUB+= QT_INCDIR=${QT_INCDIR_REL} \
- +
Available Qt Plugin Components @@ -1592,7 +1592,7 @@ PLIST_SUB+= QT_INCDIR=${QT_INCDIR_REL} \ linkend="using-qmake-example">USES= qmake example). -
+
Variables for Ports That Use <command>qmake</command> @@ -1700,7 +1700,7 @@ USE_QT5= buildtools_build/usr/ports/Mk/bsd.kde4.mk): -
+
Available KDE 4 Components @@ -1894,7 +1894,7 @@ USE_QT4= moc_build qmake_build rcc_build most current version, and &os; default is java/openjdk6. -
+
Variables Which May be Set by Ports That Use Java @@ -1964,7 +1964,7 @@ USE_QT4= moc_build qmake_build rcc_build Below is the list of all settings a port will receive after setting USE_JAVA: -
+
Variables Provided to Ports That Use Java @@ -2129,7 +2129,7 @@ USE_QT4= moc_build qmake_build rcc_build Additionally, the following constants are defined so all Java ports may be installed in a consistent way: -
+
Constants Defined for Ports That Use Java @@ -2304,7 +2304,7 @@ do-install: Apache -
+
Variables for Ports That Use Apache @@ -2369,7 +2369,7 @@ do-install:
- +
Useful Variables for Porting Apache Modules @@ -2452,7 +2452,7 @@ do-install: PHP -
+
Variables for Ports That Use PHP @@ -2599,7 +2599,7 @@ _DOCSDIR= . PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -
+
Most Useful Variables for Ports That Use Python @@ -2719,7 +2719,7 @@ _DOCSDIR= . :xx, e.g.: USES=tcl:85. -
+
The Most Useful Read-Only Variables for Ports That Use <application>Tcl/Tk</application> @@ -2793,7 +2793,7 @@ _DOCSDIR= . Using Ruby -
+
Useful Variables for Ports That Use Ruby @@ -2838,7 +2838,7 @@ _DOCSDIR= . possible. These variables should not be redefined in the port. -
+
Selected Read-Only Variables for Ports That Use Ruby @@ -3133,7 +3133,7 @@ USE_SDL+= mixer wxWidgets versions and the corresponding ports in the tree: -
+
Available <application>wxWidgets</application> Versions @@ -3180,7 +3180,7 @@ USE_SDL+= mixer be set to one or more of the following combinations separated by spaces: -
+
<application>wxWidgets</application> Version Specifications @@ -3221,7 +3221,7 @@ USE_SDL+= mixer of versions, the first ones will have higher priority. -
+
Variables to Select Preferred <application>wxWidgets</application> Versions @@ -3257,7 +3257,7 @@ USE_SDL+= mixer WX_COMPS variable. The following components are available: -
+
Available <application>wxWidgets</application> Components @@ -3311,7 +3311,7 @@ USE_SDL+= mixer ). The following types are available: -
+
Available <application>wxWidgets</application> Dependency Types @@ -3518,7 +3518,7 @@ CONFIGURE_ARGS+= --enable-wxpython defining one from ). -
+
Variables Defined for Ports That Use <application>wxWidgets</application> @@ -3621,7 +3621,7 @@ PLIST_SUB+= VERSION="${VER_STR}" WX_CONF_ARGS variable can be used for provide them. -
+
Legal Values for <varname>WX_CONF_ARGS</varname> @@ -3714,7 +3714,7 @@ PLIST_SUB+= VERSION="${VER_STR}" Lua versions and the corresponding ports in the tree: -
+
Available <application>Lua</application> Versions @@ -3751,7 +3751,7 @@ PLIST_SUB+= VERSION="${VER_STR}" be set to one or more of the following combinations separated by spaces: -
+
<application>Lua</application> Version Specifications @@ -3792,7 +3792,7 @@ PLIST_SUB+= VERSION="${VER_STR}" of versions, the first ones will have higher priority. -
+
Variables to Select Preferred <application>Lua</application> Versions @@ -3842,7 +3842,7 @@ WANT_LUA_VER= 5.0LUA_COMPS variable. The following components are available: -
+
Available <application>Lua</application> Components @@ -3889,7 +3889,7 @@ WANT_LUA_VER= 5.0). The following types are available: -
+
Available <application>Lua</application> Dependency Types @@ -4026,7 +4026,7 @@ CONFIGURE_ARGS+= --enable-tolua defining one from ). -
+
Variables Defined for Ports That Use <application>Lua</application> @@ -4420,7 +4420,7 @@ post-patch: Using Mozilla -
+
Variables for Ports That Use Mozilla @@ -4500,7 +4500,7 @@ post-patch: Using Databases -
+
Variables for Ports Using Databases