aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2015-08-25 17:42:28 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2015-08-25 17:42:28 +0000
commit3a964dbb0b595f3aa0f038377ba7b8d40b6458d8 (patch)
treee5ff9fb59bbb631b194e03fb6fe8f4903b349d1f
parent6fc168bc2ec30f8703e507692fa34424887efc01 (diff)
Add MPFR upstream fixes patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10942 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml11
-rw-r--r--chapter01/whatsnew.xml4
-rw-r--r--chapter03/patches.xml8
-rw-r--r--chapter06/mpfr.xml6
-rw-r--r--patches.ent4
5 files changed, 29 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index bf8605f63..f25cac66d 100644
--- a/chapter01/changelog.xml
+++ b/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
diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml
index b25d822f0..10c65e579 100644
--- a/chapter01/whatsnew.xml
+++ b/chapter01/whatsnew.xml
@@ -253,6 +253,10 @@
</listitem>
<listitem>
+ <para>&mpfr-upstream-patch;</para>
+ </listitem>
+
+ <listitem>
<para>Tcl-core-&tcl-version;</para>
</listitem>
diff --git a/chapter03/patches.xml b/chapter03/patches.xml
index fe94e4dd3..7c07161bb 100644
--- a/chapter03/patches.xml
+++ b/chapter03/patches.xml
@@ -75,6 +75,14 @@
</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>
<para>Download: <ulink url="&patches-root;&readline-fixes-patch;"/></para>
diff --git a/chapter06/mpfr.xml b/chapter06/mpfr.xml
index 597df4d65..8da91cb47 100644
--- a/chapter06/mpfr.xml
+++ b/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 \
diff --git a/patches.ent b/patches.ent
index 757e042f8..89dbf8a51 100644
--- a/patches.ent
+++ b/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">