Author: thomas
Date: Tue Nov 24 03:18:03 2020
New Revision: 23929

Log:
Add patch to cmake-3.19.0

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/prog/cmake.xml
   trunk/BOOK/introduction/welcome/changelog.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Mon Nov 23 09:54:07 2020        (r23928)
+++ trunk/BOOK/general.ent      Tue Nov 24 03:18:03 2020        (r23929)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "22">                   <!-- Always 2 digits -->
+<!ENTITY day          "24">                   <!-- Always 2 digits -->
 <!ENTITY month        "11">                   <!-- Always 2 digits -->
 <!ENTITY year         "2020">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "November 22nd, &year;">
+<!ENTITY releasedate  "November 24th, &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   Mon Nov 23 09:54:07 2020        (r23928)
+++ trunk/BOOK/general/prog/cmake.xml   Tue Nov 24 03:18:03 2020        (r23929)
@@ -74,17 +74,17 @@
       </listitem>
     </itemizedlist>
 
-<!--
+<!-- -->
     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     <itemizedlist spacing="compact">
       <listitem>
         <para>
           Required patch:
-          <ulink 
url="&patch-root;/cmake-&cmake-version;-regression_fix-1.patch"/>
+          <ulink 
url="&patch-root;/cmake-&cmake-version;-src_property_fix-1.patch"/>
         </para>
       </listitem>
     </itemizedlist>
--->
+<!-- -->
 
     <bridgehead renderas="sect3">CMake Dependencies</bridgehead>
 
@@ -117,13 +117,13 @@
   <sect2 role="installation">
     <title>Installation of CMake</title>
 
- <!-- This patch was applied in 3.18.1!
+ <!-- This patch might be included in 3.19.1 and higher -->
     <para>
-      First, fix a regression that was discovered after the release of 3.18.0:
+      First, fix a regression that was discovered after the release of 3.19.0:
     </para>
 
-<screen><userinput remap="pre">patch -Np1 -i 
../cmake-&cmake-version;-regression_fix-1.patch</userinput></screen>
--->
+<screen><userinput remap="pre">patch -Np1 -i 
../cmake-&cmake-version;-src_property_fix-1.patch</userinput></screen>
+<!-- -->
 
     <para>
       Install <application>CMake</application> by running the following

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Mon Nov 23 09:54:07 
2020        (r23928)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Tue Nov 24 03:18:03 
2020        (r23929)
@@ -42,6 +42,16 @@
     </listitem>
     -->
     <listitem>
+      <para>November 24th, 2020</para>
+      <itemizedlist>
+        <listitem>
+          <para>[thomas] - Add a patch to cmake-3.19.0.
+            Thanks to Pierre for finding it.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>November 22nd, 2020</para>
       <itemizedlist>
         <listitem>
-- 
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