[Clfs-commits] commit: r4342 - in /trunk: BOOK/ BOOK/cross-tools/common/ BOOK/final-system/common/ BOOK/final-system/multilib/ BOOK/introduction/common/ BOOK/materials/common/ BOOK/temp-system/64/ BOOK/temp-system/common/ BOOK/temp-system/multilib/ BOOK/temp-system/native/ BOOK/temp-system/native64/ patches/

svn at cross-lfs.org svn at cross-lfs.org
Mon Jan 5 03:36:31 PST 2009


Author: jim
Date: Mon Jan  5 11:36:30 2009
New Revision: 4342

Log:
Added: MPFR Branch Update Patch

Added:
    trunk/patches/mpfr-2.3.2-branch_update-1.patch
Modified:
    trunk/BOOK/cross-tools/common/mpfr.xml
    trunk/BOOK/final-system/common/mpfr.xml
    trunk/BOOK/final-system/multilib/mpfr.xml
    trunk/BOOK/introduction/common/changelog.xml
    trunk/BOOK/materials/common/patches.xml
    trunk/BOOK/patches.ent
    trunk/BOOK/temp-system/64/mpfr.xml
    trunk/BOOK/temp-system/common/mpfr.xml
    trunk/BOOK/temp-system/multilib/mpfr.xml
    trunk/BOOK/temp-system/native/mpfr.xml
    trunk/BOOK/temp-system/native64/mpfr.xml

Modified: trunk/BOOK/cross-tools/common/mpfr.xml
==============================================================================
--- trunk/BOOK/cross-tools/common/mpfr.xml (original)
+++ trunk/BOOK/cross-tools/common/mpfr.xml Mon Jan  5 11:36:30 2009
@@ -21,6 +21,14 @@
 
   <sect2 role="installation">
     <title>Installation of MPFR</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../final-system/common/mpfr.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../final-system/common/mpfr.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <para os="a">Prepare MPFR for compilation:</para>
 

Modified: trunk/BOOK/final-system/common/mpfr.xml
==============================================================================
--- trunk/BOOK/final-system/common/mpfr.xml (original)
+++ trunk/BOOK/final-system/common/mpfr.xml Mon Jan  5 11:36:30 2009
@@ -25,6 +25,11 @@
 
   <sect2 role="installation">
     <title>Installation of MPFR</title>
+
+    <para os="p1">The following patch contains a number of updates to the
+    &mpfr-version; branch by the MPFR developers:</para>
+
+<screen os="p2"><userinput>patch -Np1 -i ../&mpfr-branch_update-patch;</userinput></screen>
 
     <para os="a">Prepare MPFR for compilation:</para>
 

Modified: trunk/BOOK/final-system/multilib/mpfr.xml
==============================================================================
--- trunk/BOOK/final-system/multilib/mpfr.xml (original)
+++ trunk/BOOK/final-system/multilib/mpfr.xml Mon Jan  5 11:36:30 2009
@@ -21,6 +21,14 @@
 
   <sect2 role="installation">
     <title>Installation of MPFR</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/mpfr.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/mpfr.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/mpfr.xml"

Modified: trunk/BOOK/introduction/common/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/common/changelog.xml (original)
+++ trunk/BOOK/introduction/common/changelog.xml Mon Jan  5 11:36:30 2009
@@ -35,6 +35,15 @@
       </itemizedlist>
     </listitem>
 -->
+
+    <listitem>
+      <para>January 05, 2009</para>
+      <itemizedlist>
+        <listitem>
+          <para>[Jim] - Added MPFR Branch Update Patch.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
 
     <listitem>
       <para>January 04, 2009</para>

Modified: trunk/BOOK/materials/common/patches.xml
==============================================================================
--- trunk/BOOK/materials/common/patches.xml (original)
+++ trunk/BOOK/materials/common/patches.xml Mon Jan  5 11:36:30 2009
@@ -136,6 +136,15 @@
     </varlistentry>
 
     <varlistentry>
