Author: randy Date: 2007-07-02 08:44:34 -0600 (Mon, 02 Jul 2007) New Revision: 6823
Modified: trunk/BOOK/general.ent trunk/BOOK/general/genlib/pcre.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Updated to PCRE-7.2 Modified: trunk/BOOK/general/genlib/pcre.xml =================================================================== --- trunk/BOOK/general/genlib/pcre.xml 2007-07-02 14:15:08 UTC (rev 6822) +++ trunk/BOOK/general/genlib/pcre.xml 2007-07-02 14:44:34 UTC (rev 6823) @@ -5,11 +5,11 @@ %general-entities; <!ENTITY pcre-download-http " "> - <!ENTITY pcre-download-ftp "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-&pcre-version;.tar.bz2"> - <!ENTITY pcre-md5sum "b97e3bb84bd665e0fbb7a90344d65a43"> - <!ENTITY pcre-size "607 KB"> - <!ENTITY pcre-buildsize "13 MB"> - <!ENTITY pcre-time "0.3 SBU"> + <!ENTITY pcre-download-ftp "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-&pcre-version;.tar.bz2"> + <!ENTITY pcre-md5sum "53305db73855f1ff155dcd2c05d448d3"> + <!ENTITY pcre-size "738 KB"> + <!ENTITY pcre-buildsize "11 MB"> + <!ENTITY pcre-time "0.3 SBU"> ]> <sect1 id="pcre" xreflabel="PCRE-&pcre-version;"> @@ -71,14 +71,14 @@ <screen><userinput>./configure --prefix=/usr --enable-utf8 && make</userinput></screen> - <para>To test the results, issue: <command>make runtest</command>.</para> + <para>To test the results, issue: <command>make check</command>.</para> <para>Now, as the <systemitem class="username">root</systemitem> user:</para> <screen role="root"><userinput>make install && -install -v -m755 -d /usr/share/doc/pcre-&pcre-version;/html && +install -v -m755 -d /usr/share/doc/pcre-&pcre-version;/html && install -v -m644 doc/html/* /usr/share/doc/pcre-&pcre-version;/html && -install -v -m644 doc/{Tech.Notes,*.txt} /usr/share/doc/pcre-&pcre-version;</userinput></screen> +install -v -m644 doc/*.txt /usr/share/doc/pcre-&pcre-version;</userinput></screen> <para>If you reinstall <application>Grep</application> after installing <application>PCRE</application>, <application>Grep</application> will get Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2007-07-02 14:15:08 UTC (rev 6822) +++ trunk/BOOK/general.ent 2007-07-02 14:44:34 UTC (rev 6823) @@ -98,7 +98,7 @@ <!-- Part III --> <!-- Chapter 8 --> -<!ENTITY pcre-version "7.0"> +<!ENTITY pcre-version "7.2"> <!ENTITY popt-version "1.10.4"> <!ENTITY slang-version "2.0.7"> <!ENTITY gamin-version "0.1.8"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2007-07-02 14:15:08 UTC (rev 6822) +++ trunk/BOOK/introduction/welcome/changelog.xml 2007-07-02 14:44:34 UTC (rev 6823) @@ -45,6 +45,9 @@ <para>July 2nd, 2007</para> <itemizedlist> <listitem> + <para>[randy] - Updated to PCRE-7.2.</para> + </listitem> + <listitem> <para>[randy] - Updated to libpng-1.2.18.</para> </listitem> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
