[98160] trunk/dports/multimedia/mythtv-core.25/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Wed Sep 26 12:12:59 PDT 2012


Revision: 98160
          http://trac.macports.org//changeset/98160
Author:   jeremyhu at macports.org
Date:     2012-09-26 12:12:59 -0700 (Wed, 26 Sep 2012)
Log Message:
-----------
Blacklist problematic clang versions, see #35934

Modified Paths:
--------------
    trunk/dports/multimedia/mythtv-core.25/Portfile

Modified: trunk/dports/multimedia/mythtv-core.25/Portfile
===================================================================
--- trunk/dports/multimedia/mythtv-core.25/Portfile	2012-09-26 19:08:31 UTC (rev 98159)
+++ trunk/dports/multimedia/mythtv-core.25/Portfile	2012-09-26 19:12:59 UTC (rev 98160)
@@ -12,6 +12,7 @@
 github.setup        MythTV mythtv ${shorthash} v
 name                mythtv-core${majorversion}
 version             0${majorversion}${minorversion}-Fixes-20120731
+revision            1
 categories          multimedia
 platforms           darwin
 license             GPL-2
@@ -71,6 +72,12 @@
                     patch-greedyh.asm.diff \
                     patch-util-osx-objC.diff
 
+# http://trac.macports.org/ticket/35934
+compiler.blacklist  macports-clang-3.1
+if {[vercmp $xcodeversion 4.4] >= 0} {
+    compiler.blacklist-append clang
+}
+
 post-extract {
     file mkdir ${worksrcpath}/macports
     foreach {applescript} ${applescripts} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120926/6d7fbaf6/attachment.html>


More information about the macports-changes mailing list