mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
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
This commit is contained in:
parent
a413a01363
commit
88dd47025b
@ -1,4 +1,4 @@
|
||||
<!ENTITY day "25"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "26"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "03"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2006">
|
||||
<!ENTITY version "svn-&year;&month;&day;">
|
||||
@ -171,8 +171,8 @@
|
||||
<!ENTITY Python-version "2.4.2">
|
||||
<!ENTITY pyxml-version "0.8.4">
|
||||
<!ENTITY ruby-version "1.8.3">
|
||||
<!ENTITY tcl-version "8.4.11">
|
||||
<!ENTITY tk-version "8.4.11">
|
||||
<!ENTITY tcl-version "8.4.12">
|
||||
<!ENTITY tk-version "8.4.12">
|
||||
|
||||
<!-- Used to identify the target LFS version in the
|
||||
PDL and Perl Modules instructions -->
|
||||
|
@ -5,12 +5,12 @@
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY tcl-download-http "http://prdownloads.sourceforge.net/tcl/tcl&tcl-version;-src.tar.gz">
|
||||
<!ENTITY tcl-download-ftp " ">
|
||||
<!-- <!ENTITY tcl-download-ftp "ftp://ftp.us.xemacs.org/pub/tcl/tcl8_4/tcl&tcl-version;-src.tar.gz">-->
|
||||
<!ENTITY tcl-md5sum "629dfea34e4087eb4683f834060abb63">
|
||||
<!ENTITY tcl-size "3.4 MB">
|
||||
<!ENTITY tcl-buildsize "22.5 MB">
|
||||
<!ENTITY tcl-time "0.3 SBU (additional 0.9 SBU to run the test suite)">
|
||||
<!ENTITY tcl-download-ftp " ">
|
||||
<!-- <!ENTITY tcl-download-ftp "ftp://ftp.us.xemacs.org/pub/tcl/tcl8_4/tcl&tcl-version;-src.tar.gz"> -->
|
||||
<!ENTITY tcl-md5sum "7480432d8730263f267952788eb4839b">
|
||||
<!ENTITY tcl-size "3.5 MB">
|
||||
<!ENTITY tcl-buildsize "24.5 MB">
|
||||
<!ENTITY tcl-time "0.3 SBU (additional 0.4 SBU to run the test suite)">
|
||||
]>
|
||||
|
||||
<sect1 id="tcl" xreflabel="Tcl-&tcl-version;">
|
||||
@ -66,11 +66,8 @@
|
||||
|
||||
<note>
|
||||
<para>This package is also installed in LFS during the bootstrap phase.
|
||||
At the time of the LFS-6.1 release, &tcl-version; was not available. The
|
||||
significant difference between the two installations (other than
|
||||
installing to <filename class="directory">/usr</filename>) is that the
|
||||
package is installed in such a way that there is no need to keep the build
|
||||
directory around after installation.</para>
|
||||
As it is not installed during Chapter 6 of LFS, installation instructions
|
||||
are included here in BLFS.</para>
|
||||
</note>
|
||||
|
||||
<para>Install <application>Tcl</application> by running the following
|
||||
@ -93,10 +90,10 @@ TCL_LIB_FILE=\"libtcl${V}\$\{TCL_DBGX\}.so\":" tclConfig.sh</userinput></screen>
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<caution>
|
||||
<para>If you don't use <command>su</command> to become the
|
||||
<systemitem class="username">root</systemitem> user, ensure you set the
|
||||
environment variables <envar>VERSION</envar> and <envar>V</envar> again
|
||||
before running the installation commands.</para>
|
||||
<para>If you become the <systemitem class="username">root</systemitem>
|
||||
user in a manner that doesn't preserve the unprivileged user's
|
||||
environment, ensure you correctly set the environment variable
|
||||
<envar>V</envar> again before running the installation commands.</para>
|
||||
</caution>
|
||||
|
||||
<screen role="root"><userinput>make install &&
|
||||
|
@ -5,12 +5,12 @@
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY tk-download-http "http://prdownloads.sourceforge.net/tcl/tk&tk-version;-src.tar.gz">
|
||||
<!ENTITY tk-download-ftp " ">
|
||||
<!-- <!ENTITY tk-download-ftp "ftp://ftp.us.xemacs.org/pub/tcl/tcl8_4/tk&tk-version;-src.tar.gz">-->
|
||||
<!ENTITY tk-md5sum "408e34fe8a1cec497f98f05bbe89b348">
|
||||
<!ENTITY tk-size "3.1 MB">
|
||||
<!ENTITY tk-buildsize "21.6 MB">
|
||||
<!ENTITY tk-time "0.4 SBU">
|
||||
<!ENTITY tk-download-ftp " ">
|
||||
<!-- <!ENTITY tk-download-ftp "ftp://ftp.us.xemacs.org/pub/tcl/tcl8_4/tk&tk-version;-src.tar.gz"> -->
|
||||
<!ENTITY tk-md5sum "316491cb82d898b434842353aed1f0d6">
|
||||
<!ENTITY tk-size "3.2 MB">
|
||||
<!ENTITY tk-buildsize "23.5 MB">
|
||||
<!ENTITY tk-time "0.4 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="tk" xreflabel="Tk-&tk-version;">
|
||||
@ -92,10 +92,10 @@ sed -i -e "s:${DIR}/unix:/usr/lib:" \
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<caution>
|
||||
<para>If you don't use <command>su</command> to become the
|
||||
<systemitem class="username">root</systemitem> user, ensure you set the
|
||||
environment variables <envar>VERSION</envar> and <envar>V</envar> again
|
||||
before running the installation commands.</para>
|
||||
<para>If you become the <systemitem class="username">root</systemitem>
|
||||
user in a manner that doesn't preserve the unprivileged user's
|
||||
environment, ensure you correctly set the environment variable
|
||||
<envar>V</envar> again before running the installation commands.</para>
|
||||
</caution>
|
||||
|
||||
<screen role="root"><userinput>make install &&
|
||||
|
@ -41,6 +41,15 @@
|
||||
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>March 26th, 2006</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[randy] - Updated to Tcl-8.4.12 and Tk-8.4.12.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>March 25th, 2006</para>
|
||||
<itemizedlist>
|
||||
@ -51,7 +60,7 @@
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[dnicholson] - Removed patches in Bc and replaced with
|
||||
equivalent sed's. Fixed segmentation faults with bc -l. Fixes
|
||||
equivalent seds. Fixed segmentation faults with bc -l. Fixes
|
||||
#1846. Added commands for test suite. Removed libedit
|
||||
dependency as it conflicts with Readline and causes problems.</para>
|
||||
</listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user