From owner-svn-doc-all@FreeBSD.ORG Sun Jul 7 18:32:16 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 13680742; Sun, 7 Jul 2013 18:32:16 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id E991A1F43; Sun, 7 Jul 2013 18:32:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r67IWFqN091707; Sun, 7 Jul 2013 18:32:15 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r67IWFrO091705; Sun, 7 Jul 2013 18:32:15 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201307071832.r67IWFrO091705@svn.freebsd.org> From: Warren Block Date: Sun, 7 Jul 2013 18:32:15 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42188 - 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-all@freebsd.org X-Mailman-Version: 2.1.14 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: Sun, 07 Jul 2013 18:32:16 -0000 Author: wblock Date: Sun Jul 7 18:32:15 2013 New Revision: 42188 URL: http://svnweb.freebsd.org/changeset/doc/42188 Log: Fix whitespace-only issues found with 'igor -RZ'. Translators, please ignore. Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml head/en_US.ISO8859-1/books/porters-handbook/uses.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/book.xml Sun Jul 7 16:10:25 2013 (r42187) +++ head/en_US.ISO8859-1/books/porters-handbook/book.xml Sun Jul 7 18:32:15 2013 (r42188) @@ -5768,11 +5768,11 @@ CMAKE_SOURCE_PATH= ${WRKSRC}/subp Basic Usage If your port requires gettext, set - USES= gettext, and your - port will inherit a dependency on devel/gettext. Other values for - gettext usage are listed in . + USES= gettext, and your port will inherit + a dependency on + devel/gettext. Other + values for gettext usage are listed in + . A rather common case is a port using gettext and configure. @@ -15743,8 +15743,8 @@ Reference: <http://www.freebsd.org/po 901501 November 11, 2012 9.1-STABLE after LIST_PREV() added to queue.h - (rev 242893) and KBI change in USB - serial devices (rev 240659). + (rev 242893) and KBI change in USB + serial devices (rev 240659). @@ -16011,8 +16011,8 @@ Reference: <http://www.freebsd.org/po 1000028 February 13, 2013 - 10-CURRENT after USB moved to the driver structure - requiring a rebuild of all USB modules (rev + 10-CURRENT after USB moved to the driver + structure requiring a rebuild of all USB modules (rev 246759). Modified: head/en_US.ISO8859-1/books/porters-handbook/uses.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/uses.xml Sun Jul 7 16:10:25 2013 (r42187) +++ head/en_US.ISO8859-1/books/porters-handbook/uses.xml Sun Jul 7 18:32:15 2013 (r42188) @@ -19,8 +19,9 @@ ada (none) - Depends on an Ada-capable compiler, and - sets CC accordingly. + + Depends on an Ada-capable + compiler, and sets CC accordingly. @@ -39,12 +40,12 @@ charsetfix (none) - Prevents the port from installing charset.alias. - This should be installed only by - converters/libiconv. - CHARSETFIX_MAKEFILEIN can be set to a path relative - to WRKSRC if charset.alias is - not installed by + Prevents the port from installing + charset.alias. This should be installed only + by converters/libiconv. + CHARSETFIX_MAKEFILEIN can be set to a path + relative to WRKSRC if + charset.alias is not installed by WRKSRC/Makefile.in. @@ -64,12 +65,12 @@ Implies that the port uses the update-desktop-database from - devel/desktop-file-utils. - This uses will automatically add a post-install step in such a way - that the port itself still can specify there own post-install step - if needed. It also insert lines into the plist for package - install and removal to run - update-desktop-database. + devel/desktop-file-utils. An + extra post-install step will be run without interfering with any + post-install steps already in the port + Makefile. Lines will be inserted into the + plist to run update-desktop-database on + package install or removal. @@ -85,11 +86,12 @@ gettext (none), lib, build, run - Implies that the port uses devel/gettext in one way or another. By - default, with no arguments or with the lib - argument, implies gettext with build-time and - run-time dependencies, build implies a build-time + Implies that the port uses + devel/gettext in one way or + another. By default, with no arguments or with the + lib argument, implies + gettext with build-time and run-time + dependencies, build implies a build-time dependency, and run implies a run-time dependency. @@ -99,15 +101,16 @@ (none) Implies that the port uses converters/libiconv as build-time and - run-time dependency. - + run-time dependency. ncurses - (none), base, port - Implies that the port uses ncurses, and - causes some useful variables to be set. + (none), base, + port + Implies that the port uses + ncurses, and causes some useful + variables to be set. @@ -151,9 +154,10 @@ readline (none), port - Implies that the port uses readline as - library dependency, and sets CPPFLAGS and - LDFLAGS as necessary. + Implies that the port uses + readline as library dependency, and + sets CPPFLAGS and LDFLAGS as + necessary. @@ -174,23 +178,26 @@ shebangfix (none) - A lot of software uses incorrect locations for script interpreters, - most notably /usr/bin/perl and - /bin/bash. This fixes shebang lines in scripts - listed in SHEBANG_FILES. Currently - Perl, Python, + A lot of software uses incorrect locations for script + interpreters, most notably /usr/bin/perl and + /bin/bash. This fixes shebang lines in + scripts listed in SHEBANG_FILES. Currently + Perl, + Python, Bash, Ruby, - and PHP are supported by default. - To support another interpreter, set SHEBANG_LANG - (for example SHEBANG_LANG=lua), then - lua_OLD_CMD and lua_CMD. + and PHP are supported by default. To + support another interpreter, set SHEBANG_LANG + (for example + SHEBANG_LANG=lua), then + lua_OLD_CMD and + lua_CMD. zenoss (none) - Implies the port uses net-mgmt/zenoss in one way or another, - but largely is used for building zenoss related zenpack + Implies the port uses + net-mgmt/zenoss in one way or + another, but largely is used for building zenoss related zenpack ports.