[32344] trunk/dports/devel/gmp/Portfile

gwright at macports.org gwright at macports.org
Wed Dec 26 09:00:33 PST 2007


Revision: 32344
          http://trac.macosforge.org/projects/macports/changeset/32344
Author:   gwright at macports.org
Date:     2007-12-26 09:00:31 -0800 (Wed, 26 Dec 2007)

Log Message:
-----------
Install the C++ wrappers (we've built them for some time anyway).
This makes the gmp-cxx-wrappers port obsolete.  The cmp-cxx-wrappers
was an old hack from the days when gmp's C++ support was broken.

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

Modified: trunk/dports/devel/gmp/Portfile
===================================================================
--- trunk/dports/devel/gmp/Portfile	2007-12-26 16:59:24 UTC (rev 32343)
+++ trunk/dports/devel/gmp/Portfile	2007-12-26 17:00:31 UTC (rev 32344)
@@ -3,6 +3,7 @@
 PortSystem 1.0
 name            gmp
 version         4.2.2
+revision	1
 categories      devel math
 maintainers     nomaintainer
 platforms       darwin
@@ -37,12 +38,6 @@
 
 post-destroot {
     system "ranlib ${destroot}${prefix}/lib/libgmp.a"
-    delete ${destroot}${prefix}/include/gmpxx.h
-    delete ${destroot}${prefix}/lib/libgmpxx.a
-    delete ${destroot}${prefix}/lib/libgmpxx.la
-    delete ${destroot}${prefix}/lib/libgmpxx.dylib
-    delete ${destroot}${prefix}/lib/libgmpxx.4.dylib
-    delete ${destroot}${prefix}/lib/libgmpxx.4.0.2.dylib
 }
 
 test.run        yes

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071226/be1f113d/attachment.html


More information about the macports-changes mailing list