Changeset 906cca2


Ignore:
Timestamp:
07/14/2005 03:09:23 PM (19 years ago)
Author:
David Jensen <djensen@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
bb0e136
Parents:
5504f7d7
Message:

Updated to Tcl/Tk8-4.11

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r5504f7d7 r906cca2  
    147147<!ENTITY Python-version               "2.4.1">
    148148<!ENTITY ruby-version                 "1.8.2">
    149 <!ENTITY tcl-version                  "8.4.9">
    150 <!ENTITY tk-version                   "8.4.9">
     149<!ENTITY tcl-version                  "8.4.11">
     150<!ENTITY tk-version                   "8.4.11">
    151151
    152152<!-- Used to identify the target LFS version in the
  • general/prog/tcl.xml

    r5504f7d7 r906cca2  
    66
    77  <!ENTITY tcl-download-http "http://prdownloads.sourceforge.net/tcl/tcl&tcl-version;-src.tar.gz">
    8   <!ENTITY tcl-download-ftp "ftp://ftp.us.xemacs.org/pub/tcl/tcl8_4/tcl&tcl-version;-src.tar.gz">
    9   <!ENTITY tcl-md5sum "7e01b409925e4eb59ad44a4c12b9c681">
     8  <!ENTITY tcl-download-ftp " ">
     9<!--  <!ENTITY tcl-download-ftp "ftp://ftp.us.xemacs.org/pub/tcl/tcl8_4/tcl&tcl-version;-src.tar.gz">-->
     10  <!ENTITY tcl-md5sum "629dfea34e4087eb4683f834060abb63">
    1011  <!ENTITY tcl-size "3.4 MB">
    11   <!ENTITY tcl-buildsize "24.2 MB">
    12   <!ENTITY tcl-time "0.28 SBU (additional 0.73 SBU to run the test suite)">
     12  <!ENTITY tcl-buildsize "22.5 MB">
     13  <!ENTITY tcl-time "0.3 SBU (additional 0.9 SBU to run the test suite)">
    1314]>
    1415
  • general/prog/tk.xml

    r5504f7d7 r906cca2  
    66
    77  <!ENTITY tk-download-http "http://prdownloads.sourceforge.net/tcl/tk&tk-version;-src.tar.gz">
    8   <!ENTITY tk-download-ftp "ftp://ftp.us.xemacs.org/pub/tcl/tcl8_4/tk&tk-version;-src.tar.gz">
    9   <!ENTITY tk-md5sum "1b64258abaf258e9a86f331d8de17a71">
    10   <!ENTITY tk-size "3.2 MB">
    11   <!ENTITY tk-buildsize "23.3 MB">
    12   <!ENTITY tk-time "0.35 SBU">
     8  <!ENTITY tk-download-ftp " ">
     9<!--  <!ENTITY tk-download-ftp "ftp://ftp.us.xemacs.org/pub/tcl/tcl8_4/tk&tk-version;-src.tar.gz">-->
     10  <!ENTITY tk-md5sum "408e34fe8a1cec497f98f05bbe89b348">
     11  <!ENTITY tk-size "3.1 MB">
     12  <!ENTITY tk-buildsize "21.6 MB">
     13  <!ENTITY tk-time "0.4 SBU">
    1314]>
    1415
     
    7879sed -i "s:${DIR}:/usr/include/tk${V}:" tkConfig.sh</userinput></screen>
    7980
    80     <para>To test the results, issue: <command>make test</command>.
    81     Ensure you do it from an X Window display device with the
    82     GLX extensions loaded, else the tests will hang.</para>
     81    <para>The test is not recommended.  Some tests may crash your X Server.  To
     82    test the results, issue: <command>make test</command>.  Ensure you run it
     83    from an X Window display device with the GLX extensions loaded, else the
     84    tests will hang.</para>
    8385
    8486    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
  • introduction/welcome/changelog.xml

    r5504f7d7 r906cca2  
    2525  <itemizedlist>
    2626   
     27    <listitem>
     28      <para>July 14th, 2005 [djensen]: Updated to Tcl-8.4.11 and Tk-8.4.11.</para>
     29    </listitem>
     30
    2731    <listitem>
    2832      <para>July 14th, 2005 [djensen]: Updated to Gst-plugins-0.8.10.</para>
Note: See TracChangeset for help on using the changeset viewer.