[108140] trunk/dports/math/cadabra/Portfile

larryv at macports.org larryv at macports.org
Sat Jul 13 15:47:34 PDT 2013


Revision: 108140
          https://trac.macports.org/changeset/108140
Author:   larryv at macports.org
Date:     2013-07-13 15:47:34 -0700 (Sat, 13 Jul 2013)
Log Message:
-----------
cadabra: Move compiler dep block to *after* initial depends_build.

Modified Paths:
--------------
    trunk/dports/math/cadabra/Portfile

Modified: trunk/dports/math/cadabra/Portfile
===================================================================
--- trunk/dports/math/cadabra/Portfile	2013-07-13 22:32:30 UTC (rev 108139)
+++ trunk/dports/math/cadabra/Portfile	2013-07-13 22:47:34 UTC (rev 108140)
@@ -27,6 +27,14 @@
 checksums           rmd160  52686bdd7a635a6db30a91add951720f14c1ddc6 \
                     sha256  075dad3a1a9fd8774473f6d28f036f65629a286304c02f0ac1e10be3cb2ebd12
 
+depends_build       port:pkgconfig \
+                    port:pcrexx
+
+depends_lib         port:modglue \
+                    port:pcre \
+                    port:gmp \
+                    port:LiE
+
 # Invalid C++, ticket #33045
 #
 # Cannot use clang because xperm uses nested functions and variable
@@ -41,8 +49,7 @@
 if {[info exists portconfigure::compiler_name_map(${configure.compiler})]} {
     set compiler $portconfigure::compiler_name_map(${configure.compiler})
     if {[string first macports-gcc- ${configure.compiler}] == 0} {
-        depends_lib-append      port:${compiler} \
-                                {path:lib/libstdc\\+\\+.6.dylib:libstdcxx}
+        depends_lib-append      port:${compiler}
     } else {
         depends_build-append    port:${compiler}
     }
@@ -51,14 +58,6 @@
     }
 }
 
-depends_build       port:pkgconfig \
-                    port:pcrexx
-
-depends_lib         port:modglue \
-                    port:pcre \
-                    port:gmp \
-                    port:LiE
-
 configure.args      --disable-gui \
                     --disable-runtime-dependency-check
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130713/54394142/attachment.html>


More information about the macports-changes mailing list