Changeset 54fd602 in clfs-sysroot


Ignore:
Timestamp:
Mar 15, 2009, 9:17:44 AM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
35f9c2f
Parents:
24b6214
Message:

Updated MPFR to 2.4.1.
Fix typo in KBD url.

Files:
1 added
6 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/common/mpfr.xml

    r24b6214 r54fd602  
    2222  <sect2 role="installation">
    2323    <title>Installation of MPFR</title>
     24
     25    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     26    href="../../final-system/common/mpfr.xml"
     27    xpointer="xpointer(//*[@os='p1'])"/>
     28
     29    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     30    href="../../final-system/common/mpfr.xml"
     31    xpointer="xpointer(//*[@os='p2'])"/>
    2432
    2533    <para os="a">Prepare MPFR for compilation:</para>
  • BOOK/final-system/common/mpfr.xml

    r24b6214 r54fd602  
    2626  <sect2 role="installation">
    2727    <title>Installation of MPFR</title>
     28
     29    <para os="p1">The following patch contains a number of updates to the
     30    &mpfr-version; branch by the MPFR developers:</para>
     31
     32<screen os="p2"><userinput>patch -Np1 -i ../&mpfr-branch_update-patch;</userinput></screen>
    2833
    2934    <para os="a">Prepare MPFR for compilation:</para>
  • BOOK/introduction/common/changelog.xml

    r24b6214 r54fd602  
    4040      <para>March 15, 2009</para>
    4141      <itemizedlist>
     42        <listitem>
     43          <para>[jciccone] - Updated MPFR to 2.4.1 and added branch update patch.</para>
     44        </listitem>
    4245        <listitem>
    4346          <para>[jciccone] - Updated Bash to 4.0.</para>
  • BOOK/materials/common/patches.xml

    r24b6214 r54fd602  
    137137
    138138    <varlistentry>
     139      <term>MPFR Branch Update Patch - <token>&mpfr-branch_update-patch-size;</token>:</term>
     140      <listitem>
     141        <para>Download: <ulink
     142        url="&patches-root;&mpfr-branch_update-patch;"/></para>
     143        <para>MD5 sum: <literal>&mpfr-branch_update-patch-md5;</literal></para>
     144      </listitem>
     145    </varlistentry>
     146
     147    <varlistentry>
    139148      <term>Ncurses Bash Patch - <token>&ncurses-bashfix-patch-size;</token>:</term>
    140149      <listitem>
  • BOOK/packages.ent

    r24b6214 r54fd602  
    162162<!ENTITY kbd-version "1.15">
    163163<!ENTITY kbd-size "1,296 KB">
    164 <!ENTITY kbd-url "ftp://devel.altlinux.org/legion/kbd/kbd-&kbd-version;.tar.gz"
     164<!ENTITY kbd-url "ftp://devel.altlinux.org/legion/kbd/kbd-&kbd-version;.tar.gz">
    165165<!ENTITY kbd-md5 "ba3fd20e6c79e58422c3cc6b28718939">
    166166<!ENTITY kbd-home " ">
     
    210210<!ENTITY man-pages-home "http://www.win.tue.nl/~aeb/linux/man">
    211211
    212 <!ENTITY mpfr-version "2.4.0">
    213 <!ENTITY mpfr-size "1,040 KB">
    214 <!ENTITY mpfr-dlid "16015">
     212<!ENTITY mpfr-version "2.4.1">
     213<!ENTITY mpfr-size "1,039 KB">
     214<!ENTITY mpfr-dlid "18439">
    215215<!ENTITY mpfr-url "http://gforge.inria.fr/frs/download.php/&mpfr-dlid;/mpfr-&mpfr-version;.tar.bz2">
    216216<!ENTITY mpfr-md5 "f5916d785d4f7e7282057f6a3ebff9ce">
  • BOOK/patches.ent

    r24b6214 r54fd602  
    5757<!ENTITY man-i18n-patch-size "12 KB">
    5858
     59<!ENTITY mpfr-branch_update-patch "mpfr-&mpfr-version;-branch_update-1.patch">
     60<!ENTITY mpfr-branch_update-patch-md5 "45b649ee8fe4ad885bbef5386df84bcf">
     61<!ENTITY mpfr-branch_update-patch-size "3 KB">
     62
    5963<!ENTITY ncurses-bashfix-patch "ncurses-&ncurses-version;-bash_fix-1.patch">
    6064<!ENTITY ncurses-bashfix-patch-md5 "c6f7f2ab0ebaf7721ebeb266641352db">
Note: See TracChangeset for help on using the changeset viewer.