Ignore:
Timestamp:
03/19/2015 07:15:59 PM (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.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:
6d00ea3
Parents:
dd44d9e1
Message:

Update to tcl-8.6.4/tk-8.6.4

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/tcl.xml

    rdd44d9e1 rdd14f24  
    77  <!ENTITY tcl-download-http "&sourceforge-repo;/tcl/tcl&tcl-version;-src.tar.gz">
    88  <!ENTITY tcl-download-ftp  " ">
    9   <!ENTITY tcl-md5sum        "db382feca91754b7f93da16dc4cdad1f">
     9  <!ENTITY tcl-md5sum        "d7cbb91f1ded1919370a30edd1534304">
    1010  <!ENTITY tcl-size          "8.5 MB">
    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)">
     11  <!ENTITY tcl-buildsize     "69 MB (includes documentation installation)(add 10MB for tests)">
     12  <!ENTITY tcl-time          "0.4 SBU (using parallelism=8, additional 0.5 SBU for the tests)">
    1313
    1414  <!ENTITY tcl-doc-download  "&sourceforge-repo;/tcl/tcl&tcl-version;-html.tar.gz">
    15   <!ENTITY tcl-doc-md5sum    "912142f117a090e83e8ec3d771572191">
     15  <!ENTITY tcl-doc-md5sum    "62647d87e9244a4d521c6547e097007c">
    1616  <!ENTITY tcl-doc-size      "1.2 MB">
    1717
    1818  <!-- Ensure this is updated when Tcl moves from the 8.6.x branch -->
    1919  <!ENTITY tcl-ver           "8.6">
     20  <!ENTITY tdbc-ver          "1.0.3">
     21  <!ENTITY itcl-ver          "4.0.3">
    2022]>
    2123
     
    138140    -i tclConfig.sh               &amp;&amp;
    139141
    140 sed -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 
    146 sed -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;
     142sed -e "s#$SRCDIR/unix/pkgs/tdbc&tdbc-ver;#/usr/lib/tdbc1.0.2#" \
     143    -e "s#$SRCDIR/pkgs/tdbc&tdbc-ver;/generic#/usr/include#"    \
     144    -e "s#$SRCDIR/pkgs/tdbc&tdbc-ver;/library#/usr/lib/tcl8.6#" \
     145    -e "s#$SRCDIR/pkgs/&tdbc-ver;#/usr/include#"            \
     146    -i pkgs/tdbc&tdbc-ver;/tdbcConfig.sh                        &amp;&amp;
     147
     148sed -e "s#$SRCDIR/unix/pkgs/itcl&itcl-ver;#/usr/lib/itcl&itcl-ver;#" \
     149    -e "s#$SRCDIR/pkgs/itcl&itcl-ver;/generic#/usr/include#"    \
     150    -e "s#$SRCDIR/pkgs/itcl&itcl-ver;#/usr/include#"            \
     151    -i pkgs/itcl&itcl-ver;/itclConfig.sh                        &amp;&amp;
    150152
    151153unset SRCDIR</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.