Changeset dce6561


Ignore:
Timestamp:
03/31/2016 11:05:44 PM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
02d46cb
Parents:
5c22cb01
Message:

Typo fix for GC
Update to TCL-8.6.5. Merged from trunk r17105

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@17200 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gc.xml

    r5c22cb01 rdce6561  
    152152    <para>
    153153      <parameter>--enable-cplusplus</parameter>: This parameter enables the
    154       building and installing the C++ library along with the standard C library.
     154      building and installing of the C++ library along with the standard C library.
    155155    </para>
    156156
  • general/prog/tcl.xml

    r5c22cb01 rdce6561  
    77  <!ENTITY tcl-download-http "&sourceforge-repo;/tcl/tcl&tcl-version;-src.tar.gz">
    88  <!ENTITY tcl-download-ftp  " ">
    9   <!ENTITY tcl-md5sum        "d7cbb91f1ded1919370a30edd1534304">
    10   <!ENTITY tcl-size          "8.5 MB">
    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)">
     9  <!ENTITY tcl-md5sum        "0e6426a4ca9401825fbc6ecf3d89a326">
     10  <!ENTITY tcl-size          "9.8 MB">
     11  <!ENTITY tcl-buildsize     "68 MB (add 13MB for html documentation)">
     12  <!ENTITY tcl-time          "0.8 SBU (additional 2.4 SBU for the tests)">
    1313
    1414  <!ENTITY tcl-doc-download  "&sourceforge-repo;/tcl/tcl&tcl-version;-html.tar.gz">
    15   <!ENTITY tcl-doc-md5sum    "62647d87e9244a4d521c6547e097007c">
     15  <!ENTITY tcl-doc-md5sum    "fc7abd3409c95c18193489d57fdc55d">
    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">
     20  <!ENTITY tdbc-ver          "1.0.4">
     21  <!ENTITY itcl-ver          "4.0.4">
    2222]>
    2323
  • introduction/welcome/changelog.xml

    r5c22cb01 rdce6561  
    4848      <itemizedlist>
    4949        <listitem>
     50          <para>[renodr] - Update to TCL-8.6.5. Merged from trunk r17105.</para>
     51        </listitem>
     52        <listitem>
    5053          <para>[renodr] - Update lsof URL. Merged from trunk r17090.</para>
    5154        </listitem>
  • packages.ent

    r5c22cb01 rdce6561  
    305305<!ENTITY subversion-version           "1.9.3">
    306306<!ENTITY swig-version                 "3.0.8">
    307 <!ENTITY tcl-version                  "8.6.4">
     307<!ENTITY tcl-version                  "8.6.5">
    308308<!ENTITY tk-version                   "8.6.4">
    309309<!ENTITY vala-major-version           "0.28">  <!-- even minors only -->
Note: See TracChangeset for help on using the changeset viewer.