[109113] trunk/dports/lang

ryandesign at macports.org ryandesign at macports.org
Wed Aug 7 21:00:34 PDT 2013


Revision: 109113
          https://trac.macports.org/changeset/109113
Author:   ryandesign at macports.org
Date:     2013-08-07 21:00:34 -0700 (Wed, 07 Aug 2013)
Log Message:
-----------
php: explain why clang was blacklisted

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

Modified: trunk/dports/lang/php/Portfile
===================================================================
--- trunk/dports/lang/php/Portfile	2013-08-08 02:26:07 UTC (rev 109112)
+++ trunk/dports/lang/php/Portfile	2013-08-08 04:00:34 UTC (rev 109113)
@@ -143,6 +143,8 @@
     patch.pre_args      -p1
     patchfiles          patch-${php}-scripts-php-config.in.diff
     
+    # https://trac.macports.org/ticket/31590
+    # TODO: verify issue with current versions of clang and php
     compiler.blacklist  clang
     
     set phpinidir       ${prefix}/etc/${php}

Modified: trunk/dports/lang/php5/Portfile
===================================================================
--- trunk/dports/lang/php5/Portfile	2013-08-08 02:26:07 UTC (rev 109112)
+++ trunk/dports/lang/php5/Portfile	2013-08-08 04:00:34 UTC (rev 109113)
@@ -60,7 +60,9 @@
 
 destroot.keepdirs       ${destroot}${extraphpinidir}
 
-compiler.blacklist  clang
+# https://trac.macports.org/ticket/31590
+# TODO: verify issue with current versions of clang and php
+compiler.blacklist      clang
 
 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/20130807/8397602b/attachment.html>


More information about the macports-changes mailing list