Author: ken Date: 2008-11-27 11:51:31 -0700 (Thu, 27 Nov 2008) New Revision: 7626
Modified: trunk/BOOK/general.ent trunk/BOOK/general/genlib/pcre.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Update pcre, and activate the reference ready for the newer glib. Modified: trunk/BOOK/general/genlib/pcre.xml =================================================================== --- trunk/BOOK/general/genlib/pcre.xml 2008-11-27 17:46:35 UTC (rev 7625) +++ trunk/BOOK/general/genlib/pcre.xml 2008-11-27 18:51:31 UTC (rev 7626) @@ -6,9 +6,9 @@ <!ENTITY pcre-download-http "&sourceforge-repo;/pcre/pcre-&pcre-version;.tar.bz2"> <!ENTITY pcre-download-ftp "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-&pcre-version;.tar.bz2"> - <!ENTITY pcre-md5sum "2af38e083fb90ef60fa9eda7cc290e86"> - <!ENTITY pcre-size "780 KB"> - <!ENTITY pcre-buildsize "11 MB"> + <!ENTITY pcre-md5sum "141132d6af14dccc7b08fa797e4fd441"> + <!ENTITY pcre-size "821 KB"> + <!ENTITY pcre-buildsize "10 MB"> <!ENTITY pcre-time "0.3 SBU"> ]> @@ -57,7 +57,7 @@ </listitem> </itemizedlist> - <bridgehead renderas="sect3">Additional Downloads</bridgehead> + <!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead> <itemizedlist spacing='compact'> <listitem> <para>Required Patch: <ulink @@ -67,7 +67,7 @@ <para>Required Patch: <ulink url="&patch-root;/pcre-&pcre-version;-security_fix-1.patch"/></para> </listitem> - </itemizedlist> + </itemizedlist> --> <para condition="html" role="usernotes">User Notes: <ulink url="&blfs-wiki;/pcre"/></para> @@ -84,7 +84,7 @@ patch -Np1 -i ../pcre-&pcre-version;-security_fix-1.patch && ./configure --prefix=/usr \ --docdir=/usr/share/doc/pcre-&pcre-version; \ - --enable-utf8 \ + --enable-utf8 --enable-unicode-properties \ --enable-pcregrep-libz \ --enable-pcregrep-libbz2 && make</userinput></screen> @@ -118,16 +118,10 @@ handling UTF-8 character strings in the library.</para> <para><parameter>--enable-unicode-properties</parameter>: This switch - enables Unicode properties support.</para> + enables Unicode properties support. Note: You need this switch if you are + going to build <xref linkend="glib2"/> with the + <parameter>--with-pcre=system</parameter> switch.</para> - <!-- [ag] Glib-2.12.* hasn't yet has this switch. Un-comment for - glib-2.16.* and newer and merge the note in the above para. - Also for consistency, replace (‐‐) with two dashes. - - Note: You need this switch if you are going to build - <xref linkend="glib2"/> with the - <parameter>‐‐with-pcre=system</parameter> switch. --> - <para><parameter>--enable-pcregrep-libz</parameter>: This switch adds support to <command>pcregrep</command> to read <filename class='extension'>.gz</filename> compressed files.</para> @@ -136,6 +130,10 @@ support to <command>pcregrep</command> to read <filename class='extension'>.bz2</filename> compressed files.</para> + <para><parameter>--enable-shared --disable-static</parameter>: This pair + of switches prevents the static libraries in this package from being + built and installed.</para> + </sect2> <sect2 role="content"> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2008-11-27 17:46:35 UTC (rev 7625) +++ trunk/BOOK/general.ent 2008-11-27 18:51:31 UTC (rev 7626) @@ -98,7 +98,7 @@ <!-- Part III --> <!-- Chapter 8 --> -<!ENTITY pcre-version "7.6"> +<!ENTITY pcre-version "7.8"> <!ENTITY popt-version "1.14"> <!ENTITY slang-version "2.1.3"> <!ENTITY gamin-version "0.1.9"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2008-11-27 17:46:35 UTC (rev 7625) +++ trunk/BOOK/introduction/welcome/changelog.xml 2008-11-27 18:51:31 UTC (rev 7626) @@ -52,6 +52,9 @@ <listitem> <para>[ken] - Updated to intltool-0.40.4.</para> </listitem> + <listitem> + <para>[ken] - Updated to pcre-7.8.</para> + </listitem> </itemizedlist> </listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
