Changeset 244ef116


Ignore:
Timestamp:
11/09/2013 08:34:14 PM (10 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:
b163480
Parents:
da602679
Message:

Update to cmake-2.8.12.1.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rda602679 r244ef116  
    357357<!ENTITY check-version                "0.9.10">
    358358<!ENTITY cmake-major-version          "2.8">
    359 <!ENTITY cmake-minor-version          "12">
     359<!ENTITY cmake-minor-version          "12.1">
    360360<!ENTITY cmake-version                "&cmake-major-version;.&cmake-minor-version;">
    361361<!ENTITY cvs-version                  "1.11.23">
  • general/prog/cmake.xml

    rda602679 r244ef116  
    77  <!ENTITY cmake-download-http "http://www.cmake.org/files/v&cmake-major-version;/cmake-&cmake-version;.tar.gz">
    88  <!ENTITY cmake-download-ftp  " ">
    9   <!ENTITY cmake-md5sum        "105bc6d21cc2e9b6aff901e43c53afea">
     9  <!ENTITY cmake-md5sum        "9d38cd4e2c94c3cea97d0e2924814acc">
    1010  <!ENTITY cmake-size          "5.8 MB">
    11   <!ENTITY cmake-buildsize     "254 MB">
    12   <!ENTITY cmake-time          "1.4 SBU">
     11  <!ENTITY cmake-buildsize     "247 MB (additional 176 MB for tests)">
     12  <!ENTITY cmake-time          "0.9 SBU (additional 5.5 SBU for tests)">
    1313]>
    1414
     
    110110
    111111    <para>
    112       To test the results, issue: <userinput>make test</userinput>.
     112      To test the results, issue: <userinput>make -k test</userinput>. Almost
     113      99% of the tests passes. The following tests fail, for unknown reasons:
     114      CTestTestFailedSubmit-ftp (known to fail),
     115      CTestTestFailedSubmit-http and
     116      CTestTestFailedSubmit-https.
    113117    </para>
    114118
  • introduction/welcome/changelog.xml

    rda602679 r244ef116  
    4848      <itemizedlist>
    4949        <listitem>
     50          <para>[fernando] - Update to cmake-2.8.12.1. Fixes
     51          <ulink url="&blfs-ticket-root;4287">#4287</ulink>.</para>
     52        </listitem>
     53        <listitem>
    5054          <para>[fernando] - Update to git-1.8.4.3. Fixes
    5155          <ulink url="&blfs-ticket-root;4288">#4288</ulink>.</para>
Note: See TracChangeset for help on using the changeset viewer.