[92175] trunk/dports/devel

jeremyhu at macports.org jeremyhu at macports.org
Fri Apr 20 20:03:57 PDT 2012


Revision: 92175
          https://trac.macports.org/changeset/92175
Author:   jeremyhu at macports.org
Date:     2012-04-20 20:03:57 -0700 (Fri, 20 Apr 2012)
Log Message:
-----------
valgrind*: Fix compiler choices, dev timeout

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

Modified: trunk/dports/devel/valgrind/Portfile
===================================================================
--- trunk/dports/devel/valgrind/Portfile	2012-04-21 02:42:52 UTC (rev 92174)
+++ trunk/dports/devel/valgrind/Portfile	2012-04-21 03:03:57 UTC (rev 92175)
@@ -38,12 +38,6 @@
 # Ignore trace reports about boost, Qt and OpenMP
 # as they are only used for tests
 
-# Valgrind requires clang >= 2.9,
-# Apple clang identifies itself as 2.1 in Xcode 4.2
-if {${configure.compiler} == "clang"} {
-    configure.compiler llvm-gcc-4.2
-}
-
 configure.args  --mandir=${prefix}/share/man \
                 --without-mpicc
 

Modified: trunk/dports/devel/valgrind-devel/Portfile
===================================================================
--- trunk/dports/devel/valgrind-devel/Portfile	2012-04-21 02:42:52 UTC (rev 92174)
+++ trunk/dports/devel/valgrind-devel/Portfile	2012-04-21 03:03:57 UTC (rev 92175)
@@ -49,15 +49,6 @@
 configure.cc_archflags {}
 configure.ld_archflags {}
 
-# Force gcc, see https://bugs.kde.org/show_bug.cgi?id=275168
-if {![string match "gcc*" ${configure.compiler}]} {
-    if {[vercmp $xcodeversion 3.2] >= 0 && $macosx_deployment_target != "10.4"} {
-        configure.compiler gcc-4.2
-    } else {
-        configure.compiler gcc-4.0
-    }
-}
-
 variant universal {
     configure.args-delete --enable-only32bit --enable-only64bit
     configure.universal_cflags {}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120420/485d593c/attachment.html>


More information about the macports-changes mailing list