Changeset b01e2d2 for general


Ignore:
Timestamp:
04/08/2014 10:39:08 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
1de15ced
Parents:
3458ddad
Message:

openssl-1.0.1g, gnutls-3.2.13, cups-filters-1.0.52, util-macros-1.19.0, pcre-8.35 and mc-4.8.12. Move sed for tests in giflib-5.0.6.

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

Location:
general
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/pcre.xml

    r3458ddad rb01e2d2  
    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        "5439e321351bddd5533551bbce128d07">
     9  <!ENTITY pcre-md5sum        "6aacb23986adccd9b3bc626c00979958">
    1010  <!ENTITY pcre-size          "1.5 MB">
    11   <!ENTITY pcre-buildsize     "23 MB">
     11  <!ENTITY pcre-buildsize     "21 MB (additional 1 MB for the tests)">
    1212  <!ENTITY pcre-time          "0.3 SBU">
    1313]>
     
    7474    </itemizedlist>
    7575
    76     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    77     <itemizedlist spacing="compact">
    78       <listitem>
    79         <para>
    80           Optional patch (required, if building <xref linkend="mariadb"/>
    81           with system pcre support):
    82           <ulink url="&patch-root;/pcre-&pcre-version;-stack_guard-1.patch"/>
    83         </para>
    84       </listitem>
    85     </itemizedlist>
    86 
    8776    <bridgehead renderas="sect3">PCRE Dependencies</bridgehead>
    8877
     
    9988  <sect2 role="installation">
    10089    <title>Installation of PCRE</title>
    101 
    102     <para>
    103       First, some optional fixes (required, if building
    104       <xref linkend="mariadb"/> with system pcre support):
    105     </para>
    106 
    107 <screen><userinput>patch -Np1 -i ../pcre-&pcre-version;-stack_guard-1.patch</userinput></screen>
    10890
    10991    <para>
  • general/graphlib/giflib.xml

    r3458ddad rb01e2d2  
    7373    commands:</para>
    7474
    75 <screen><userinput>sed -i '/treescap.map/ s/^/#/' tests/makefile &amp;&amp;
    76 ./configure --prefix=/usr --disable-static &amp;&amp;
     75<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    7776make</userinput></screen>
     77
     78    <para>If you wish to run the tests, first disable one which fails:</para>
     79
     80<screen><userinput>sed -i '/treescap.map/ s/^/#/' tests/makefile</userinput></screen>
    7881
    7982    <para>To test the results, issue: <command>make check</command>.</para>
  • general/sysutils/mc.xml

    r3458ddad rb01e2d2  
    77  <!ENTITY mc-download-http "http://ftp.midnight-commander.org/mc-&mc-version;.tar.xz">
    88  <!ENTITY mc-download-ftp  "ftp://ftp.osuosl.org/pub/midnightcommander/mc-&mc-version;.tar.xz">
    9   <!ENTITY mc-md5sum        "1a2d74b75ddbff0b0d6cdc04bf4a7d31">
     9  <!ENTITY mc-md5sum        "7ecccc03df060cd0ca1414a5a14e6649">
    1010  <!ENTITY mc-size          "2.2 MB">
    11   <!ENTITY mc-buildsize     "93 MB">
    12   <!ENTITY mc-time          "1.0 SBU">
     11  <!ENTITY mc-buildsize     "75 MB">
     12  <!ENTITY mc-time          "0.7 SBU">
    1313]>
    1414
     
    169169
    170170      <seglistitem>
    171         <seg>mc, mcdiff, mcedit, and mcview</seg>
     171        <seg>mc and the symlinks mcdiff, mcedit and mcview</seg>
    172172        <seg>None</seg>
    173173        <seg>/etc/mc, /usr/libexec/mc, and /usr/share/mc</seg>
Note: See TracChangeset for help on using the changeset viewer.