Changeset 955b7fd2 for general


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

Location:
general
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general/prog/icedtea6.xml

    rd8069d7 r955b7fd2  
    277277    <bridgehead renderas="sect3">IcedTea6 Dependencies</bridgehead>
    278278
    279 <!-- Remove required dependency after BLFS-6.7 -->
     279<!-- Remove required dependency after BLFS-6.7
    280280    <bridgehead renderas="sect4">Required Dependencies</bridgehead>
    281281    <para role="required">
    282282    <xref linkend="xz-utils"/>
    283283    </para>
     284-->
    284285
    285286    <bridgehead renderas="sect4">Optional Runtime Dependencies (required for
  • general/prog/python.xml

    rd8069d7 r955b7fd2  
    55  %general-entities;
    66
    7   <!ENTITY python-download-http "http://www.python.org/ftp/python/&Python-version;/Python-&Python-version;.tar.bz2">
     7  <!ENTITY python-download-http "http://www.python.org/ftp/python/&Python-version;/Python-&Python-version;.tar.xz">
    88  <!ENTITY python-download-ftp  "&gentoo-ftp-repo;/Python-&Python-version;.tar.bz2">
    9   <!ENTITY python-md5sum        "fee5408634a54e721a93531aba37f8c1">
    10   <!ENTITY python-size          "11 MB">
    11   <!ENTITY python-buildsize     "171 MB (23MB for the test suite, additional 26MB for the documentation)">
     9  <!ENTITY python-md5sum        "3720ce9460597e49264bbb63b48b946d">
     10  <!ENTITY python-size          "8.5 MB">
     11  <!ENTITY python-buildsize     "141 MB (23MB for the test suite)">
    1212  <!ENTITY python-time          "1 SBU (additional 2.9 SBU to run the test suite)">
    1313  <!ENTITY pythonhtmldoc-download-http "http://docs.python.org/ftp/python/doc/&python-majorver;/python-&python-majorver;-docs-html.tar.bz2">
    14   <!ENTITY pythonhtmldoc-md5sum        "cfcd4b9b00ba1e7496b5d823692370a4">
    15   <!ENTITY pythonhtmldoc-size          "3.3 MB">
     14  <!ENTITY pythonhtmldoc-md5sum        "55af06e320f35920ea9fed1f143e1286">
     15  <!ENTITY pythonhtmldoc-size          "4.2 MB">
    1616]>
    1717
     
    4141         326 tests OK, 36 tests skipped, 0 failures -->
    4242
    43     &lfs65_checked;
     43    &lfs70_checked;
    4444
    4545    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7272      </listitem>
    7373    </itemizedlist>
    74 
    75     <!-- <bridgehead renderas="sect4">Optional Patch</bridgehead>
    76     <itemizedlist spacing='compact'>
    77       <listitem>
    78         <para><ulink
    79         url="&patch-root;/Python-&Python-version;-testing-1.patch"/></para>
    80       </listitem>
    81     </itemizedlist> -->
    8274
    8375    <itemizedlist spacing='compact'>
     
    10799    <xref linkend="tk"/>,
    108100    <xref linkend="db"/>, and
    109     <!-- <xref linkend="gdbm"/>, and -->
    110101    <xref linkend="sqlite"/></para>
    111102
     
    125116    commands:</para>
    126117
    127 <screen><userinput>sed -i "s/ndbm_libs = \[\]/ndbm_libs = ['gdbm', 'gdbm_compat']/" \
    128      setup.py &amp;&amp;
    129 patch -Np1 -i ../Python-&Python-version;-bdb_4.8-1.patch &amp;&amp;
    130 
     118<screen><userinput>sed -i "s/ndbm_libs = \[\]/ndbm_libs = ['gdbm', 'gdbm_compat']/" setup.py &amp;&amp;
    131119./configure --prefix=/usr --enable-shared &amp;&amp;
    132120make</userinput></screen>
     
    139127    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    140128
    141 <screen role="root"><userinput>make install &amp;&amp;
    142 chmod -v 755 /usr/lib/libpython&python-majorver;.so.1.0</userinput></screen>
     129<screen role="root"><userinput>make install</userinput></screen>
    143130
    144131    <para>There is no documentation installed using the instructions above.
  • 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>
  • general/sysutils/libarchive.xml

    rd8069d7 r955b7fd2  
    7171    <bridgehead renderas="sect4">Optional</bridgehead>
    7272    <para role="optional">
    73     <xref linkend="libxml2"/> or <xref linkend="expat"/>, and
    74     <xref linkend="xz-utils"/>
     73    <xref linkend="libxml2"/> or <xref linkend="expat"/>
    7574    </para>
    7675
  • general/sysutils/sysutils.xml

    rd8069d7 r955b7fd2  
    2626  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="zip.xml"/>
    2727  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="unrar.xml"/>
    28   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xz-utils.xml"/>
     28  <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xz-utils.xml"/> -->
    2929  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pciutils.xml"/>
    3030  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="usbutils.xml"/>
     
    3636  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="hal.xml"/>
    3737  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="udev.xml"/>
    38   <!--<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="DeviceKit.xml"/> -->
     38  <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="DeviceKit.xml"/> -->
    3939  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="upower.xml"/>
    4040  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="hdparm.xml"/>
Note: See TracChangeset for help on using the changeset viewer.