Changeset 36225c6e


Ignore:
Timestamp:
12/26/2008 09:18:39 PM (15 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:
25f5fe0
Parents:
7242e04
Message:

Updated to tcl-8.5.5.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r7242e04 r36225c6e  
    222222<!ENTITY python-majorver              "2.5">
    223223<!ENTITY ruby-version                 "1.8.6-p111">
    224 <!ENTITY tcl-version                  "8.4.18">
     224<!ENTITY tcl-version                  "8.5.5">
    225225<!ENTITY tk-version                   "8.4.18">
    226226
  • general/prog/tcl.xml

    r7242e04 r36225c6e  
    77  <!ENTITY tcl-download-http "&sourceforge-repo;/tcl/tcl&tcl-version;-src.tar.gz">
    88  <!ENTITY tcl-download-ftp  "&gentoo-ftp-repo;/tcl&tcl-version;-src.tar.gz">
    9   <!ENTITY tcl-md5sum        "7d8bc95036f797b1a2b62a5a382d2cc1">
    10   <!ENTITY tcl-size          "3.6 MB">
    11   <!ENTITY tcl-buildsize     "25 MB">
    12   <!ENTITY tcl-time          "0.3 SBU (additional 0.7 SBU to run the test suite)">
     9  <!ENTITY tcl-md5sum        "39faed045bd03da1267fb66c9b75349f">
     10  <!ENTITY tcl-size          "4.2 MB">
     11  <!ENTITY tcl-buildsize     "36 MB">
     12  <!ENTITY tcl-time          "0.5 SBU (additional 2.0 SBU to run the test suite)">
    1313
    1414  <!-- Ensure this is updated when Tcl moves to the 8.5.x branch -->
    15   <!ENTITY tcl-ver           "8.4">
     15  <!ENTITY tcl-ver           "8.5">
    1616]>
    1717
     
    125125    build directory and replaces them with saner system-wide locations.</para>
    126126
    127     <!--
    128     <para><command>install ...</command>: These commands install the internal
    129     headers into a system-wide location.</para>
    130 
    131     <para><command>ln -v -sf ...</command>: These commands create compatibility
    132     symbolic links.</para>
    133     -->
    134 
    135127  </sect2>
    136128
     
    145137      <seglistitem>
    146138        <seg>tclsh and tclsh&tcl-ver;</seg>
    147         <seg>libtcl.so and libtclstub&tcl-ver;.a</seg>
    148         <seg>/usr/lib/tcl&tcl-ver;</seg>
     139        <seg>libtcl&tcl-ver;.so and libtclstub&tcl-ver;.a</seg>
     140        <seg>/usr/lib/tcl8, /usr/lib/tcl&tcl-ver;, and /usr/share/man/mann</seg>
    149141      </seglistitem>
    150142    </segmentedlist>
  • introduction/welcome/changelog.xml

    r7242e04 r36225c6e  
    4545      <itemizedlist>
    4646        <listitem>
     47          <para>[bdubbs] - Updated to tcl-8.5.5.</para>
     48        </listitem>
     49        <listitem>
    4750          <para>[bdubbs] - Updated to imlib2-1.4.2.</para>
    4851        </listitem>
Note: See TracChangeset for help on using the changeset viewer.