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
This commit is contained in:
Bruce Dubbs 2016-04-12 22:19:55 +00:00
parent 5ca14bddfa
commit 389246e2cc
5 changed files with 33 additions and 13 deletions

View File

@ -6,9 +6,9 @@
<!ENTITY scons-download-http "&sourceforge-repo;/scons/scons-&scons-version;.tar.gz">
<!ENTITY scons-download-ftp " ">
<!ENTITY scons-md5sum "9a0ddf33d9839f04380e0fae87cc4b40">
<!ENTITY scons-size "628 KB">
<!ENTITY scons-buildsize "13 MB">
<!ENTITY scons-md5sum "9e00fa0df8f5ca5c5f5975b40e0ed354">
<!ENTITY scons-size "608 KB">
<!ENTITY scons-buildsize "5.2 MB">
<!ENTITY scons-time "less than 0.1 SBU">
]>

View File

@ -47,6 +47,19 @@
<listitem>
<para>April 12th, 2016</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Update to apache-2.4.20. Fixes
<ulink url="&blfs-ticket-root;7711">#7711</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Update to scons-2.5.0. Fixes
<ulink url="&blfs-ticket-root;7703">#7703</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Change gimp instructions to allow building
with gegl-0.3. Fixes
<ulink url="&blfs-ticket-root;7706">#7706</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Update to samba-4.4.0. Fixes
<ulink url="&blfs-ticket-root;7533">#7533</ulink>.</para>

View File

@ -280,7 +280,7 @@
<!ENTITY ruby-minor-version "2.3">
<!ENTITY ruby-patch-version "0">
<!ENTITY ruby-version "&ruby-minor-version;.&ruby-patch-version;">
<!ENTITY scons-version "2.4.1">
<!ENTITY scons-version "2.5.0">
<!ENTITY slang-version "2.2.4">
<!ENTITY subversion-version "1.9.3">
<!ENTITY swig-version "3.0.8">
@ -416,7 +416,7 @@
<!-- Part V -->
<!-- Chapter 20 -->
<!ENTITY apache-version "2.4.18">
<!ENTITY apache-version "2.4.20">
<!ENTITY proftpd-version "1.3.5b">
<!ENTITY vsftpd-version "3.0.3">

View File

@ -7,10 +7,10 @@
<!ENTITY apache-download-http
"https://archive.apache.org/dist/httpd/httpd-&apache-version;.tar.bz2">
<!ENTITY apache-download-ftp " ">
<!ENTITY apache-md5sum "3690b3cc991b7dfd22aea9e1264a11b9">
<!ENTITY apache-size "4.9 MB">
<!ENTITY apache-buildsize "109 MB">
<!ENTITY apache-time "0.6 SBU">
<!ENTITY apache-md5sum "3ff4f00ee051cf5d5304b47b1bc418b8">
<!ENTITY apache-size "6.0 MB">
<!ENTITY apache-buildsize "78 MB">
<!ENTITY apache-time "0.7 SBU">
]>
<sect1 id="apache" xreflabel="Apache-&apache-version;">
@ -135,7 +135,7 @@ useradd -c "Apache Server" -d /srv/www -g apache \
<screen><userinput>patch -Np1 -i ../httpd-&apache-version;-blfs_layout-1.patch &amp;&amp;
sed '/dir.*CFG_PREFIX/s@^@#@' -i support/apxs.in &amp;&amp;
sed '/dir.*CFG_PREFIX/s@^@#@' -i support/apxs.in &amp;&amp;
./configure --enable-authnz-fcgi \
--enable-layout=BLFS \

View File

@ -171,7 +171,10 @@
the following commands:
</para>
<screen><userinput>./configure --prefix=/usr \
<screen><userinput>sed -i '/gegl/s/2/3/' configure.ac &amp;&amp;
autoreconf -fiv &amp;&amp;
./configure --prefix=/usr \
--sysconfdir=/etc \
--without-gvfs &amp;&amp;
make</userinput></screen>
@ -198,8 +201,7 @@ make</userinput></screen>
<para>
The <filename>gimp-help</filename> tarball contains images and English
text help for help files, together with translations.<!-- It is
&quot;work in progress&quot;.-->
text help for help files, together with translations.
</para>
<para>
@ -237,6 +239,11 @@ chown -R root:root /usr/share/gimp/2.0/help</userinput></screen>
<sect2 role="commands" id="gimp-cmd-explanations">
<title>Command Explanations</title>
<para>
<command> sed ... configure.ac</command>: This command allows
building with the current version of gegl.
</para>
<para>
<envar>ALL_LINGUAS=&quot;ca da de el en en_GB ...&quot;</envar>: by
default, the help files will be rendered in all the available languages.