Changeset e8d5d969


Ignore:
Timestamp:
04/09/2008 07:15:48 PM (16 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
1d82919
Parents:
8ae8a12a
Message:

Updated to Tcl-8.4.18

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r8ae8a12a re8d5d969  
    219219<!ENTITY python-majorver              "2.5">
    220220<!ENTITY ruby-version                 "1.8.6-p111">
    221 <!ENTITY tcl-version                  "8.4.15">
     221<!ENTITY tcl-version                  "8.4.18">
    222222<!ENTITY tk-version                   "8.4.15">
    223223
  • general/prog/tcl.xml

    r8ae8a12a re8d5d969  
    66
    77  <!ENTITY tcl-download-http "http://downloads.sourceforge.net/tcl/tcl&tcl-version;-src.tar.gz">
    8   <!ENTITY tcl-download-ftp  " ">
    9   <!-- <!ENTITY tcl-download-ftp  "ftp://ftp.us.xemacs.org/pub/tcl/tcl8_4/tcl&tcl-version;-src.tar.gz"> -->
    10   <!ENTITY tcl-md5sum        "5e1b71eef1f75a294072aa3218f62b66">
     8  <!ENTITY tcl-download-ftp  "&gentoo-ftp-repo;/tcl&tcl-version;-src.tar.gz">
     9  <!ENTITY tcl-md5sum        "7d8bc95036f797b1a2b62a5a382d2cc1">
    1110  <!ENTITY tcl-size          "3.6 MB">
    1211  <!ENTITY tcl-buildsize     "25 MB">
     
    6766    <title>Installation of Tcl</title>
    6867
    69     <note>
    70       <para>This package is also installed in LFS during the bootstrap phase.
    71       As it is not installed during Chapter 6 of LFS, installation instructions
    72       are included here in BLFS.</para>
    73     </note>
     68    <para>This package is also installed in LFS during the bootstrap phase.
     69    As it is not installed during Chapter 6 of LFS, installation instructions
     70    are included here in BLFS.</para>
    7471
    7572    <para>Install <application>Tcl</application> by running the following
     
    7774
    7875<screen><userinput>cd unix &amp;&amp;
    79 ./configure --prefix=/usr --enable-threads &amp;&amp;
     76./configure --prefix=/usr \
     77            --enable-threads \
     78            --mandir=/usr/share/man &amp;&amp;
    8079make &amp;&amp;
    8180sed -i \
  • introduction/welcome/changelog.xml

    r8ae8a12a re8d5d969  
    4545      <para>April 9th, 2008</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Updated to Tcl-8.4.18.</para>
     49        </listitem>
    4750        <listitem>
    4851          <para>[dj] - Updated OpenOffice instructions with changes suggested
Note: See TracChangeset for help on using the changeset viewer.