Changeset 500d604a
- Timestamp:
- 12/10/2012 04:36:24 PM (12 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 5411c7c1
- Parents:
- b4d6d68
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rb4d6d68 r500d604a 4 4 --> 5 5 6 <!ENTITY day " 09"> <!-- Always 2 digits -->6 <!ENTITY day "10"> <!-- Always 2 digits --> 7 7 <!ENTITY month "12"> <!-- Always 2 digits --> 8 8 <!ENTITY year "2012"> … … 10 10 <!ENTITY copyholder "The BLFS Development Team"> 11 11 <!ENTITY version "&year;-&month;-&day;"> 12 <!ENTITY releasedate "December 9th, &year;">12 <!ENTITY releasedate "December 10th, &year;"> 13 13 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 14 14 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> … … 281 281 <!ENTITY nspr-version "4.9.4"> 282 282 <!ENTITY openobex-version "1.6"> 283 <!ENTITY pcre-version "8.3 1">283 <!ENTITY pcre-version "8.32"> 284 284 <!ENTITY popt-version "1.16"> 285 285 <!ENTITY pth-version "2.0.7"> -
general/genlib/pcre.xml
rb4d6d68 r500d604a 7 7 <!ENTITY pcre-download-http "&sourceforge-repo;/pcre/pcre-&pcre-version;.tar.bz2"> 8 8 <!ENTITY pcre-download-ftp "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-&pcre-version;.tar.bz2"> 9 <!ENTITY pcre-md5sum " 1c9a276af932b5599157f96e945391f0">10 <!ENTITY pcre-size "1. 2MB">11 <!ENTITY pcre-buildsize "1 3MB">12 <!ENTITY pcre-time "0. 2SBU">9 <!ENTITY pcre-md5sum "62f02a76bb57a40bc66681760ed511d5"> 10 <!ENTITY pcre-size "1.3 MB"> 11 <!ENTITY pcre-buildsize "16 MB"> 12 <!ENTITY pcre-time "0.3 SBU"> 13 13 ]> 14 14 … … 87 87 </para> 88 88 89 <screen><userinput>./configure --prefix=/usr \89 <screen><userinput>./configure --prefix=/usr \ 90 90 --docdir=/usr/share/doc/pcre-&pcre-version; \ 91 --enable-utf \92 --enable-unicode-properties \93 --enable-pcregrep-libz \94 --enable-pcregrep-libbz2 \95 --disable-static &&91 --enable-utf \ 92 --enable-unicode-properties \ 93 --enable-pcregrep-libz \ 94 --enable-pcregrep-libbz2 \ 95 --disable-static && 96 96 make</userinput></screen> 97 97 … … 104 104 </para> 105 105 106 <screen role="root"><userinput>make install &&106 <screen role="root"><userinput>make install && 107 107 mv -v /usr/lib/libpcre.so.* /lib && 108 ln -sfv ../../lib/libpcre.so.1. 0.1/usr/lib/libpcre.so</userinput></screen>108 ln -sfv ../../lib/libpcre.so.1.2.0 /usr/lib/libpcre.so</userinput></screen> 109 109 110 110 </sect2> … … 141 141 142 142 <para> 143 <command>mv -v /usr/lib/libpcre.so.* /lib</command>: Moves 143 <command>mv -v /usr/lib/libpcre.so.* /lib</command>: Moves the 144 144 <application>PCRE</application> library on the root filesystem 145 145 so that it is available in case <command>grep</command> -
introduction/welcome/changelog.xml
rb4d6d68 r500d604a 44 44 45 45 --> 46 <listitem> 47 <para>December 10th, 2012</para> 48 <itemizedlist> 49 <listitem> 50 <para>[randy] - Updated to PCRE-8.32.</para> 51 </listitem> 52 </itemizedlist> 53 </listitem> 54 46 55 <listitem> 47 56 <para>December 9th, 2012</para>
Note:
See TracChangeset
for help on using the changeset viewer.