soprano: Only blacklist clang on XCode 4.3 (for the buildbot) ... a real solution needs to be found though.
--- trunk/dports/devel/soprano/Portfile 2012-10-30 19:25:14 UTC (rev 99266)
+++ trunk/dports/devel/soprano/Portfile 2012-10-30 20:20:01 UTC (rev 99267)
@@ -33,7 +33,9 @@
patchfiles patch-parsers-raptor-raptorparser.h.diff \
patch-serializers-raptor-raptorserializer.cpp.diff
-compiler.blacklist clang
+if {[vercmp $xcodeversion 4.4] < 0} {
+ compiler.blacklist clang
+}
configure.ldflags-append \
-lclucene-shared