Changeset 18310d86 for general


Ignore:
Timestamp:
05/10/2014 08:28:15 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:
5a54d3e
Parents:
e67449e
Message:

raptor2-2.0.14, ruby-2.1.2, gvfs-1.20.2, thunderbird-24.5.0, lxpanel-0.6.2, ffmpeg-2.2.2 and qt-4.8.6. Fixes to GCC-4.9.0 (thanks Armin K. for the patch), Grilo-0.2.10, Gedit-3.12.1 and Totem-3.12.1.

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

Location:
general
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gcc.xml

    re67449e r18310d86  
    8484    </itemizedlist>
    8585
     86    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     87    <itemizedlist spacing="compact">
     88      <listitem>
     89        <para>
     90          Required patch:
     91          <ulink url="&patch-root;/gcc-&gcc-version;-upstream_fixes-1.patch"/>
     92        </para>
     93      </listitem>
     94    </itemizedlist>
     95
    8696    <bridgehead renderas="sect3">GCC Dependencies</bridgehead>
    8797
     
    196206sed -i 's/\(install-data-am:\).*/\1/'             libffi/include/Makefile.in &amp;&amp;
    197207
     208patch -Np1 -i ../gcc-&gcc-version;-upstream_fixes-1.patch &amp;&amp;
    198209<!-- fomit-frame-pointer is the defaults since GCC-4.6
    199210case `uname -m` in
  • general/prog/ruby.xml

    re67449e r18310d86  
    1010  <!ENTITY ruby-download-ftp  "ftp://ftp.ruby-lang.org/pub/ruby/2.1/ruby-&ruby-version;-p&ruby-patch-version;.tar.bz2">
    1111-->
    12   <!ENTITY ruby-md5sum        "53edc33b2f590ecdd9f6a344b9d92d0d">
     12  <!ENTITY ruby-md5sum        "ed9b8565bdeccb401d628ec8d54a0774">
    1313  <!ENTITY ruby-size          "12 MB">
    14   <!ENTITY ruby-buildsize     "936 MB">
    15   <!ENTITY ruby-time          "3.2 SBU (additional 0.2 SBU for tests)">
     14  <!ENTITY ruby-buildsize     "909 MB">
     15  <!ENTITY ruby-time          "3.5 SBU (additional 0.3 SBU for tests)">
    1616]>
    1717
  • general/sysutils/raptor.xml

    re67449e r18310d86  
    77  <!ENTITY raptor-download-http "http://download.librdf.org/source/raptor2-&raptor-version;.tar.gz">
    88  <!ENTITY raptor-download-ftp  " ">
    9   <!ENTITY raptor-md5sum        "f380566229d6264590315b0a5341b689">
     9  <!ENTITY raptor-md5sum        "d3e0b43866197a5367b781b25510f728">
    1010  <!ENTITY raptor-size          "1.8 MB">
    11   <!ENTITY raptor-buildsize     "28 MB (additional 1 MB for the tests)">
    12   <!ENTITY raptor-time          "0.2 SBU (additional 0.4 SBU for the tests)">
     11  <!ENTITY raptor-buildsize     "27 MB (additional 2 MB for the tests)">
     12  <!ENTITY raptor-time          "0.2 SBU (additional 0.5 SBU for the tests)">
    1313]>
    1414
     
    104104
    105105    <para>
    106       To test the results, issue: <command>make -k check</command>. Several
    107       tests are expected to fail.
     106      To test the results, issue: <command>make check</command>.
    108107    </para>
    109108
Note: See TracChangeset for help on using the changeset viewer.