Ignore:
Timestamp:
10/26/2011 09:29:54 PM (13 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, 7.4, 7.5, 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:
873faf2
Parents:
d8069d7
Message:

Remove xz package.
Update to ruby-1.92-p290.
Update to Python-3.2.2.
Update to subversion-1.7.1.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/ruby.xml

    rd8069d7 r955b7fd2  
    99  <!ENTITY ruby-download-http " ">
    1010  <!ENTITY ruby-download-ftp  "ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-&ruby-version;.tar.bz2">
    11   <!ENTITY ruby-md5sum        "e019ae9c643c5efe91be49e29781fb94">
    12   <!ENTITY ruby-size          "7.2 MB">
    13   <!ENTITY ruby-buildsize     "205 MB">
    14   <!ENTITY ruby-time          "2.7 SBU (additional 3 SBUs to run the test suite)">
     11  <!ENTITY ruby-md5sum        "096758c3e853b839dc980b183227b182">
     12  <!ENTITY ruby-size          "8.4 MB">
     13  <!ENTITY ruby-buildsize     "403 MB (including tests)">
     14  <!ENTITY ruby-time          "3.6 SBU (including tests)">
    1515]>
    1616
     
    3636    is useful for object-oriented scripting.</para>
    3737
    38     <!-- FIXME -->
    39     <para>If you intend to link this application to <xref linkend="openssl"/>
    40     you will need to use ruby-1.9.2-p0 or newer.</para>
     38    &lfs70_checked;
    4139
    4240    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6563
    6664    <bridgehead renderas="sect4">Optional</bridgehead>
    67     <para role="optional"><xref linkend="openssl"/>,
    68     <xref linkend="tk"/>, and
    69     <xref linkend="db"/></para>
    70     <!-- <xref linkend="gdbm"/></para> -->
     65    <para role="optional">
     66      <xref linkend="doxygen"/>,
     67      <xref linkend="openssl"/>,
     68      <xref linkend="tk"/>, and
     69      <xref linkend="db"/>
     70    </para>
    7171
    7272    <para condition="html" role="usernotes">User Notes:
     
    8181    commands:</para>
    8282
    83 <screen><userinput>./configure --prefix=/usr \
    84             --enable-shared \
     83<screen><userinput>./configure --prefix=/usr    \
     84            --enable-shared  \
    8585            --enable-pthread \
    8686            --enable-install-doc &amp;&amp;
    8787make</userinput></screen>
    8888
    89     <para>To test the results, issue: <command>make test</command>. As many
    90     as seven of the 6000+ tests may show failure.</para>
     89    <para>To test the results, issue: <command>make test</command>.</para>
    9190
    9291    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
Note: See TracChangeset for help on using the changeset viewer.