Jeremy:
I don't think this is going to help--it won't build with llvm.
I've been working on an update to the port with the relevant bit here:
# Run time failures with XCode 4.4.x and 4.5.0
# 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
if {[vercmp $xcodeversion 4.4] >= 0} {
depends_build-append port:clang-3.0
configure.compiler=macports-clang-3.0
}
Craig
At 12:12 PM -0700 9/26/12, [email protected] wrote:
Revision
<http://trac.macports.org//changeset/98160>98160
Author
[email protected]
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
Diff
Modified: trunk/dports/multimedia/mythtv-core.25/Portfile (98159 => 98160)
--- 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} {
_______________________________________________
macports-changes mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo/macports-changes
--
--
Craig Treleaven, CA -- Clearview Consulting
(905) 829-2054 [email protected]
_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo/macports-dev