Author: randy Date: 2008-04-09 13:15:48 -0600 (Wed, 09 Apr 2008) New Revision: 7372
Modified: trunk/BOOK/general.ent trunk/BOOK/general/prog/tcl.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Updated to Tcl-8.4.18 Modified: trunk/BOOK/general/prog/tcl.xml =================================================================== --- trunk/BOOK/general/prog/tcl.xml 2008-04-09 15:49:52 UTC (rev 7371) +++ trunk/BOOK/general/prog/tcl.xml 2008-04-09 19:15:48 UTC (rev 7372) @@ -5,9 +5,8 @@ %general-entities; <!ENTITY tcl-download-http "http://downloads.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 "5e1b71eef1f75a294072aa3218f62b66"> + <!ENTITY tcl-download-ftp "&gentoo-ftp-repo;/tcl&tcl-version;-src.tar.gz"> + <!ENTITY tcl-md5sum "7d8bc95036f797b1a2b62a5a382d2cc1"> <!ENTITY tcl-size "3.6 MB"> <!ENTITY tcl-buildsize "25 MB"> <!ENTITY tcl-time "0.3 SBU (additional 0.7 SBU to run the test suite)"> @@ -66,17 +65,17 @@ <sect2 role="installation"> <title>Installation of Tcl</title> - <note> - <para>This package is also installed in LFS during the bootstrap phase. - As it is not installed during Chapter 6 of LFS, installation instructions - are included here in BLFS.</para> - </note> + <para>This package is also installed in LFS during the bootstrap phase. + As it is not installed during Chapter 6 of LFS, installation instructions + are included here in BLFS.</para> <para>Install <application>Tcl</application> by running the following commands:</para> <screen><userinput>cd unix && -./configure --prefix=/usr --enable-threads && +./configure --prefix=/usr \ + --enable-threads \ + --mandir=/usr/share/man && make && sed -i \ -e "[EMAIL PROTECTED](TCL_SRC_DIR='\)[EMAIL PROTECTED]/usr/include'@" \ Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2008-04-09 15:49:52 UTC (rev 7371) +++ trunk/BOOK/general.ent 2008-04-09 19:15:48 UTC (rev 7372) @@ -218,7 +218,7 @@ <!ENTITY Python-version "2.5.2"> <!ENTITY python-majorver "2.5"> <!ENTITY ruby-version "1.8.6-p111"> -<!ENTITY tcl-version "8.4.15"> +<!ENTITY tcl-version "8.4.18"> <!ENTITY tk-version "8.4.15"> <!-- Perl module versions used in the Perl Modules instructions --> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2008-04-09 15:49:52 UTC (rev 7371) +++ trunk/BOOK/introduction/welcome/changelog.xml 2008-04-09 19:15:48 UTC (rev 7372) @@ -45,6 +45,9 @@ <para>April 9th, 2008</para> <itemizedlist> <listitem> + <para>[randy] - Updated to Tcl-8.4.18.</para> + </listitem> + <listitem> <para>[dj] - Updated OpenOffice instructions with changes suggested by Randy McMurchy and Chris Staub.</para> </listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
