complibs/mpfr: add latest version 2.4.2
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed Jan 06 18:42:41 2010 +0100 (2010-01-06)
changeset 1696f04fb2d52023
parent 1695 a86fcf9e4fcd
child 1697 68c3ca03e3b9
complibs/mpfr: add latest version 2.4.2

Note: the MPFR site happens to be down at the time I wrote
this message, and happens to be down quite often.

Once it's back up'n'runnin', I'll mirror as much as possible
the MPFR tarballs on my site, but in the meantime, you'll
have to handle it by yourself (patience...).
config/companion_libs/mpfr.in
     1.1 --- a/config/companion_libs/mpfr.in	Wed Jan 06 18:40:08 2010 +0100
     1.2 +++ b/config/companion_libs/mpfr.in	Wed Jan 06 18:42:41 2010 +0100
     1.3 @@ -6,6 +6,11 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config MPFR_V_2_4_2
     1.8 +    bool
     1.9 +    prompt "2.4.2 (EXPERIMENTAL)"
    1.10 +    depends on EXPERIMENTAL
    1.11 +
    1.12  config MPFR_V_2_4_1
    1.13      bool
    1.14      prompt "2.4.1"
    1.15 @@ -30,6 +35,7 @@
    1.16      string
    1.17  # Don't remove next line
    1.18  # CT_INSERT_VERSION_STRING_BELOW
    1.19 +    default "2.4.2" if MPFR_V_2_4_2
    1.20      default "2.4.1" if MPFR_V_2_4_1
    1.21      default "2.4.0" if MPFR_V_2_4_0
    1.22      default "2.3.2" if MPFR_V_2_3_2