Changeset dd01532b


Ignore:
Timestamp:
03/10/2010 02:09:54 PM (14 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
ce33273
Parents:
7f109f5
Message:

Updated Tcl and Tk to version 8.5.8

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r7f109f5 rdd01532b  
    44-->
    55
    6 <!ENTITY day          "09">                   <!-- Always 2 digits -->
     6<!ENTITY day          "10">                   <!-- Always 2 digits -->
    77<!ENTITY month        "03">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2010">
     
    278278<!ENTITY python-majorver              "2.6">
    279279<!ENTITY ruby-version                 "1.8.7-p248">
    280 <!ENTITY tcl-version                  "8.5.6">
    281 <!ENTITY tk-version                   "8.5.6">
     280<!ENTITY tcl-version                  "8.5.8">
     281<!ENTITY tk-version                   "8.5.8">
    282282
    283283<!-- Perl module versions used in the Perl Modules instructions -->
  • general/prog/tcl.xml

    r7f109f5 rdd01532b  
    77  <!ENTITY tcl-download-http "&sourceforge-repo;/tcl/tcl&tcl-version;-src.tar.gz">
    88  <!ENTITY tcl-download-ftp  "&gentoo-ftp-repo;/tcl&tcl-version;-src.tar.gz">
    9   <!ENTITY tcl-md5sum        "d0b0b3ff7600ff63135c710b575265cd">
    10   <!ENTITY tcl-size          "4.2 MB">
    11   <!ENTITY tcl-buildsize     "33 MB">
    12   <!ENTITY tcl-time          "0.5 SBU (additional 2.0 SBU to run the test suite)">
     9  <!ENTITY tcl-md5sum        "7f123e53b3daaaba2478d3af5a0752e3">
     10  <!ENTITY tcl-size          "4.4 MB">
     11  <!ENTITY tcl-buildsize     "62 MB (includes documentation installation)">
     12  <!ENTITY tcl-time          "0.5 SBU (additional 1.2 SBU to run the test suite)">
    1313
    1414  <!ENTITY tcl-doc-download  "&sourceforge-repo;/tcl/tcl&tcl-version;-html.tar.gz">
    15   <!ENTITY tcl-doc-md5sum    "e287dcb71b7e6ba9c7b1606a2020e61c">
     15  <!ENTITY tcl-doc-md5sum    "788cacd89d8cf97b23f53500ede910bc">
    1616  <!ENTITY tcl-doc-size      "925 KB">
    1717
    18   <!-- Ensure this is updated when Tcl moves to the 8.5.x branch -->
     18  <!-- Ensure this is updated when Tcl moves from the 8.5.x branch -->
    1919  <!ENTITY tcl-ver           "8.5">
    2020]>
     
    104104    -e "s@^\(TCL_SRC_DIR='\).*@\1/usr/include'@" \
    105105    -e "/TCL_B/s@='\(-L\)\?.*unix@='\1/usr/lib@" \
    106     -e "/SEARCH/s/=.*/=''/" \
    107106    tclConfig.sh</userinput></screen>
    108107
     
    113112<screen role="root"><userinput>make install &amp;&amp;
    114113make install-private-headers &amp;&amp;
    115 ln -v -sf tclsh&tcl-ver; /usr/bin/tclsh</userinput></screen>
     114ln -v -sf tclsh&tcl-ver; /usr/bin/tclsh &amp;&amp;
     115chmod -v 755 /usr/lib/libtcl&tcl-ver;.so</userinput></screen>
    116116
    117117    <para>If you downloaded the optional documentation, install it by issuing
  • general/prog/tk.xml

    r7f109f5 rdd01532b  
    77  <!ENTITY tk-download-http "&sourceforge-repo;/tcl/tk&tk-version;-src.tar.gz">
    88  <!ENTITY tk-download-ftp  "&gentoo-ftp-repo;/tk&tk-version;-src.tar.gz">
    9   <!ENTITY tk-md5sum        "7da2e00adddc7eed6080df904579d94e">
    10   <!ENTITY tk-size          "3.6 MB">
    11   <!ENTITY tk-buildsize     "21 MB">
     9  <!ENTITY tk-md5sum        "13bf90602e16fc530e05196431021dc6">
     10  <!ENTITY tk-size          "3.7 MB">
     11  <!ENTITY tk-buildsize     "32 MB">
    1212  <!ENTITY tk-time          "0.5 SBU">
    1313
    14   <!-- Ensure this is updated when Tk moves to the 8.5.x branch -->
     14  <!-- Ensure this is updated when Tk moves from the 8.5.x branch -->
    1515  <!ENTITY tk-ver           "8.5">
    1616]>
     
    8383    -e "s@^\(TK_SRC_DIR='\).*@\1/usr/include'@" \
    8484    -e "/TK_B/s@='\(-L\)\?.*unix@='\1/usr/lib@" \
    85     -e "/SEARCH/s/=.*/=''/" \
    8685    tkConfig.sh</userinput></screen>
    8786
     
    9594<screen role="root"><userinput>make install &amp;&amp;
    9695make install-private-headers &amp;&amp;
    97 ln -v -sf wish&tk-ver; /usr/bin/wish</userinput></screen>
    98 
    99 <!-- This is removed per discussion and fairly vigorous testing
    100 install -v -m755 -d /usr/include/tk&tk-ver;/{unix,generic} &amp;&amp;
    101 install -v -m644 *.h /usr/include/tk&tk-ver;/unix/ &amp;&amp;
    102 install -v -m644 ../generic/*.h /usr/include/tk&tk-ver;/generic/ &amp;&amp;
    103 rm -v -f /usr/include/tk&tk-ver;/generic/tk{,{,Plat}Decls}.h &amp;&amp;
    104 ln -v -nsf ../../include/tk&tk-ver; /usr/lib/tk&tk-ver;/include &amp;&amp;
    105 ln -v -sf libtk&tk-ver;.so /usr/lib/libtk.so &amp;&amp;
    106 ln -v -sf wish&tk-ver; /usr/bin/wish</userinput></screen>
    107 -->
     96ln -v -sf wish&tk-ver; /usr/bin/wish &amp;&amp;
     97chmod -v 755 destdir/usr/lib/libtk8.5.so</userinput></screen>
    10898
    10999  </sect2>
     
    130120    can utilize it. This <command>sed</command> removes the references to the
    131121    build directory and replaces them with saner system-wide locations.</para>
    132 
    133     <!--
    134     <para><command>install ...</command>: These commands install the internal
    135     headers into a system-wide location.</para>
    136 
    137     <para><command>ln -v -sf ...</command>: These commands create compatibility
    138     symbolic links.</para>
    139     -->
    140122
    141123  </sect2>
  • introduction/welcome/changelog.xml

    r7f109f5 rdd01532b  
    4343
    4444    <listitem>
     45      <para>March 10th, 2010</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Updated Tcl and Tk to version 8.5.8.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4554      <para>March 9th, 2010</para>
    4655      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.