Ignore:
Timestamp:
09/23/2014 10:52:35 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.7, 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, krejzi/svn, 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:
7a218fa
Parents:
65ae050b
Message:

Update to apr-util-1.5.4.
Update to libgpg-error-1.16.
Update to libtasn1-4.2.
Update to p11-kit-0.20.7.
Update to gnutls-3.3.8.
Update to ruby-2.1.3.
Update to curl-7.38.0.
Update to cmake-3.0.2.
Update to git-2.1.1.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/cmake.xml

    r65ae050b r248a536  
    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        "e2e05d84cb44a42f1371d9995631dcf5">
     9  <!ENTITY cmake-md5sum        "db4c687a31444a929d2fdc36c4dfb95f">
    1010  <!ENTITY cmake-size          "5.3 MB">
    11   <!ENTITY cmake-buildsize     "237 MB (additional 195 MB for tests)">
    12   <!ENTITY cmake-time          "1.8 SBU (additional 4.4 SBU for tests)">
     11  <!ENTITY cmake-buildsize     "237 MB (additional 188 MB for tests)">
     12  <!ENTITY cmake-time          "1.8 SBU (additional 4.3 SBU for tests)">
    1313]>
    1414
     
    118118
    119119    <para>
    120       To test the results, issue: <command>bin/ctest</command>. If you want to
    121       investigate a problem with a given "problem1-test", use
    122       <command>bin/ctest -R "problem1-test"</command> and, to omit it, use
     120      To test the results, issue: <command>bin/ctest</command>.
     121      <!-- Please, don't remove this comment, needed if tests start to fail
     122      again. If you want to investigate a problem with a given "problem1-test",
     123      use <command>bin/ctest -R "problem1-test"</command> and, to omit it, use
    123124      <command>bin/ctest -E "problem1-test"</command>. These options can be
    124       used together:
    125       <command>bin/ctest -R "problem1-test" -E "problem2-test"</command>.
    126       Option -N can be used to display all available tests, and you can run
    127       <command>bin/ctest</command> for a sub-set of tests by using separated by
    128       spaces names or numbers as options. Option --help can be used to
    129       show all options.
     125      used together: <command>bin/ctest -R "problem1-test" -E
     126      "problem2-test"</command>.  Option -N can be used to display all
     127      available tests, and you can run <command>bin/ctest</command> for a
     128      sub-set of tests by using separated by spaces names or numbers as
     129      options. Option -/-help can be used to show all options.-->
     130
    130131    </para>
    131132
Note: See TracChangeset for help on using the changeset viewer.