Changeset 955b7fd2


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

Files:
14 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/subversion.xml

    rd8069d7 r955b7fd2  
    55  %general-entities;
    66
    7   <!ENTITY subversion-download-http "http://subversion.tigris.org/downloads/subversion-&subversion-version;.tar.bz2">
     7  <!ENTITY subversion-download-http "http://archive.apache.org/dist/subversion/subversion-&subversion-version;.tar.bz2">
    88  <!ENTITY subversion-download-ftp  " ">
    9   <!ENTITY subversion-md5sum        "113fca1d9e4aa389d7dc2b210010fa69">
    10   <!ENTITY subversion-size          "5.5 MB">
    11 
    12   <!ENTITY subversion-buildsize     "170 MB (additional 119 MB to install all bindings and 750 MB to run all test suites)">
    13   <!ENTITY subversion-time          "2.1 SBU (add 2.7 SBU for bindings and 7.1 SBU to run test suites)">
    14 
    15   <!ENTITY svn-neon-version         "0.28.3">
    16   <!ENTITY svn-swig-version         "1.3.36">
     9  <!ENTITY subversion-md5sum        "8a4fa74385df85a9702141b6b68b8307">
     10  <!ENTITY subversion-size          "5.7 MB">
     11
     12  <!ENTITY subversion-buildsize     "153 MB (additional 119 MB to install all bindings and 750 MB to run all test suites)">
     13  <!ENTITY subversion-time          "1.6 SBU (add 2.7 SBU for bindings and 7.1 SBU to run test suites)">
    1714]>
    1815
     
    7572    <application>APR</application> only) or
    7673    <ulink url="http://apr.apache.org/">Apache Portable Runtime</ulink></para>
    77 
    78     <para>Note that you can use the <ulink
    79     url="http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=260&amp;expandFolder=74">
    80     Subversion dependencies package</ulink> as a substitute for
    81     <application>SQLite</application> and the APR requirements (see the
    82     <filename>INSTALL</filename> file for information on how to utilize this
    83     package)</para>
    8474
    8575    <para>If you require the <application>Berkeley DB</application> back-end
     
    116106    <xref linkend="python"/>, and
    117107    <xref linkend="ruby"/></para>
    118 
    119     <para>** The <command>configure</command> script will issue warnings if
    120     the installed version of <application>SWIG</application> is greater than
    121     &svn-swig-version;, but will attempt to use it anyway if you build the
    122     <application>SWIG</application> bindings. Versions of
    123     <application>SWIG</application> up to 2.0.1 are known to work.</para>
    124108
    125109    <para condition="html" role="usernotes">User Notes:
  • general.ent

    rd8069d7 r955b7fd2  
    44-->
    55
    6 <!ENTITY day          "25">                   <!-- Always 2 digits -->
     6<!ENTITY day          "26">                   <!-- Always 2 digits -->
    77<!ENTITY month        "10">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2011">
     
    5656<!-- End LFS versions -->
    5757
    58 <!ENTITY blfs-bootscripts-version     "20111024">
     58<!ENTITY blfs-bootscripts-version     "20111026">
    5959<!ENTITY blfs-bootscripts-download    "&downloads-root;/blfs-bootscripts-&blfs-bootscripts-version;.tar.bz2">
    6060
     
    329329<!ENTITY pdl-version                  "2.4.2">
    330330<!ENTITY php-version                  "5.3.3">
    331 <!ENTITY Python-version               "2.6.4">
    332 <!ENTITY python-majorver              "2.6">
    333 <!ENTITY ruby-version                 "1.9.1-p376">
     331<!ENTITY Python-version               "3.2.2">
     332<!ENTITY python-majorver              "3.2.2">
     333<!ENTITY ruby-version                 "1.9.2-p290">
    334334<!ENTITY tcl-version                  "8.5.10">
    335335<!ENTITY tk-version                   "8.5.9">
  • 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"/>
  • gnome/core/yelp.xml

    rd8069d7 r955b7fd2  
    6666
    6767    <bridgehead renderas="sect4">Optional</bridgehead>
    68     <para role="optional"><xref linkend="rarian"/>,
    69     <xref linkend="xz-utils"/>, and
     68    <para role="optional"><xref linkend="rarian"/>, and
    7069    <ulink url="http://beagle-project.org/Main_Page">libbeagle</ulink></para>
    7170
  • introduction/welcome/changelog.xml

    rd8069d7 r955b7fd2  
    4343
    4444    <listitem>
     45      <para>October 26th, 2011</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Update to subversion-1.7.1.</para>
     49        </listitem>
     50        <listitem>
     51          <para>[bdubbs] - Update to Python-3.2.2.</para>
     52        </listitem>
     53        <listitem>
     54          <para>[bdubbs] - Update to ruby-1.92-p290.</para>
     55        </listitem>
     56        <listitem>
     57          <para>[bdubbs] - Remove xz package.</para>
     58        </listitem>
     59      </itemizedlist>
     60    </listitem>
     61
     62    <listitem>
    4563      <para>October 25th, 2011</para>
    4664      <itemizedlist>
    47 <!--        <listitem>
    48           <para>[bdubbs] - Update to subversion-1.7.1.</para>
    49         </listitem>-->
    5065        <listitem>
    5166          <para>[bdubbs] - Update to Berkeley DB-5.2.36.</para>
  • kde4/add/kde4games.xml

    rd8069d7 r955b7fd2  
    8282    <para role="optional">
    8383    <xref linkend="libarchive"/>,
    84     <xref linkend="xz-utils"/>, OpenAL, qvoronoi, Twisted
     84    OpenAL, qvoronoi, Twisted
    8585    GGZ,
    8686
  • kde4/add/kde4utils.xml

    rd8069d7 r955b7fd2  
    8383    <para role="optional">
    8484    <xref linkend="libarchive"/>,
    85     <xref linkend="xz-utils"/>,
    8685    Qjson
    8786    </para>
  • kde4/core/kde4baseruntime.xml

    rd8069d7 r955b7fd2  
    9191    <bridgehead renderas="sect4">Optional</bridgehead>
    9292    <para role="optional">
    93     <xref linkend="xz-utils"/>,
    9493    <xref linkend="xine-lib"/>, SLP, NetworkManager, libcanberra, QNtrack
    9594    </para>
  • kde4/core/kde4libs.xml

    rd8069d7 r955b7fd2  
    8787    <bridgehead renderas="sect4">Optional</bridgehead>
    8888    <para role="optional">
    89     <xref linkend="xz-utils"/>,
    9089    <xref linkend="gamin"/> (or FAM),
    9190    <xref linkend="avahi"/>,
  • pst/typesetting/texlive.xml

    rd8069d7 r955b7fd2  
    8787
    8888    <bridgehead renderas="sect3">TeX Live Dependencies</bridgehead>
    89 
     89<!--
    9090    <bridgehead renderas="sect4">Required</bridgehead>
    9191    <para role="required"><xref linkend="xz-utils"/></para>
    92 
     92-->
    9393    <bridgehead renderas="sect4">Optional</bridgehead>
    9494    <para role="optional"><xref linkend="gs"/>,
Note: See TracChangeset for help on using the changeset viewer.