Ignore:
Timestamp:
07/02/2007 02:44:34 PM (17 years ago)
Author:
Randy McMurchy <randy@…>
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:
116854c
Parents:
a6b05e38
Message:

Updated to PCRE-7.2

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/pcre.xml

    ra6b05e38 raff23e0e  
    66
    77  <!ENTITY pcre-download-http " ">
    8   <!ENTITY pcre-download-ftp "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-&pcre-version;.tar.bz2">
    9   <!ENTITY pcre-md5sum "b97e3bb84bd665e0fbb7a90344d65a43">
    10   <!ENTITY pcre-size "607 KB">
    11   <!ENTITY pcre-buildsize "13 MB">
    12   <!ENTITY pcre-time "0.3 SBU">
     8  <!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">
     11  <!ENTITY pcre-buildsize     "11 MB">
     12  <!ENTITY pcre-time          "0.3 SBU">
    1313]>
    1414
     
    7272make</userinput></screen>
    7373
    74     <para>To test the results, issue: <command>make runtest</command>.</para>
     74    <para>To test the results, issue: <command>make check</command>.</para>
    7575
    7676    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    7777
    7878<screen role="root"><userinput>make install &amp;&amp;
    79 install -v -m755 -d /usr/share/doc/pcre-&pcre-version;/html &amp;&amp;
     79install -v -m755         -d /usr/share/doc/pcre-&pcre-version;/html &amp;&amp;
    8080install -v -m644 doc/html/* /usr/share/doc/pcre-&pcre-version;/html &amp;&amp;
    81 install -v -m644 doc/{Tech.Notes,*.txt} /usr/share/doc/pcre-&pcre-version;</userinput></screen>
     81install -v -m644 doc/*.txt /usr/share/doc/pcre-&pcre-version;</userinput></screen>
    8282
    8383    <para>If you reinstall <application>Grep</application> after installing
Note: See TracChangeset for help on using the changeset viewer.