mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Updated to Tcl/Tk-8.4.9.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3204 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
7302427c30
commit
f3d509eada
@ -176,8 +176,8 @@
|
||||
<!ENTITY expect-version "5.42.1">
|
||||
<!ENTITY dejagnu-version "1.4.4">
|
||||
<!ENTITY gcc-version "3.4.1">
|
||||
<!ENTITY tcl-version "8.4.7">
|
||||
<!ENTITY tk-version "8.4.7">
|
||||
<!ENTITY tcl-version "8.4.9">
|
||||
<!ENTITY tk-version "8.4.9">
|
||||
<!ENTITY gcc2-version "2.95.3">
|
||||
<!ENTITY NASM-version "0.98.38">
|
||||
<!ENTITY gcc3-version "3.3.4">
|
||||
|
@ -6,9 +6,9 @@
|
||||
|
||||
<!ENTITY tcl-download-http "http://prdownloads.sourceforge.net/tcl/tcl&tcl-version;-src.tar.gz">
|
||||
<!ENTITY tcl-download-ftp "ftp://ftp.us.xemacs.org/pub/tcl/tcl8_4/tcl&tcl-version;-src.tar.gz">
|
||||
<!ENTITY tcl-size "3.5 MB">
|
||||
<!ENTITY tcl-size "3.4 MB">
|
||||
<!ENTITY tcl-buildsize "34 MB">
|
||||
<!ENTITY tcl-time "0.27 SBU">
|
||||
<!ENTITY tcl-time "0.33 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="tcl" xreflabel="Tcl-&tcl-version;">
|
||||
@ -32,7 +32,7 @@ url="&tcl-download-http;"/></para></listitem>
|
||||
<listitem><para>Download (FTP): <ulink
|
||||
url="&tcl-download-ftp;"/></para></listitem>
|
||||
<listitem><para>Download size: &tcl-size;</para></listitem>
|
||||
<listitem><para>Estimated Disk space required:
|
||||
<listitem><para>Estimated disk space required:
|
||||
&tcl-buildsize;</para></listitem>
|
||||
<listitem><para>Estimated build time:
|
||||
&tcl-time;</para></listitem></itemizedlist>
|
||||
@ -62,8 +62,6 @@ sed -i "s:${DIR}/unix:/usr/lib:" tclConfig.sh &&
|
||||
sed -i "s:${DIR}:/usr/include/tcl${V}:" tclConfig.sh &&
|
||||
sed -i "s,^TCL_LIB_FILE='libtcl${V}..TCL_DBGX..so',TCL_LIB_FILE=\"libtcl${V}\$\{TCL_DBGX\}.so\"," \
|
||||
tclConfig.sh &&
|
||||
mv ../doc/{,Tcl_}Thread.3 &&
|
||||
sed -i 's/ Thread.3/ Tcl_Thread.3/' mkLinks &&
|
||||
make install &&
|
||||
install -d /usr/include/tcl${V}/unix &&
|
||||
install -m644 *.h /usr/include/tcl${V}/unix/ &&
|
||||
|
@ -8,7 +8,7 @@
|
||||
<!ENTITY tk-download-ftp "ftp://ftp.us.xemacs.org/pub/tcl/tcl8_4/tk&tk-version;-src.tar.gz">
|
||||
<!ENTITY tk-size "3.2 MB">
|
||||
<!ENTITY tk-buildsize "26 MB">
|
||||
<!ENTITY tk-time "0.35 SBU">
|
||||
<!ENTITY tk-time "0.40 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="tk" xreflabel="Tk-&tk-version;">
|
||||
@ -32,7 +32,7 @@ url="&tk-download-http;"/></para></listitem>
|
||||
<listitem><para>Download (FTP): <ulink
|
||||
url="&tk-download-ftp;"/></para></listitem>
|
||||
<listitem><para>Download size: &tk-size;</para></listitem>
|
||||
<listitem><para>Estimated Disk space required:
|
||||
<listitem><para>Estimated disk space required:
|
||||
&tk-buildsize;</para></listitem>
|
||||
<listitem><para>Estimated build time:
|
||||
&tk-time;</para></listitem></itemizedlist>
|
||||
|
@ -22,9 +22,9 @@ who wrote what.</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>January 5th, 2004 [igor]: Updated to
|
||||
GLib-2.6.0, Pango-1.8.0, ATK-1.9.0, libtiff-3.7.1 and
|
||||
GTK+-2.6.0.</para></listitem>
|
||||
<listitem><para>January 5th, 2004 [igor]: Updated to GLib-2.6.0,
|
||||
Pango-1.8.0, ATK-1.9.0, libtiff-3.7.1, GTK+-2.6.0 and
|
||||
Tcl/Tk-8.4.9.</para></listitem>
|
||||
|
||||
<listitem><para>January 5th, 2004 [randy]: Updated to
|
||||
Stunnel-4.07.</para></listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user