[110413] trunk/dports/lang/php5/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Fri Aug 30 16:04:48 PDT 2013


Revision: 110413
          https://trac.macports.org/changeset/110413
Author:   jeremyhu at macports.org
Date:     2013-08-30 16:04:48 -0700 (Fri, 30 Aug 2013)
Log Message:
-----------
php5: Use clang from newer Xcode

Modified Paths:
--------------
    trunk/dports/lang/php5/Portfile

Modified: trunk/dports/lang/php5/Portfile
===================================================================
--- 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 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130830/f3edd6b0/attachment.html>


More information about the macports-changes mailing list