[50566] trunk/dports/devel/gmp

mcalhoun at macports.org mcalhoun at macports.org
Mon May 4 10:45:06 PDT 2009


Revision: 50566
          http://trac.macports.org/changeset/50566
Author:   mcalhoun at macports.org
Date:     2009-05-04 10:45:02 -0700 (Mon, 04 May 2009)
Log 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.

Modified Paths:
--------------
    trunk/dports/devel/gmp/Portfile

Added Paths:
-----------
    trunk/dports/devel/gmp/files/

Modified: trunk/dports/devel/gmp/Portfile
===================================================================
--- trunk/dports/devel/gmp/Portfile	2009-05-04 14:53:06 UTC (rev 50565)
+++ trunk/dports/devel/gmp/Portfile	2009-05-04 17:45:02 UTC (rev 50566)
@@ -5,8 +5,7 @@
 PortGroup  muniversal  1.0
 
 name            gmp
-version         4.2.4
-revision        3
+version         4.3.0
 categories      devel math
 maintainers     mcalhoun openmaintainer
 platforms       darwin
@@ -25,13 +24,16 @@
 homepage        http://gmplib.org/
 master_sites    gnu
 
-checksums       md5     fc1e3b3a2a5038d4d74138d0b9cf8dbe \
-                sha1    bb721f94fbeeb8c609104540b408da6707c370ec \
-                rmd160  15c6c40c377088a3bcf9d432bcc27c777991cb12
+checksums       md5     9687383f0def0cc48dfc19afa36f1eb5 \
+                sha1    86dbd8a6b2fbb4c75760a80009227c9a11b801a9 \
+                rmd160  db53caaf856a54d2a2c0d60961a7c4b820bcebce
 
 use_bzip2       yes
 use_parallel_build yes
 
+# See http://trac.macports.org/ticket/16634
+patchfiles      gmp-h.in.diff
+
 configure.args  --infodir=${prefix}/share/info \
                 --enable-cxx
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090504/a03daf31/attachment.html>


More information about the macports-changes mailing list