Author: fernando
Date: Sat Feb  7 07:18:18 2015
New Revision: 15465

Log:
Update to cmake-3.1.2.

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/prog/cmake.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/xsoft/graphweb/firefox.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Fri Feb  6 22:52:34 2015        (r15464)
+++ trunk/BOOK/general.ent      Sat Feb  7 07:18:18 2015        (r15465)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "06">                   <!-- Always 2 digits -->
+<!ENTITY day          "07">                   <!-- Always 2 digits -->
 <!ENTITY month        "02">                   <!-- Always 2 digits -->
 <!ENTITY year         "2015">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "February 6th, &year;">
+<!ENTITY releasedate  "February 7th, &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
 <!ENTITY lfs-version  "development">          <!-- x.y|development] -->

Modified: trunk/BOOK/general/prog/cmake.xml
==============================================================================
--- trunk/BOOK/general/prog/cmake.xml   Fri Feb  6 22:52:34 2015        (r15464)
+++ trunk/BOOK/general/prog/cmake.xml   Sat Feb  7 07:18:18 2015        (r15465)
@@ -6,10 +6,10 @@
 
   <!ENTITY cmake-download-http 
"http://www.cmake.org/files/v&cmake-major-version;/cmake-&cmake-version;.tar.gz";>
   <!ENTITY cmake-download-ftp  " ">
-  <!ENTITY cmake-md5sum        "0ae4f25dbec66697c0c3cec1b9e885ae">
+  <!ENTITY cmake-md5sum        "75f61184aa70664bc7b3158293950f04">
   <!ENTITY cmake-size          "5.7 MB">
-  <!ENTITY cmake-buildsize     "0.3 GB (additional 250 MB for tests)">
-  <!ENTITY cmake-time          "2.0 SBU (additional 7.1 SBU for tests)">
+  <!ENTITY cmake-buildsize     "259 MB (additional 245 MB for tests)">
+  <!ENTITY cmake-time          "1.9 SBU (additional 1.9 SBU for tests, with 
paralelism=4)">
 ]>
 
 <sect1 id="cmake" xreflabel="CMake-&cmake-version;">
@@ -113,11 +113,15 @@
 <screen><userinput>./bootstrap --prefix=/usr       \
             --system-libs       \
             --mandir=/share/man \
-            --docdir=/share/doc/cmake-&cmake-version;   &amp;&amp;
+            --docdir=/share/doc/cmake-&cmake-version; &amp;&amp;
 make</userinput></screen>
 
     <para>
-      To test the results, issue: <command>bin/ctest</command>.
+      To test the results, issue: <command>bin/ctest
+      -j<replaceable>&lt;N&gt;</replaceable> -O
+      ../cmake-&cmake-version;-test.log</command>, where
+      <replaceable>&lt;N&gt;</replaceable> is an integer between 1 and the
+      number of threads of your processor, inclusive.
       <!-- Please, don't remove this comment, needed if tests start to fail
       again. If you want to investigate a problem with a given "problem1-test",
       use <command>bin/ctest -R "problem1-test"</command> and, to omit it, use

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Fri Feb  6 22:52:34 
2015        (r15464)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Sat Feb  7 07:18:18 
2015        (r15465)
@@ -45,6 +45,16 @@
 -->
 
     <listitem>
+      <para>February 7th, 2015</para>
+      <itemizedlist>
+        <listitem>
+          <para>[fernando] - Update to cmake-3.1.2. Fixes
+          <ulink url="&blfs-ticket-root;6119">#6119</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>February 6th, 2015</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Fri Feb  6 22:52:34 2015        (r15464)
+++ trunk/BOOK/packages.ent     Sat Feb  7 07:18:18 2015        (r15465)
@@ -246,7 +246,7 @@
 <!ENTITY check-version                "0.9.14">
 <!ENTITY clisp-version                "2.49">
 <!ENTITY cmake-major-version          "3.1">
-<!ENTITY cmake-minor-version          "1">
+<!ENTITY cmake-minor-version          "2">
 <!ENTITY cmake-version                
"&cmake-major-version;.&cmake-minor-version;">
 <!ENTITY cvs-version                  "1.11.23">
 <!ENTITY dejagnu-version              "1.5.2">

Modified: trunk/BOOK/xsoft/graphweb/firefox.xml
==============================================================================
--- trunk/BOOK/xsoft/graphweb/firefox.xml       Fri Feb  6 22:52:34 2015        
(r15464)
+++ trunk/BOOK/xsoft/graphweb/firefox.xml       Sat Feb  7 07:18:18 2015        
(r15465)
@@ -255,7 +255,7 @@
 make -f client.mk</userinput></screen>
 
     <para>
-      where <replaceable>&lt;number&gt;</replaceable> is a integer between 1
+      where <replaceable>&lt;number&gt;</replaceable> is an integer between 1
       and the number of threads of your processor, inclusive. The variable
       <envar>MOZ_MAKE_FLAGS</envar> governs the number of parallel processes
       used by <command>make</command>. If it is not defined, the compilation
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to