Changeset 88dd4702


Ignore:
Timestamp:
03/26/2006 08:13:16 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 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:
5d28679b
Parents:
a413a01
Message:

Updated to Tcl-8.4.12 and Tk-8.4.12

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    ra413a01 r88dd4702  
    1 <!ENTITY day          "25">                   <!-- Always 2 digits -->
     1<!ENTITY day          "26">                   <!-- Always 2 digits -->
    22<!ENTITY month        "03">                   <!-- Always 2 digits -->
    33<!ENTITY year         "2006">
     
    172172<!ENTITY pyxml-version                "0.8.4">
    173173<!ENTITY ruby-version                 "1.8.3">
    174 <!ENTITY tcl-version                  "8.4.11">
    175 <!ENTITY tk-version                   "8.4.11">
     174<!ENTITY tcl-version                  "8.4.12">
     175<!ENTITY tk-version                   "8.4.12">
    176176
    177177<!-- Used to identify the target LFS version in the
  • general/prog/tcl.xml

    ra413a01 r88dd4702  
    66
    77  <!ENTITY tcl-download-http "http://prdownloads.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 "629dfea34e4087eb4683f834060abb63">
    11   <!ENTITY tcl-size "3.4 MB">
    12   <!ENTITY tcl-buildsize "22.5 MB">
    13   <!ENTITY tcl-time "0.3 SBU (additional 0.9 SBU to run the test suite)">
     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        "7480432d8730263f267952788eb4839b">
     11  <!ENTITY tcl-size          "3.5 MB">
     12  <!ENTITY tcl-buildsize     "24.5 MB">
     13  <!ENTITY tcl-time          "0.3 SBU (additional 0.4 SBU to run the test suite)">
    1414]>
    1515
     
    6767    <note>
    6868      <para>This package is also installed in LFS during the bootstrap phase.
    69       At the time of the LFS-6.1 release, &tcl-version; was not available.  The
    70       significant difference between the two installations (other than
    71       installing to <filename class="directory">/usr</filename>) is that the
    72       package is installed in such a way that there is no need to keep the build
    73       directory around after installation.</para>
     69      As it is not installed during Chapter 6 of LFS, installation instructions
     70      are included here in BLFS.</para>
    7471    </note>
    7572
     
    9491
    9592    <caution>
    96       <para>If you don't use <command>su</command> to become the
    97       <systemitem class="username">root</systemitem> user, ensure you set the
    98       environment variables <envar>VERSION</envar> and <envar>V</envar> again
    99       before running the installation commands.</para>
     93      <para>If you become the <systemitem class="username">root</systemitem>
     94      user in a manner that doesn't preserve the unprivileged user's
     95      environment, ensure you correctly set the environment variable
     96      <envar>V</envar> again before running the installation commands.</para>
    10097    </caution>
    10198
  • general/prog/tk.xml

    ra413a01 r88dd4702  
    66
    77  <!ENTITY tk-download-http "http://prdownloads.sourceforge.net/tcl/tk&tk-version;-src.tar.gz">
    8   <!ENTITY tk-download-ftp " ">
    9 <!--  <!ENTITY tk-download-ftp "ftp://ftp.us.xemacs.org/pub/tcl/tcl8_4/tk&tk-version;-src.tar.gz">-->
    10   <!ENTITY tk-md5sum "408e34fe8a1cec497f98f05bbe89b348">
    11   <!ENTITY tk-size "3.1 MB">
    12   <!ENTITY tk-buildsize "21.6 MB">
    13   <!ENTITY tk-time "0.4 SBU">
     8  <!ENTITY tk-download-ftp  " ">
     9<!--  <!ENTITY tk-download-ftp  "ftp://ftp.us.xemacs.org/pub/tcl/tcl8_4/tk&tk-version;-src.tar.gz"> -->
     10  <!ENTITY tk-md5sum        "316491cb82d898b434842353aed1f0d6">
     11  <!ENTITY tk-size          "3.2 MB">
     12  <!ENTITY tk-buildsize     "23.5 MB">
     13  <!ENTITY tk-time          "0.4 SBU">
    1414]>
    1515
     
    9393
    9494    <caution>
    95       <para>If you don't use <command>su</command> to become the
    96       <systemitem class="username">root</systemitem> user, ensure you set the
    97       environment variables <envar>VERSION</envar> and <envar>V</envar> again
    98       before running the installation commands.</para>
     95      <para>If you become the <systemitem class="username">root</systemitem>
     96      user in a manner that doesn't preserve the unprivileged user's
     97      environment, ensure you correctly set the environment variable
     98      <envar>V</envar> again before running the installation commands.</para>
    9999    </caution>
    100100
  • introduction/welcome/changelog.xml

    ra413a01 r88dd4702  
    4343
    4444    <listitem>
     45      <para>March 26th, 2006</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Updated to Tcl-8.4.12 and Tk-8.4.12.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4554      <para>March 25th, 2006</para>
    4655      <itemizedlist>
     
    5261        <listitem>
    5362          <para>[dnicholson] - Removed patches in Bc and replaced with
    54           equivalent sed's.  Fixed segmentation faults with bc -l.  Fixes
     63          equivalent seds.  Fixed segmentation faults with bc -l.  Fixes
    5564          #1846.  Added commands for test suite.  Removed libedit
    5665          dependency as it conflicts with Readline and causes problems.</para>
Note: See TracChangeset for help on using the changeset viewer.