Browse Source

Add MPFR upstream fixes patch

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10942 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 9 years ago
parent
commit
3a964dbb0b
5 changed files with 29 additions and 4 deletions
  1. 10 1
      chapter01/changelog.xml
  2. 4 0
      chapter01/whatsnew.xml
  3. 8 0
      chapter03/patches.xml
  4. 3 3
      chapter06/mpfr.xml
  5. 4 0
      patches.ent

+ 10 - 1
chapter01/changelog.xml

@@ -37,7 +37,16 @@
 -->
 
     <listitem>
-      <para>2015-08-11</para>
+      <para>2015-08-25</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Add MPFR upstream fixes.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
+      <para>2015-08-23</para>
       <itemizedlist>
         <listitem>
           <para>[bdubbs] - Update to libpipeline-1.4.1. Fixes

+ 4 - 0
chapter01/whatsnew.xml

@@ -252,6 +252,10 @@
       <para>&glibc-upstream-patch;</para>
     </listitem>
 
+    <listitem>
+      <para>&mpfr-upstream-patch;</para>
+    </listitem>
+
     <listitem>
       <para>Tcl-core-&tcl-version;</para>
     </listitem>

+ 8 - 0
chapter03/patches.xml

@@ -74,6 +74,14 @@
       </listitem>
     </varlistentry>
 
+    <varlistentry>
+      <term>MPFR Upstream Fixes Patch - <token>&mpfr-upstream-patch-size;</token>:</term>
+      <listitem>
+        <para>Download: <ulink url="&patches-root;&mpfr-upstream-patch;"/></para>
+        <para>MD5 sum: <literal>&mpfr-upstream-patch-md5;</literal></para>
+      </listitem>
+    </varlistentry>
+
     <varlistentry>
       <term>Readline Upstream Fixes Patch - <token>&readline-fixes-patch-size;</token>:</term>
       <listitem>

+ 3 - 3
chapter06/mpfr.xml

@@ -40,12 +40,12 @@
 
   <sect2 role="installation">
     <title>Installation of MPFR</title>
-<!--
+
     <para>First, apply the following patch to fix various bugs that have been
     addressed upstream:</para>
 
-<screen><userinput remap="pre">patch -Np1 -i ../&mpfr-fixes-patch;</userinput></screen>
--->
+<screen><userinput remap="pre">patch -Np1 -i ../&mpfr-upstream-patch;</userinput></screen>
+
     <para>Prepare MPFR for compilation:</para>
 
 <screen><userinput remap="configure">./configure --prefix=/usr        \

+ 4 - 0
patches.ent

@@ -30,6 +30,10 @@
 <!ENTITY kbd-backspace-patch-md5 "f75cca16a38da6caa7d52151f7136895">
 <!ENTITY kbd-backspace-patch-size "12 KB">
 
+<!ENTITY mpfr-upstream-patch "mpfr-&mpfr-version;-upstream_fixes-1.patch">
+<!ENTITY mpfr-upstream-patch-md5 "2044abd90351861311c9aafcfb0ce864">
+<!ENTITY mpfr-upstream-patch-size "81 KB">
+
 <!ENTITY readline-fixes-patch "readline-&readline-version;-upstream_fixes-3.patch">
 <!ENTITY readline-fixes-patch-md5 "6b0d9f4e79319d56a7fee9b35e5cfd1b">
 <!ENTITY readline-fixes-patch-size "8 KB">