Changeset 389246e


Ignore:
Timestamp:
04/12/2016 10:19:55 PM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
145c21bc
Parents:
5ca14bdd
Message:

Update to apache-2.4.20.
Update to scons-2.5.0.
Change gimp instructions to allow building with gegl-0.3

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general/prog/scons.xml

    r5ca14bdd r389246e  
    77  <!ENTITY scons-download-http "&sourceforge-repo;/scons/scons-&scons-version;.tar.gz">
    88  <!ENTITY scons-download-ftp  " ">
    9   <!ENTITY scons-md5sum        "9a0ddf33d9839f04380e0fae87cc4b40">
    10   <!ENTITY scons-size          "628 KB">
    11   <!ENTITY scons-buildsize     "13 MB">
     9  <!ENTITY scons-md5sum        "9e00fa0df8f5ca5c5f5975b40e0ed354">
     10  <!ENTITY scons-size          "608 KB">
     11  <!ENTITY scons-buildsize     "5.2 MB">
    1212  <!ENTITY scons-time          "less than 0.1 SBU">
    1313]>
  • introduction/welcome/changelog.xml

    r5ca14bdd r389246e  
    4949      <itemizedlist>
    5050        <listitem>
     51          <para>[bdubbs] - Update to apache-2.4.20. Fixes
     52          <ulink url="&blfs-ticket-root;7711">#7711</ulink>.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[bdubbs] - Update to scons-2.5.0. Fixes
     56          <ulink url="&blfs-ticket-root;7703">#7703</ulink>.</para>
     57        </listitem>
     58        <listitem>
     59          <para>[bdubbs] - Change gimp instructions to allow building
     60          with gegl-0.3. Fixes
     61          <ulink url="&blfs-ticket-root;7706">#7706</ulink>.</para>
     62        </listitem>
     63        <listitem>
    5164          <para>[bdubbs] - Update to samba-4.4.0. Fixes
    5265          <ulink url="&blfs-ticket-root;7533">#7533</ulink>.</para>
  • packages.ent

    r5ca14bdd r389246e  
    281281<!ENTITY ruby-patch-version           "0">
    282282<!ENTITY ruby-version                 "&ruby-minor-version;.&ruby-patch-version;">
    283 <!ENTITY scons-version                "2.4.1">
     283<!ENTITY scons-version                "2.5.0">
    284284<!ENTITY slang-version                "2.2.4">
    285285<!ENTITY subversion-version           "1.9.3">
     
    417417<!-- Part V -->
    418418<!-- Chapter 20 -->
    419 <!ENTITY apache-version               "2.4.18">
     419<!ENTITY apache-version               "2.4.20">
    420420<!ENTITY proftpd-version              "1.3.5b">
    421421<!ENTITY vsftpd-version               "3.0.3">
  • server/major/apache.xml

    r5ca14bdd r389246e  
    88           "https://archive.apache.org/dist/httpd/httpd-&apache-version;.tar.bz2">
    99  <!ENTITY apache-download-ftp  " ">
    10   <!ENTITY apache-md5sum        "3690b3cc991b7dfd22aea9e1264a11b9">
    11   <!ENTITY apache-size          "4.9 MB">
    12   <!ENTITY apache-buildsize     "109 MB">
    13   <!ENTITY apache-time          "0.6 SBU">
     10  <!ENTITY apache-md5sum        "3ff4f00ee051cf5d5304b47b1bc418b8">
     11  <!ENTITY apache-size          "6.0 MB">
     12  <!ENTITY apache-buildsize     "78 MB">
     13  <!ENTITY apache-time          "0.7 SBU">
    1414]>
    1515
     
    136136<screen><userinput>patch -Np1 -i ../httpd-&apache-version;-blfs_layout-1.patch           &amp;&amp;
    137137
    138 sed '/dir.*CFG_PREFIX/s@^@#@'     -i support/apxs.in        &amp;&amp;
     138sed '/dir.*CFG_PREFIX/s@^@#@' -i support/apxs.in            &amp;&amp;
    139139
    140140./configure --enable-authnz-fcgi                            \
  • xsoft/other/gimp.xml

    r5ca14bdd r389246e  
    172172    </para>
    173173
    174 <screen><userinput>./configure --prefix=/usr \
     174<screen><userinput>sed -i '/gegl/s/2/3/' configure.ac &amp;&amp;
     175autoreconf -fiv                    &amp;&amp;
     176
     177./configure --prefix=/usr \
    175178            --sysconfdir=/etc \
    176179            --without-gvfs &amp;&amp;
     
    199202    <para>
    200203      The <filename>gimp-help</filename> tarball contains images and English
    201       text help for help files, together with translations.<!-- It is
    202       &quot;work in progress&quot;.-->
     204      text help for help files, together with translations.
    203205    </para>
    204206
     
    237239  <sect2 role="commands" id="gimp-cmd-explanations">
    238240    <title>Command Explanations</title>
     241
     242    <para>
     243      <command> sed ... configure.ac</command>: This command allows
     244      building with the current version of gegl.
     245    </para>
    239246
    240247    <para>
Note: See TracChangeset for help on using the changeset viewer.