Changeset 389246e
- Timestamp:
- 04/12/2016 10:19:55 PM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 145c21bc
- Parents:
- 5ca14bdd
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/scons.xml
r5ca14bdd r389246e 7 7 <!ENTITY scons-download-http "&sourceforge-repo;/scons/scons-&scons-version;.tar.gz"> 8 8 <!ENTITY scons-download-ftp " "> 9 <!ENTITY scons-md5sum "9 a0ddf33d9839f04380e0fae87cc4b40">10 <!ENTITY scons-size "6 28 KB">11 <!ENTITY scons-buildsize " 13MB">9 <!ENTITY scons-md5sum "9e00fa0df8f5ca5c5f5975b40e0ed354"> 10 <!ENTITY scons-size "608 KB"> 11 <!ENTITY scons-buildsize "5.2 MB"> 12 12 <!ENTITY scons-time "less than 0.1 SBU"> 13 13 ]> -
introduction/welcome/changelog.xml
r5ca14bdd r389246e 49 49 <itemizedlist> 50 50 <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> 51 64 <para>[bdubbs] - Update to samba-4.4.0. Fixes 52 65 <ulink url="&blfs-ticket-root;7533">#7533</ulink>.</para> -
packages.ent
r5ca14bdd r389246e 281 281 <!ENTITY ruby-patch-version "0"> 282 282 <!ENTITY ruby-version "&ruby-minor-version;.&ruby-patch-version;"> 283 <!ENTITY scons-version "2. 4.1">283 <!ENTITY scons-version "2.5.0"> 284 284 <!ENTITY slang-version "2.2.4"> 285 285 <!ENTITY subversion-version "1.9.3"> … … 417 417 <!-- Part V --> 418 418 <!-- Chapter 20 --> 419 <!ENTITY apache-version "2.4. 18">419 <!ENTITY apache-version "2.4.20"> 420 420 <!ENTITY proftpd-version "1.3.5b"> 421 421 <!ENTITY vsftpd-version "3.0.3"> -
server/major/apache.xml
r5ca14bdd r389246e 8 8 "https://archive.apache.org/dist/httpd/httpd-&apache-version;.tar.bz2"> 9 9 <!ENTITY apache-download-ftp " "> 10 <!ENTITY apache-md5sum "3 690b3cc991b7dfd22aea9e1264a11b9">11 <!ENTITY apache-size " 4.9MB">12 <!ENTITY apache-buildsize " 109MB">13 <!ENTITY apache-time "0. 6SBU">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"> 14 14 ]> 15 15 … … 136 136 <screen><userinput>patch -Np1 -i ../httpd-&apache-version;-blfs_layout-1.patch && 137 137 138 sed '/dir.*CFG_PREFIX/s@^@#@' -i support/apxs.in&&138 sed '/dir.*CFG_PREFIX/s@^@#@' -i support/apxs.in && 139 139 140 140 ./configure --enable-authnz-fcgi \ -
xsoft/other/gimp.xml
r5ca14bdd r389246e 172 172 </para> 173 173 174 <screen><userinput>./configure --prefix=/usr \ 174 <screen><userinput>sed -i '/gegl/s/2/3/' configure.ac && 175 autoreconf -fiv && 176 177 ./configure --prefix=/usr \ 175 178 --sysconfdir=/etc \ 176 179 --without-gvfs && … … 199 202 <para> 200 203 The <filename>gimp-help</filename> tarball contains images and English 201 text help for help files, together with translations.<!-- It is 202 "work in progress".--> 204 text help for help files, together with translations. 203 205 </para> 204 206 … … 237 239 <sect2 role="commands" id="gimp-cmd-explanations"> 238 240 <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> 239 246 240 247 <para>
Note:
See TracChangeset
for help on using the changeset viewer.