Changeset 1b3d6bd4 for general


Ignore:
Timestamp:
09/27/2013 12:43:48 AM (11 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
7b8992b
Parents:
c770e18
Message:

Update to tcl-8.6.1 and tk-8.6.1

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

Location:
general/prog
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/tcl.xml

    rc770e18 r1b3d6bd4  
    77  <!ENTITY tcl-download-http "&sourceforge-repo;/tcl/tcl&tcl-version;-src.tar.gz">
    88  <!ENTITY tcl-download-ftp  " ">
    9   <!ENTITY tcl-md5sum        "573aa5fe678e9185ef2b3c56b24658d3">
    10   <!ENTITY tcl-size          "8.3 MB">
    11   <!ENTITY tcl-buildsize     "80 MB (includes documentation installation)">
    12   <!ENTITY tcl-time          "0.5 SBU">
     9  <!ENTITY tcl-md5sum        "aae4b701ee527c6e4e1a6f9c7399882e">
     10  <!ENTITY tcl-size          "8.4 MB">
     11  <!ENTITY tcl-buildsize     "60 MB (includes documentation installation)">
     12  <!ENTITY tcl-time          "0.8 SBU">
    1313
    1414  <!ENTITY tcl-doc-download  "&sourceforge-repo;/tcl/tcl&tcl-version;-html.tar.gz">
    15   <!ENTITY tcl-doc-md5sum    "e53baf609df8b55f091c258886b6f994">
    16   <!ENTITY tcl-doc-size      "913 KB">
     15  <!ENTITY tcl-doc-md5sum    "e5d92d4a74ecc77456b092e981112560">
     16  <!ENTITY tcl-doc-size      "1.2 MB">
    1717
    1818  <!-- Ensure this is updated when Tcl moves from the 8.6.x branch -->
  • general/prog/tk.xml

    rc770e18 r1b3d6bd4  
    77  <!ENTITY tk-download-http "&sourceforge-repo;/tcl/tk&tk-version;-src.tar.gz">
    88  <!ENTITY tk-download-ftp  " ">
    9   <!ENTITY tk-md5sum        "b883a1a3c489c17413fb602a94bf54e8">
     9  <!ENTITY tk-md5sum        "63f21c3a0e0cefbd854b4eb29b129ac6">
    1010  <!ENTITY tk-size          "4.1 MB">
    11   <!ENTITY tk-buildsize     "30 MB">
     11  <!ENTITY tk-buildsize     "24 MB">
    1212  <!ENTITY tk-time          "0.3 SBU">
    1313
     
    107107
    108108    <para>
    109       Running the tests is not recommended. Some tests may crash your X
    110       Server. To test the results anyway, issue: <command>make test</command>.
    111       Ensure you run it from an X Window display device with the GLX extensions
    112       loaded, otherwise the tests will hang.
     109      Running the tests is not recommended. Failures will occur in the tests,
     110      depending on the screen resolution/capabilities, fonts installed and
     111      other X related parameters. Some tests may crash your X Server. To test
     112      the results anyway, issue: <command>make test</command>. Ensure you run
     113      it from an X Window display device with the GLX extensions loaded, but
     114      even so, tests may hang.
    113115    </para>
    114116
Note: See TracChangeset for help on using the changeset viewer.