[102940] trunk/dports/multimedia/mythtv-core.25/Portfile
jeremyhu at macports.org
jeremyhu at macports.org
Sun Feb 10 18:45:02 PST 2013
Revision: 102940
https://trac.macports.org/changeset/102940
Author: jeremyhu at macports.org
Date: 2013-02-10 18:45:02 -0800 (Sun, 10 Feb 2013)
Log Message:
-----------
Use compiler_blacklist_versions
Modified Paths:
--------------
trunk/dports/multimedia/mythtv-core.25/Portfile
Modified: trunk/dports/multimedia/mythtv-core.25/Portfile
===================================================================
--- trunk/dports/multimedia/mythtv-core.25/Portfile 2013-02-11 02:44:55 UTC (rev 102939)
+++ trunk/dports/multimedia/mythtv-core.25/Portfile 2013-02-11 02:45:02 UTC (rev 102940)
@@ -5,6 +5,7 @@
PortGroup github 1.0
PortGroup qt4 1.0
PortGroup conflicts_build 1.0
+PortGroup compiler_blacklist_versions 1.0
set shorthash 117b611e
# set fullhash 117b611ebdaf1c1710a1ccbcb2ffdeee06c92057
@@ -84,13 +85,12 @@
# See https://trac.macports.org/ticket/35934
compiler.blacklist llvm-gcc-4.2 macports-llvm-gcc-4.2 macports-clang-3.1 \
dragonegg-3.0 dragonegg-3.1 apple-gcc-4.2
-compiler.fallback-append macports-clang-3.0
# Run time failures with XCode 4.4.x and 4.5.0
-if {[vercmp $xcodeversion 4.4] >= 0} {
- compiler.blacklist-append clang
-}
+compiler.blacklist-append {clang >= 421}
+compiler.fallback-append macports-clang-3.0
+
# TODO: base should do this: http://trac.macports.org/ticket/32542
if {[info exists portconfigure::compiler_name_map(${configure.compiler})]} {
depends_build-append port:$portconfigure::compiler_name_map(${configure.compiler})
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130210/25adf905/attachment.html>
More information about the macports-changes
mailing list