Author: matthew
Date: 2011-12-23 12:03:08 -0700 (Fri, 23 Dec 2011)
New Revision: 9691
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter01/whatsnew.xml
trunk/BOOK/chapter03/patches.xml
trunk/BOOK/chapter05/mpfr.xml
trunk/BOOK/chapter06/mpfr.xml
trunk/BOOK/general.ent
trunk/BOOK/patches.ent
Log:
Add upstream patches for MPFR. Fixes #2983.
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2011-12-22 11:18:15 UTC (rev 9690)
+++ trunk/BOOK/chapter01/changelog.xml 2011-12-23 19:03:08 UTC (rev 9691)
@@ -37,6 +37,16 @@
-->
<listitem>
+ <para>2011-12-22</para>
+ <itemizedlist>
+ <listitem>
+ <para>[matthew] - Add upstream patches for MPFR. Fixes
+ <ulink url="&lfs-ticket-root;2983">#2983</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2011-12-10</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/chapter01/whatsnew.xml
===================================================================
--- trunk/BOOK/chapter01/whatsnew.xml 2011-12-22 11:18:15 UTC (rev 9690)
+++ trunk/BOOK/chapter01/whatsnew.xml 2011-12-23 19:03:08 UTC (rev 9691)
@@ -219,19 +219,15 @@
</itemizedlist>-->
- <!--<itemizedlist>
+ <itemizedlist>
<title>Added:</title>
<listitem>
- <para>&bash-fixes-patch;</para>
+ <para>&mpfr-fixes-patch;</para>
</listitem>
- <listitem>
- <para>&perl-security-patch;</para>
- </listitem>
+ </itemizedlist>
- </itemizedlist>-->
-
<itemizedlist>
<title>Removed:</title>
Modified: trunk/BOOK/chapter03/patches.xml
===================================================================
--- trunk/BOOK/chapter03/patches.xml 2011-12-22 11:18:15 UTC (rev 9690)
+++ trunk/BOOK/chapter03/patches.xml 2011-12-23 19:03:08 UTC (rev 9691)
@@ -140,6 +140,14 @@
</varlistentry>
<varlistentry>
+ <term>MPFR Fixes Patch - <token>&mpfr-fixes-patch-size;</token>:</term>
+ <listitem>
+ <para>Download: <ulink url="&patches-root;&mpfr-fixes-patch;"/></para>
+ <para>MD5 sum: <literal>&mpfr-fixes-patch-md5;</literal></para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term>Patch Testsuite Fix Patch -
<token>&patch-test-patch-size;</token>:</term>
<listitem>
<para>Download: <ulink url="&patches-root;&patch-test-patch;"/></para>
Modified: trunk/BOOK/chapter05/mpfr.xml
===================================================================
--- trunk/BOOK/chapter05/mpfr.xml 2011-12-22 11:18:15 UTC (rev 9690)
+++ trunk/BOOK/chapter05/mpfr.xml 2011-12-23 19:03:08 UTC (rev 9691)
@@ -43,6 +43,10 @@
<sect2 role="installation">
<title>Installation of MPFR</title>
+ <para>Apply a patch that fixes a number of bugs in
MPFR-&mpfr-version;</para>
+
+<screen><userinput remap="pre">patch -Np1 -i
../&mpfr-fixes-patch;</userinput></screen>
+
<para>Prepare MPFR for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/tools
--enable-thread-safe</userinput></screen>
Modified: trunk/BOOK/chapter06/mpfr.xml
===================================================================
--- trunk/BOOK/chapter06/mpfr.xml 2011-12-22 11:18:15 UTC (rev 9690)
+++ trunk/BOOK/chapter06/mpfr.xml 2011-12-23 19:03:08 UTC (rev 9691)
@@ -41,6 +41,10 @@
<sect2 role="installation">
<title>Installation of MPFR</title>
+ <para>Apply a patch that fixes a number of bugs in
MPFR-&mpfr-version;</para>
+
+<screen><userinput remap="pre">patch -Np1 -i
../&mpfr-fixes-patch;</userinput></screen>
+
<para>Prepare MPFR for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr
--enable-thread-safe \
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2011-12-22 11:18:15 UTC (rev 9690)
+++ trunk/BOOK/general.ent 2011-12-23 19:03:08 UTC (rev 9691)
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20111210">
-<!ENTITY releasedate "Dec 10, 2011">
+<!ENTITY version "SVN-20111223">
+<!ENTITY releasedate "Dec 23, 2011">
<!ENTITY copyrightdate "1999-2011"><!-- jhalfs needs a literal dash, not
– -->
<!ENTITY milestone "7.1">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or
"x.y[-pre{x}]" -->
Modified: trunk/BOOK/patches.ent
===================================================================
--- trunk/BOOK/patches.ent 2011-12-22 11:18:15 UTC (rev 9690)
+++ trunk/BOOK/patches.ent 2011-12-23 19:03:08 UTC (rev 9691)
@@ -75,6 +75,11 @@
<!ENTITY module-init-tools-man-patch-size "44 KB">
+<!ENTITY mpfr-fixes-patch "mpfr-&mpfr-version;-fixes-1.patch">
+<!ENTITY mpfr-fixes-patch-md5 "6a1a0be6f2326e237ce27a0254e360a5">
+<!ENTITY mpfr-fixes-patch-size "17 KB">
+
+
<!ENTITY patch-test-patch "patch-&patch-version;-test_fix-1.patch">
<!ENTITY patch-test-patch-md5 "c51e1a95bfc5310635d05081472c3534">
<!ENTITY patch-test-patch-size "1 KB">
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page