Changeset 4aff396


Ignore:
Timestamp:
07/13/2012 07:54:26 PM (12 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.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:
8c4af26
Parents:
19b3521
Message:

Upgrade to MPFR-3.1.1. Fixes #3133.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9903 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
9 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r19b3521 r4aff396  
    4141      <para>2012-07-13</para>
    4242      <itemizedlist>
     43         <listitem>
     44           <para>[matthew] - Upgrade to MPFR-3.1.1. Fixes
     45           <ulink url="&lfs-ticket-root;3133">#3133</ulink>.</para>
     46         </listitem>
    4347         <listitem>
    4448           <para>[matthew] - Upgrade to Grep-2.13. Fixes
  • chapter01/whatsnew.xml

    r19b3521 r4aff396  
    146146      <para>MPC &mpc-version;</para>
    147147    </listitem>-->
    148     <!--<listitem>
     148    <listitem>
    149149      <para>MPFR &mpfr-version;</para>
    150     </listitem>-->
     150    </listitem>
    151151    <!--<listitem>
    152152      <para>Ncurses &ncurses-version;</para>
     
    298298
    299299    <listitem>
     300      <para>mpfr-3.1.0-fixes-1.patch</para>
     301    </listitem>
     302
     303    <listitem>
    300304      <para>perl-5.14.2-libc-1.patch</para>
    301305    </listitem>
  • chapter03/patches.xml

    r19b3521 r4aff396  
    117117
    118118    <varlistentry>
    119       <term>MPFR Fixes Patch - <token>&mpfr-fixes-patch-size;</token>:</term>
    120       <listitem>
    121         <para>Download: <ulink url="&patches-root;&mpfr-fixes-patch;"/></para>
    122         <para>MD5 sum: <literal>&mpfr-fixes-patch-md5;</literal></para>
    123       </listitem>
    124     </varlistentry>
    125 
    126     <varlistentry>
    127119      <term>Patch Testsuite Fix Patch - <token>&patch-test-patch-size;</token>:</term>
    128120      <listitem>
  • chapter05/gcc-pass1.xml

    r19b3521 r4aff396  
    5656    proceed with the instructions below.</para></note>
    5757
    58 <screen><userinput remap="pre">tar -jxf ../mpfr-&mpfr-version;.tar.bz2
     58<screen><userinput remap="pre">tar -Jxf ../mpfr-&mpfr-version;.tar.xz
    5959mv -v mpfr-&mpfr-version; mpfr
    6060tar -Jxf ../gmp-&gmp-version;.tar.xz
  • chapter05/gcc-pass2.xml

    r19b3521 r4aff396  
    9191    names:</para>
    9292
    93 <screen><userinput remap="pre">tar -jxf ../mpfr-&mpfr-version;.tar.bz2
     93<screen><userinput remap="pre">tar -Jxf ../mpfr-&mpfr-version;.tar.xz
    9494mv -v mpfr-&mpfr-version; mpfr
    9595tar -Jxf ../gmp-&gmp-version;.tar.xz
  • chapter05/mpfr.xml

    r19b3521 r4aff396  
    4444    <title>Installation of MPFR</title>
    4545
    46     <para>Apply a patch that fixes a number of bugs in MPFR-&mpfr-version;</para>
    47 
    48 <screen><userinput remap="pre">patch -Np1 -i ../&mpfr-fixes-patch;</userinput></screen>
    49 
    5046    <para>Prepare MPFR for compilation:</para>
    5147
  • chapter06/mpfr.xml

    r19b3521 r4aff396  
    4141  <sect2 role="installation">
    4242    <title>Installation of MPFR</title>
    43 
    44     <para>Apply a patch that fixes a number of bugs in MPFR-&mpfr-version;</para>
    45 
    46 <screen><userinput remap="pre">patch -Np1 -i ../&mpfr-fixes-patch;</userinput></screen>
    4743
    4844    <para>Prepare MPFR for compilation:</para>
  • packages.ent

    r19b3521 r4aff396  
    390390<!ENTITY mpc-ch6-sbu "0.3 SBU">
    391391
    392 <!ENTITY mpfr-version "3.1.0">
    393 <!ENTITY mpfr-size "1,176 KB">
    394 <!ENTITY mpfr-url "http://www.mpfr.org/mpfr-&mpfr-version;/mpfr-&mpfr-version;.tar.bz2">
    395 <!ENTITY mpfr-md5 "238ae4a15cc3a5049b723daef5d17938">
     392<!ENTITY mpfr-version "3.1.1">
     393<!ENTITY mpfr-size "1,047 KB">
     394<!ENTITY mpfr-url "http://www.mpfr.org/mpfr-&mpfr-version;/mpfr-&mpfr-version;.tar.xz">
     395<!ENTITY mpfr-md5 "91d51c41fcf2799e4ee7a7126fc95c17">
    396396<!ENTITY mpfr-home "http://www.mpfr.org/">
    397397<!ENTITY mpfr-ch5-du "27.1 MB">
  • patches.ent

    r19b3521 r4aff396  
    7171
    7272
    73 <!ENTITY mpfr-fixes-patch "mpfr-&mpfr-version;-fixes-1.patch">
    74 <!ENTITY mpfr-fixes-patch-md5 "6a1a0be6f2326e237ce27a0254e360a5">
    75 <!ENTITY mpfr-fixes-patch-size "17 KB">
    76 
    77 
    7873<!ENTITY patch-test-patch "patch-&patch-version;-test_fix-1.patch">
    7974<!ENTITY patch-test-patch-md5 "c51e1a95bfc5310635d05081472c3534">
Note: See TracChangeset for help on using the changeset viewer.