Ignore:
Timestamp:
11/14/2014 05:01:05 AM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
459835a
Parents:
c28445f3
Message:

Update to {tcl,tk}-8.6.3.
Update to libffi-3.2.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/tcl.xml

    rc28445f3 r4efac57  
    77  <!ENTITY tcl-download-http "&sourceforge-repo;/tcl/tcl&tcl-version;-src.tar.gz">
    88  <!ENTITY tcl-download-ftp  " ">
    9   <!ENTITY tcl-md5sum        "8103eaf6d71acb716a64224492f09d5f">
     9  <!ENTITY tcl-md5sum        "db382feca91754b7f93da16dc4cdad1f">
    1010  <!ENTITY tcl-size          "8.5 MB">
    11   <!ENTITY tcl-buildsize     "79 MB (includes documentation installation)">
    12   <!ENTITY tcl-time          "0.9 SBU (adittional 1.5 SBU for the tests)">
     11  <!ENTITY tcl-buildsize     "73 MB (includes documentation installation)(add 10MB for tests)">
     12  <!ENTITY tcl-time          "0.9 SBU (adittional 2.2 SBU for the tests)">
    1313
    1414  <!ENTITY tcl-doc-download  "&sourceforge-repo;/tcl/tcl&tcl-version;-html.tar.gz">
     
    133133            $([ $(uname -m) = x86_64 ] &amp;&amp; echo --enable-64bit) &amp;&amp;
    134134make &amp;&amp;
    135 <!--
    136 sed -e "s@^\(TCL_SRC_DIR='\).*@\1/usr/include'@" \
    137     -e "/TCL_B/s@='\(-L\)\?.*unix@='\1/usr/lib@" \
    138     -i tclConfig.sh</userinput></screen>-->
     135
    139136sed -e "s#$SRCDIR/unix#/usr/lib#" \
    140137    -e "s#$SRCDIR#/usr/include#"  \
    141138    -i tclConfig.sh               &amp;&amp;
    142139
    143 sed -e "s#$SRCDIR/unix/pkgs/tdbc1.0.1#/usr/lib/tdbc1.0.0#" \
    144     -e "s#$SRCDIR/pkgs/tdbc1.0.1/generic#/usr/include#"    \
    145     -e "s#$SRCDIR/pkgs/tdbc1.0.1/library#/usr/lib/tcl8.6#" \
    146     -e "s#$SRCDIR/pkgs/tdbc1.0.1#/usr/include#"            \
    147     -i pkgs/tdbc1.0.1/tdbcConfig.sh                        &amp;&amp;
    148 
    149 sed -e "s#$SRCDIR/unix/pkgs/itcl4.0.1#/usr/lib/itcl4.0.0#" \
    150     -e "s#$SRCDIR/pkgs/itcl4.0.1/generic#/usr/include#"    \
    151     -e "s#$SRCDIR/pkgs/itcl4.0.1#/usr/include#"            \
    152     -i pkgs/itcl4.0.1/itclConfig.sh                        &amp;&amp;
     140sed -e "s#$SRCDIR/unix/pkgs/tdbc1.0.2#/usr/lib/tdbc1.0.2#" \
     141    -e "s#$SRCDIR/pkgs/tdbc1.0.2/generic#/usr/include#"    \
     142    -e "s#$SRCDIR/pkgs/tdbc1.0.2/library#/usr/lib/tcl8.6#" \
     143    -e "s#$SRCDIR/pkgs/tdbc1.0.2#/usr/include#"            \
     144    -i pkgs/tdbc1.0.2/tdbcConfig.sh                        &amp;&amp;
     145
     146sed -e "s#$SRCDIR/unix/pkgs/itcl4.0.2#/usr/lib/itcl4.0.2#" \
     147    -e "s#$SRCDIR/pkgs/itcl4.0.2/generic#/usr/include#"    \
     148    -e "s#$SRCDIR/pkgs/itcl4.0.2#/usr/include#"            \
     149    -i pkgs/itcl4.0.2/itclConfig.sh                        &amp;&amp;
    153150
    154151unset SRCDIR</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.