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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.