+      <term>MPFR Branch Update Patch - <token>&mpfr-branch_update-patch-size;</token>:</term>
+      <listitem>
+        <para>Download: <ulink
+        url="&patches-root;&mpfr-branch_update-patch;"/></para>
+        <para>MD5 sum: <literal>&mpfr-branch_update-patch-md5;</literal></para>
+      </listitem>
+    </varlistentry>
+
+    <varlistentry>
       <term>Ncurses Bash Patch - <token>&ncurses-bashfix-patch-size;</token>:</term>
       <listitem>
         <para>Download: <ulink

Modified: trunk/BOOK/patches.ent
==============================================================================
--- trunk/BOOK/patches.ent (original)
+++ trunk/BOOK/patches.ent Mon Jan  5 11:36:30 2009
@@ -60,6 +60,10 @@
 <!ENTITY linux-serial-patch-md5 "aa82ce2ee0cd5ab270359a0a2ed89cde">
 <!ENTITY linux-serial-patch-size "4 KB">
 
+<!ENTITY mpfr-branch_update-patch "mpfr-&mpfr-version;-branch_update-1.patch">
+<!ENTITY mpfr-branch_update-patch-md5 "799177f97cae779baad90156bbd3192a">
+<!ENTITY mpfr-branch_update-patch-size "20 KB">
+
 <!ENTITY ncurses-bashfix-patch "ncurses-&ncurses-version;-bash_fix-1.patch">
 <!ENTITY ncurses-bashfix-patch-md5 "c6f7f2ab0ebaf7721ebeb266641352db">
 <!ENTITY ncurses-bashfix-patch-size "4 KB">

Modified: trunk/BOOK/temp-system/64/mpfr.xml
==============================================================================
--- trunk/BOOK/temp-system/64/mpfr.xml (original)
+++ trunk/BOOK/temp-system/64/mpfr.xml Mon Jan  5 11:36:30 2009
@@ -21,6 +21,14 @@
 
   <sect2 role="installation">
     <title>Installation of MPFR</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/mpfr.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/mpfr.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/mpfr.xml"

Modified: trunk/BOOK/temp-system/common/mpfr.xml
==============================================================================
--- trunk/BOOK/temp-system/common/mpfr.xml (original)
+++ trunk/BOOK/temp-system/common/mpfr.xml Mon Jan  5 11:36:30 2009
@@ -21,6 +21,14 @@
 
   <sect2 role="installation">
     <title>Installation of MPFR</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../final-system/common/mpfr.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../final-system/common/mpfr.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <para os="a">Prepare MPFR for compilation:</para>
 

Modified: trunk/BOOK/temp-system/multilib/mpfr.xml
==============================================================================
--- trunk/BOOK/temp-system/multilib/mpfr.xml (original)
+++ trunk/BOOK/temp-system/multilib/mpfr.xml Mon Jan  5 11:36:30 2009
@@ -21,6 +21,14 @@
 
   <sect2 role="installation">
     <title>Installation of MPFR</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/mpfr.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/mpfr.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/mpfr.xml"

Modified: trunk/BOOK/temp-system/native/mpfr.xml
==============================================================================
--- trunk/BOOK/temp-system/native/mpfr.xml (original)
+++ trunk/BOOK/temp-system/native/mpfr.xml Mon Jan  5 11:36:30 2009
@@ -21,6 +21,14 @@
 
   <sect2 role="installation">
     <title>Installation of MPFR</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../final-system/common/mpfr.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../final-system/common/mpfr.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <para os="a">Prepare MPFR for compilation:</para>
 

Modified: trunk/BOOK/temp-system/native64/mpfr.xml
==============================================================================
--- trunk/BOOK/temp-system/native64/mpfr.xml (original)
+++ trunk/BOOK/temp-system/native64/mpfr.xml Mon Jan  5 11:36:30 2009
@@ -21,6 +21,14 @@
 
   <sect2 role="installation">
     <title>Installation of MPFR</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/mpfr.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/mpfr.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/mpfr.xml"




More information about the Clfs-commits mailing list