From owner-svn-doc-head@FreeBSD.ORG Sun Feb 15 05:39:53 2015 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 55706759; Sun, 15 Feb 2015 05:39:53 +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 36F03AD3; Sun, 15 Feb 2015 05:39:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1F5drZu019728; Sun, 15 Feb 2015 05:39:53 GMT (envelope-from jgh@FreeBSD.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1F5dqNF019725; Sun, 15 Feb 2015 05:39:52 GMT (envelope-from jgh@FreeBSD.org) Message-Id: <201502150539.t1F5dqNF019725@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jgh set sender to jgh@FreeBSD.org using -f From: Jason Helfman Date: Sun, 15 Feb 2015 05:39:52 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46273 - in head/en_US.ISO8859-1/books/porters-handbook: makefiles plist uses 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.18-1 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: Sun, 15 Feb 2015 05:39:53 -0000 Author: jgh Date: Sun Feb 15 05:39:51 2015 New Revision: 46273 URL: https://svnweb.freebsd.org/changeset/doc/46273 Log: - remove directory class Differential Revision: https://reviews.freebsd.org/D1738 Approved by: wblock (mentor) Modified: head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml head/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Sun Feb 15 05:37:20 2015 (r46272) +++ head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Sun Feb 15 05:39:51 2015 (r46273) @@ -3408,7 +3408,7 @@ Available USE_* and WANT_* are defined in the files in - /usr/ports/Mk. + /usr/ports/Mk. Modified: head/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml Sun Feb 15 05:37:20 2015 (r46272) +++ head/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml Sun Feb 15 05:39:51 2015 (r46273) @@ -430,7 +430,7 @@ etc/orbit.conf-dist sequences somewhere in it, they are expanded inline. For these examples, assume that @cwd is set to /usr/local and the last + >/usr/local and the last extracted file was bin/emacs. @@ -450,7 +450,7 @@ etc/orbit.conf-dist Expand to the current directory prefix, as set with @cwd. In the example case /usr/local. + >/usr/local. @@ -462,7 +462,7 @@ etc/orbit.conf-dist filename, that is, the current directory prefix plus the last filespec, minus the trailing filename. In the example case, that would be /usr/local/bin. + >/usr/local/bin. @@ -583,7 +583,7 @@ etc/orbit.conf-dist Package list files can be extended by keywords that are defined in the ${PORTSDIR}/Keywords directory. + >${PORTSDIR}/Keywords directory. The settings for each keyword are stored in a UCL file named keyword.ucl. Modified: head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml Sun Feb 15 05:37:20 2015 (r46272) +++ head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml Sun Feb 15 05:39:51 2015 (r46273) @@ -668,19 +668,19 @@ GSSAPI_NONE_CONFIGURE_ON= --without-gssa Define KMODDIR to - /boot/modules + /boot/modules by default, add it to PLIST_SUB and MAKE_ENV, and create it upon installation. If KMODDIR is set to - /boot/kernel, + /boot/kernel, it will be rewritten to /boot/modules. This + >/boot/modules. This prevents breaking packages when upgrading the kernel due to /boot/kernel being + >/boot/kernel being renamed to /boot/kernel.old in + >/boot/kernel.old in the process. @@ -866,7 +866,7 @@ GSSAPI_NONE_CONFIGURE_ON= --without-gssa PERL_ARCH: Directory name of architecture dependent libraries, defaults to - mach + mach @@ -1288,7 +1288,7 @@ GSSAPI_NONE_CONFIGURE_ON= --without-gssa WEBPLUGIN_DIR: The directory to install the plug-in files to, default PREFIX/lib/browser_plugins/WEBPLUGIN_NAME. + >PREFIX/lib/browser_plugins/WEBPLUGIN_NAME. Set this if the port installs plug-in files outside of the default directory to prevent broken symbolic links.