Changeset dfb751b


Ignore:
Timestamp:
11/27/2008 06:51:31 PM (15 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
35e21bf
Parents:
3cf1f5f
Message:

Update pcre, and activate the reference ready for the newer glib.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7626 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r3cf1f5f rdfb751b  
    9999<!-- Part III -->
    100100<!-- Chapter 8 -->
    101 <!ENTITY pcre-version                 "7.6">
     101<!ENTITY pcre-version                 "7.8">
    102102<!ENTITY popt-version                 "1.14">
    103103<!ENTITY slang-version                "2.1.3">
  • general/genlib/pcre.xml

    r3cf1f5f rdfb751b  
    77  <!ENTITY pcre-download-http "&sourceforge-repo;/pcre/pcre-&pcre-version;.tar.bz2">
    88  <!ENTITY pcre-download-ftp  "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-&pcre-version;.tar.bz2">
    9   <!ENTITY pcre-md5sum        "2af38e083fb90ef60fa9eda7cc290e86">
    10   <!ENTITY pcre-size          "780 KB">
    11   <!ENTITY pcre-buildsize     "11 MB">
     9  <!ENTITY pcre-md5sum        "141132d6af14dccc7b08fa797e4fd441">
     10  <!ENTITY pcre-size          "821 KB">
     11  <!ENTITY pcre-buildsize     "10 MB">
    1212  <!ENTITY pcre-time          "0.3 SBU">
    1313]>
     
    5858    </itemizedlist>
    5959
    60     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     60    <!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6161    <itemizedlist spacing='compact'>
    6262      <listitem>
     
    6868          url="&patch-root;/pcre-&pcre-version;-security_fix-1.patch"/></para>
    6969      </listitem>
    70     </itemizedlist>
     70    </itemizedlist> -->
    7171
    7272    <para condition="html" role="usernotes">User Notes:
     
    8585./configure --prefix=/usr \
    8686            --docdir=/usr/share/doc/pcre-&pcre-version; \
    87             --enable-utf8 \
     87            --enable-utf8 --enable-unicode-properties \
    8888            --enable-pcregrep-libz \
    8989            --enable-pcregrep-libbz2 &amp;&amp;
     
    119119
    120120    <para><parameter>--enable-unicode-properties</parameter>: This switch
    121     enables Unicode properties support.</para>
    122 
    123     <!-- [ag] Glib-2.12.* hasn't yet has this switch. Un-comment for
    124     glib-2.16.* and newer and merge the note in the above para.
    125     Also for consistency, replace (&dash;&dash;) with two dashes.
    126 
    127     Note: You need this switch if you are going to build
    128     <xref linkend="glib2"/> with the
    129     <parameter>&dash;&dash;with-pcre=system</parameter> switch. -->
     121    enables Unicode properties support. Note: You need this switch if you are
     122    going to build <xref linkend="glib2"/> with the
     123    <parameter>--with-pcre=system</parameter> switch.</para>
    130124
    131125    <para><parameter>--enable-pcregrep-libz</parameter>: This switch adds
     
    136130    support to <command>pcregrep</command> to read
    137131    <filename class='extension'>.bz2</filename> compressed files.</para>
     132
     133    <para><parameter>--enable-shared --disable-static</parameter>: This pair
     134    of switches prevents the static libraries in this package from being
     135    built and installed.</para>
    138136
    139137  </sect2>
  • introduction/welcome/changelog.xml

    r3cf1f5f rdfb751b  
    5353          <para>[ken] - Updated to intltool-0.40.4.</para>
    5454        </listitem>
     55        <listitem>
     56          <para>[ken] - Updated to pcre-7.8.</para>
     57        </listitem>
    5558      </itemizedlist>
    5659    </listitem>
Note: See TracChangeset for help on using the changeset viewer.