[110412] trunk/dports/lang/php/Portfile

Ryan Schmidt ryandesign at macports.org
Fri Aug 30 16:19:34 PDT 2013


On Aug 30, 2013, at 18:04, jeremyhu at macports.org wrote:

> Revision: 110412
>          https://trac.macports.org/changeset/110412
> Author:   jeremyhu at macports.org
> Date:     2013-08-30 16:04:05 -0700 (Fri, 30 Aug 2013)
> Log Message:
> -----------
> php: Use clang from newer Xcode
> 
> Modified Paths:
> --------------
>    trunk/dports/lang/php/Portfile
> 
> Modified: trunk/dports/lang/php/Portfile
> ===================================================================
> --- trunk/dports/lang/php/Portfile	2013-08-30 22:36:53 UTC (rev 110411)
> +++ trunk/dports/lang/php/Portfile	2013-08-30 23:04:05 UTC (rev 110412)
> @@ -3,6 +3,7 @@
> 
> PortSystem              1.0
> PortGroup               php 1.1
> +PortGroup               compiler_blacklist_versions 1.0
> 
> name                    php
> platforms               darwin freebsd
> @@ -144,8 +145,9 @@
>     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
> +    # Tested all subports (except oracle) and they built with clang-425.  The reported failure was with Xcode 4.2.
> +    # 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

Did you just test that the php subports built, or did you test the issue reported in #31590 -- that pear segfaults if php was built with clang?




More information about the macports-dev mailing list