Add a patch to fix several bugs in MPFR. Fixes #2918.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9605 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2011-09-29 18:34:07 +00:00
parent 6d8e177ab9
commit 815b82d4e8
7 changed files with 36 additions and 2 deletions

View File

@ -36,6 +36,16 @@
</listitem>
-->
<listitem>
<para>2011-09-29</para>
<itemizedlist>
<listitem>
<para>[matthew] - Add a patch to correct several bugs in MPFR. Fixes
<ulink url="&lfs-ticket-root;2918">#2918</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>2011-09-26</para>
<itemizedlist>

View File

@ -257,6 +257,9 @@
<listitem>
<para>libpipeline-&libpipeline-version;</para>
</listitem>
<listitem>
<para>&mpfr-fixes-patch;</para>
</listitem>
<listitem>
<para>PCRE-&pcre-version;</para>
</listitem>

View File

@ -123,6 +123,14 @@
</listitem>
</varlistentry>
<varlistentry>
<term>MPFR Fixes Patch - <token>&kbd-backspace-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>

View File

@ -43,6 +43,10 @@
<sect2 role="installation">
<title>Installation of MPFR</title>
<para>Apply a patch to fix a few bugs in MPFR:</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>

View File

@ -41,6 +41,10 @@
<sect2 role="installation">
<title>Installation of MPFR</title>
<para>Apply a patch to fix a few bugs in MPFR:</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 \

View File

@ -1,5 +1,5 @@
<!ENTITY version "SVN-20110926">
<!ENTITY releasedate "Sep 26, 2011">
<!ENTITY version "SVN-20110929">
<!ENTITY releasedate "Sep 29, 2011">
<!ENTITY copyrightdate "1999-2011"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.0">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->

View File

@ -67,6 +67,11 @@
<!ENTITY kbd-backspace-patch-size "12 KB">
<!ENTITY mpfr-fixes-patch "mpfr-&mpfr-version;-fixes-1.patch">
<!ENTITY mpfr-fixes-patch-md5 "66305450989c2633b9346900e9a5d9a3">
<!ENTITY mpfr-fixes-patch-size "9 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">