From 9a0493b324854512f3b4417f09de1da8ac71f17f Mon Sep 17 00:00:00 2001 From: Gabor Pali Date: Fri, 8 Mar 2013 01:11:49 +0000 Subject: [PATCH] - Make the sources compatible with DocBook 4.5 Inspired by: gabor --- .../books/porters-handbook/book.xml | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/en_US.ISO8859-1/books/porters-handbook/book.xml b/en_US.ISO8859-1/books/porters-handbook/book.xml index 78f10a042a..dd6a25f941 100644 --- a/en_US.ISO8859-1/books/porters-handbook/book.xml +++ b/en_US.ISO8859-1/books/porters-handbook/book.xml @@ -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_REL} \ 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