Changeset 815b82d4


Ignore:
Timestamp:
09/29/2011 06:34:07 PM (13 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
c5a7cf6
Parents:
6d8e177
Message:

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r6d8e177 r815b82d4  
    3737
    3838-->
     39    <listitem>
     40      <para>2011-09-29</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[matthew] - Add a patch to correct several bugs in MPFR.  Fixes
     44          <ulink url="&lfs-ticket-root;2918">#2918</ulink>.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
     48
    3949    <listitem>
    4050      <para>2011-09-26</para>
  • chapter01/whatsnew.xml

    r6d8e177 r815b82d4  
    259259    </listitem>
    260260    <listitem>
     261      <para>&mpfr-fixes-patch;</para>
     262    </listitem>
     263    <listitem>
    261264      <para>PCRE-&pcre-version;</para>
    262265    </listitem>
  • chapter03/patches.xml

    r6d8e177 r815b82d4  
    125125
    126126    <varlistentry>
     127      <term>MPFR Fixes Patch - <token>&kbd-backspace-patch-size;</token>:</term>
     128      <listitem>
     129        <para>Download: <ulink url="&patches-root;&mpfr-fixes-patch;"/></para>
     130        <para>MD5 sum: <literal>&mpfr-fixes-patch-md5;</literal></para>
     131      </listitem>
     132    </varlistentry>
     133
     134    <varlistentry>
    127135      <term>Patch Testsuite Fix Patch - <token>&patch-test-patch-size;</token>:</term>
    128136      <listitem>
  • chapter05/mpfr.xml

    r6d8e177 r815b82d4  
    4444    <title>Installation of MPFR</title>
    4545
     46    <para>Apply a patch to fix a few bugs in MPFR:</para>
     47
     48<screen><userinput remap="pre">patch -Np1 -i ../&mpfr-fixes-patch;</userinput></screen>
     49
    4650    <para>Prepare MPFR for compilation:</para>
    4751
  • chapter06/mpfr.xml

    r6d8e177 r815b82d4  
    4141  <sect2 role="installation">
    4242    <title>Installation of MPFR</title>
     43
     44    <para>Apply a patch to fix a few bugs in MPFR:</para>
     45
     46<screen><userinput remap="pre">patch -Np1 -i ../&mpfr-fixes-patch;</userinput></screen>
    4347
    4448    <para>Prepare MPFR for compilation:</para>
  • general.ent

    r6d8e177 r815b82d4  
    1 <!ENTITY version "SVN-20110926">
    2 <!ENTITY releasedate "Sep 26, 2011">
     1<!ENTITY version "SVN-20110929">
     2<!ENTITY releasedate "Sep 29, 2011">
    33<!ENTITY copyrightdate "1999-2011"><!-- jhalfs needs a literal dash, not &ndash; -->
    44<!ENTITY milestone "7.0">
  • patches.ent

    r6d8e177 r815b82d4  
    6868
    6969
     70<!ENTITY mpfr-fixes-patch "mpfr-&mpfr-version;-fixes-1.patch">
     71<!ENTITY mpfr-fixes-patch-md5 "66305450989c2633b9346900e9a5d9a3">
     72<!ENTITY mpfr-fixes-patch-size "9 KB">
     73
     74
    7075<!ENTITY patch-test-patch "patch-&patch-version;-test_fix-1.patch">
    7176<!ENTITY patch-test-patch-md5 "c51e1a95bfc5310635d05081472c3534">
Note: See TracChangeset for help on using the changeset viewer.