Author: randy Date: 2008-04-09 13:18:42 -0600 (Wed, 09 Apr 2008) New Revision: 7373
Modified: trunk/BOOK/general.ent trunk/BOOK/general/prog/tk.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Updated to Tk-8.4.18 Modified: trunk/BOOK/general/prog/tk.xml =================================================================== --- trunk/BOOK/general/prog/tk.xml 2008-04-09 19:15:48 UTC (rev 7372) +++ trunk/BOOK/general/prog/tk.xml 2008-04-09 19:18:42 UTC (rev 7373) @@ -5,9 +5,8 @@ %general-entities; <!ENTITY tk-download-http "http://downloads.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 "68777568d818e1980dda4b6b02b92f1a"> + <!ENTITY tk-download-ftp "&gentoo-ftp-repo;/tk&tk-version;-src.tar.gz"> + <!ENTITY tk-md5sum "bf52be013df31198b144d1ca72b094fb"> <!ENTITY tk-size "3.3 MB"> <!ENTITY tk-buildsize "23 MB"> <!ENTITY tk-time "0.3 SBU"> @@ -76,7 +75,9 @@ 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](TK_SRC_DIR='\)[EMAIL PROTECTED]/usr/include'@" \ Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2008-04-09 19:15:48 UTC (rev 7372) +++ trunk/BOOK/general.ent 2008-04-09 19:18:42 UTC (rev 7373) @@ -219,7 +219,7 @@ <!ENTITY python-majorver "2.5"> <!ENTITY ruby-version "1.8.6-p111"> <!ENTITY tcl-version "8.4.18"> -<!ENTITY tk-version "8.4.15"> +<!ENTITY tk-version "8.4.18"> <!-- Perl module versions used in the Perl Modules instructions --> <!ENTITY Algorithm-Diff-version "1.1902"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2008-04-09 19:15:48 UTC (rev 7372) +++ trunk/BOOK/introduction/welcome/changelog.xml 2008-04-09 19:18:42 UTC (rev 7373) @@ -45,6 +45,9 @@ <para>April 9th, 2008</para> <itemizedlist> <listitem> + <para>[randy] - Updated to Tk-8.4.18.</para> + </listitem> + <listitem> <para>[randy] - Updated to Tcl-8.4.18.</para> </listitem> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
