Modified: trunk/dports/lang/php5/Portfile (110412 => 110413)
--- trunk/dports/lang/php5/Portfile 2013-08-30 23:04:05 UTC (rev 110412)
+++ trunk/dports/lang/php5/Portfile 2013-08-30 23:04:48 UTC (rev 110413)
@@ -2,6 +2,7 @@
# $Id$
PortSystem 1.0
+PortGroup compiler_blacklist_versions 1.0
name php5
conflicts php5-devel php52
@@ -60,9 +61,8 @@
destroot.keepdirs ${destroot}${extraphpinidir}
-# https://trac.macports.org/ticket/31590
-# TODO: verify issue with current versions of clang and php
-compiler.blacklist clang
+# Xcode 4.3 may work, but leaving it blacklisted due to lack of testing
+compiler.blacklist {clang < 400} macports-clang-2.9 macports-clang-3.0 macports-clang-3.1
configure.args --mandir=${prefix}/share/man \
--infodir=${prefix}/share/info \