Changeset e924583


Ignore:
Timestamp:
03/07/2008 05:52:58 PM (16 years ago)
Author:
Ag Hatzimanikas <ag@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
d55b6d59
Parents:
b12cddd
Message:

Updated to pcre-7.6

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rb12cddd re924583  
    9696<!-- Part III -->
    9797<!-- Chapter 8 -->
    98 <!ENTITY pcre-version                 "7.2">
     98<!ENTITY pcre-version                 "7.6">
    9999<!ENTITY popt-version                 "1.10.4">
    100100<!ENTITY slang-version                "2.1.1">
  • general/genlib/pcre.xml

    rb12cddd re924583  
    55  %general-entities;
    66
    7   <!ENTITY pcre-download-http " ">
     7  <!ENTITY pcre-download-http "http://downloads.sourceforge.net/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        "53305db73855f1ff155dcd2c05d448d3">
    10   <!ENTITY pcre-size          "738 KB">
     9  <!ENTITY pcre-md5sum        "2af38e083fb90ef60fa9eda7cc290e86">
     10  <!ENTITY pcre-size          "780 KB">
    1111  <!ENTITY pcre-buildsize     "11 MB">
    1212  <!ENTITY pcre-time          "0.3 SBU">
     
    5858    </itemizedlist>
    5959
     60    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     61    <itemizedlist spacing='compact'>
     62      <listitem>
     63        <para>Required Patch: <ulink
     64          url="&patch-root;/pcre-&pcre-version;-abi_breakage-1.patch"/></para>
     65      </listitem>
     66    </itemizedlist>
     67   
    6068    <para condition="html" role="usernotes">User Notes:
    6169    <ulink url="&blfs-wiki;/pcre"/></para>
     
    6977    the following commands:</para>
    7078
    71 <screen><userinput>./configure --prefix=/usr \
     79<screen><userinput>patch -Np1 -i ../pcre-&pcre-version;-abi_breakage-1.patch &amp;&amp;
     80./configure --prefix=/usr \
    7281            --docdir=/usr/share/doc/pcre-&pcre-version; \
    73             --enable-utf8 &amp;&amp;
     82            --enable-utf8 \
     83            --enable-pcregrep-libz \
     84            --enable-pcregrep-libbz2 &amp;&amp;
    7485make</userinput></screen>
    7586
     
    99110    <para><parameter>--enable-utf8</parameter>: This switch includes the code for
    100111    handling UTF-8 character strings in the library.</para>
     112   
     113    <para><parameter>--enable-unicode-properties</parameter>: This switch
     114    enables Unicode properties support. Note: You need this switch if you are
     115    going to built <xref linkend="glib2"/> with the
     116    <parameter>--with-pcre=system</parameter> switch.</para>
     117   
     118    <para><parameter>--enable-pcregrep-libz</parameter>: This switch adds
     119    support to pcregrep to read .gz compressed files.</para>
     120
     121    <para><parameter>--enable-pcregrep-libbz2</parameter>: This switch adds
     122    support to pcregrep to read .bz2 compressed files.</para>
    101123
    102124  </sect2>
  • introduction/welcome/changelog.xml

    rb12cddd re924583  
    4545      <para>March 7th, 2008</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[ag] - Updated to pcre-7.6. Added the --enable-pcregrep-libbz2
     49          and --enable-pcregrep-libz switches. Added in commands explanations
     50          the --enable-unicode-properties switch. Added patch to fix ABI
     51          breakage.</para>
     52        </listitem>
    4753        <listitem>
    4854          <para>[randy] - Added new package GnuPG-2.0.8.</para>
  • postlfs/shells/zsh.xml

    rb12cddd re924583  
    166166    <filename class='directory'>/usr</filename> is a separate mount point and
    167167    <command>zsh</command> needs to be available at boot time, either you
    168     have statically link <application>ZSH</application> against
     168    have to statically link <application>ZSH</application> against
    169169    <application>PCRE</application> (you can examine the
    170170    <filename>config.modules</filename> file on how to link statically the
Note: See TracChangeset for help on using the changeset viewer.