From owner-svn-doc-head@FreeBSD.ORG Fri Mar 8 01:11:50 2013 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9BB38B01; Fri, 8 Mar 2013 01:11:50 +0000 (UTC) (envelope-from pgj@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 762B6EAD; Fri, 8 Mar 2013 01:11:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r281BoqT088034; Fri, 8 Mar 2013 01:11:50 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r281BooK088033; Fri, 8 Mar 2013 01:11:50 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201303080111.r281BooK088033@svn.freebsd.org> From: Gabor Pali Date: Fri, 8 Mar 2013 01:11:50 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r41132 - 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: Fri, 08 Mar 2013 01:11:50 -0000 Author: pgj Date: Fri Mar 8 01:11:49 2013 New Revision: 41132 URL: http://svnweb.freebsd.org/changeset/doc/41132 Log: - Make the sources compatible with DocBook 4.5 Inspired by: gabor 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 Fri Mar 8 00:39:33 2013 (r41131) +++ head/en_US.ISO8859-1/books/porters-handbook/book.xml Fri Mar 8 01:11:49 2013 (r41132) @@ -4,15 +4,15 @@ %entities; + +]> + - -]> - FreeBSD Porter's Handbook @@ -4110,8 +4110,8 @@ PKGNAMESUFFIX= ${RESOLUTION} : # default RESOLUTION?= 300 -.if ${RESOLUTION} != 118 && ${RESOLUTION} != 240 && \ - ${RESOLUTION} != 300 && ${RESOLUTION} != 400 +.if ${RESOLUTION} != 118 && ${RESOLUTION} != 240 && \ + ${RESOLUTION} != 300 && ${RESOLUTION} != 400 @${ECHO_MSG} "Error: invalid value for RESOLUTION: \"${RESOLUTION}\"" @${ECHO_MSG} "Possible values are: 118, 240, 300 (default) and 400." @${FALSE} @@ -6669,7 +6669,7 @@ PLIST_SUB+= QT_INCDIR_REL=${QT_INCDIR_RE HAS_CONFIGURE= yes do-configure: - @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ + @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ ${QMAKE} ${QMAKEFLAGS} PREFIX=${PREFIX} texmaker.pro Note the similarity to the qmake line @@ -10037,7 +10037,7 @@ etc/orbit.conf.sample Store the directory structure in a new file. - &prompt.root; (cd /var/tmp/`make -V PORTNAME` && find -d * -type d) | sort > OLD-DIRS + &prompt.root; (cd /var/tmp/`make -V PORTNAME` && find -d * -type d) | sort > OLD-DIRS Create an empty pkg-plist file: @@ -10049,12 +10049,12 @@ etc/orbit.conf.sample list. &prompt.root; make install PREFIX=/var/tmp/`make -V PORTNAME` -&prompt.root; (cd /var/tmp/`make -V PORTNAME` && find -d * \! -type d) | sort > pkg-plist +&prompt.root; (cd /var/tmp/`make -V PORTNAME` && find -d * \! -type d) | sort > pkg-plist You must also add any newly created directories to the packing list. - &prompt.root; (cd /var/tmp/`make -V PORTNAME` && find -d * -type d) | sort | comm -13 OLD-DIRS - | sort -r | sed -e 's#^#@dirrm #' >> pkg-plist + &prompt.root; (cd /var/tmp/`make -V PORTNAME` && find -d * -type d) | sort | comm -13 OLD-DIRS - | sort -r | sed -e 's#^#@dirrm #' >> pkg-plist Finally, you need to tidy up the packing list by hand; it is not all automated. Manual pages @@ -10640,7 +10640,7 @@ as .putsy.conf and edit it. Using <literal>SVN</literal> to Make Patches - If you can, please submit a &man.svn.1 diff; they are + If you can, please submit a &man.svn.1; diff they are easier to handle than diffs between new and old directories. Plus it is easier for you to see what you have changed and to update your diff if something is modified in