New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 50566

Show
Ignore:
Timestamp:
05/04/09 10:45:02 (11 months ago)
Author:
mcalhoun@…
Message:

gmp: Update version 4.2.4 -> 4.3.0.
Turn off inlining when using Apple GCC version 4.0 in C99 mode.
Fixes #16634.

Patch file was added in r50567.

Location:
trunk/dports/devel/gmp
Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/gmp/Portfile

    r47994 r50566  
    66 
    77name            gmp 
    8 version         4.2.4 
    9 revision        3 
     8version         4.3.0 
    109categories      devel math 
    1110maintainers     mcalhoun openmaintainer 
     
    2625master_sites    gnu 
    2726 
    28 checksums       md5     fc1e3b3a2a5038d4d74138d0b9cf8dbe \ 
    29                 sha1    bb721f94fbeeb8c609104540b408da6707c370ec \ 
    30                 rmd160  15c6c40c377088a3bcf9d432bcc27c777991cb12 
     27checksums       md5     9687383f0def0cc48dfc19afa36f1eb5 \ 
     28                sha1    86dbd8a6b2fbb4c75760a80009227c9a11b801a9 \ 
     29                rmd160  db53caaf856a54d2a2c0d60961a7c4b820bcebce 
    3130 
    3231use_bzip2       yes 
    3332use_parallel_build yes 
     33 
     34# See http://trac.macports.org/ticket/16634 
     35patchfiles      gmp-h.in.diff 
    3436 
    3537configure.args  --infodir=${prefix}/share/info \