Changeset 3a964db


Ignore:
Timestamp:
08/25/2015 05:42:28 PM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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, 7.10, 7.10-rc1, 7.8, 7.8-rc1, 7.9, 7.9-rc1, 7.9-rc2, 8.0, 8.0-rc1, 8.1, 8.1-rc1, 8.1-rc2, 8.2, 8.2-rc1, 8.3, 8.3-rc1, 8.3-rc2, 8.4, 8.4-rc1, 9.0, 9.0-rc1, 9.1, 9.1-rc1, BOOK.old, arm, bdubbs/gcc13, cross-chap5, ml-11.0, multilib, nosym, old-trunk, s6-init, trunk, xry111/arm64, xry111/clfs-ng, xry111/git-transition, xry111/glibc-2.34, xry111/glibc-2.37, xry111/kcfg-revise, xry111/lfs-next, xry111/pip3, xry111/queue-11.3, xry111/rust-wip-20221008, xry111/tester-nohack, xry111/usr-move
Children:
7380c3a
Parents:
6fc168b
Message:

Add MPFR upstream fixes patch

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r6fc168b r3a964db  
    3838
    3939    <listitem>
    40       <para>2015-08-11</para>
     40      <para>2015-08-25</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[bdubbs] - Add MPFR upstream fixes.</para>
     44        </listitem>
     45      </itemizedlist>
     46    </listitem>
     47
     48    <listitem>
     49      <para>2015-08-23</para>
    4150      <itemizedlist>
    4251        <listitem>
  • chapter01/whatsnew.xml

    r6fc168b r3a964db  
    254254
    255255    <listitem>
     256      <para>&mpfr-upstream-patch;</para>
     257    </listitem>
     258
     259    <listitem>
    256260      <para>Tcl-core-&tcl-version;</para>
    257261    </listitem>
  • chapter03/patches.xml

    r6fc168b r3a964db  
    7676
    7777    <varlistentry>
     78      <term>MPFR Upstream Fixes Patch - <token>&mpfr-upstream-patch-size;</token>:</term>
     79      <listitem>
     80        <para>Download: <ulink url="&patches-root;&mpfr-upstream-patch;"/></para>
     81        <para>MD5 sum: <literal>&mpfr-upstream-patch-md5;</literal></para>
     82      </listitem>
     83    </varlistentry>
     84
     85    <varlistentry>
    7886      <term>Readline Upstream Fixes Patch - <token>&readline-fixes-patch-size;</token>:</term>
    7987      <listitem>
  • chapter06/mpfr.xml

    r6fc168b r3a964db  
    4141  <sect2 role="installation">
    4242    <title>Installation of MPFR</title>
    43 <!--
     43
    4444    <para>First, apply the following patch to fix various bugs that have been
    4545    addressed upstream:</para>
    4646
    47 <screen><userinput remap="pre">patch -Np1 -i ../&mpfr-fixes-patch;</userinput></screen>
    48 -->
     47<screen><userinput remap="pre">patch -Np1 -i ../&mpfr-upstream-patch;</userinput></screen>
     48
    4949    <para>Prepare MPFR for compilation:</para>
    5050
  • patches.ent

    r6fc168b r3a964db  
    3131<!ENTITY kbd-backspace-patch-size "12 KB">
    3232
     33<!ENTITY mpfr-upstream-patch "mpfr-&mpfr-version;-upstream_fixes-1.patch">
     34<!ENTITY mpfr-upstream-patch-md5 "2044abd90351861311c9aafcfb0ce864">
     35<!ENTITY mpfr-upstream-patch-size "81 KB">
     36
    3337<!ENTITY readline-fixes-patch "readline-&readline-version;-upstream_fixes-3.patch">
    3438<!ENTITY readline-fixes-patch-md5 "6b0d9f4e79319d56a7fee9b35e5cfd1b">
Note: See TracChangeset for help on using the changeset viewer.