[87979] trunk/dports/databases/percona/Portfile

Ryan Schmidt ryandesign at macports.org
Wed Dec 14 22:23:16 PST 2011


On Dec 14, 2011, at 19:36, pixilla at macports.org wrote:

> Revision: 87979
>          http://trac.macports.org/changeset/87979
> Author:   pixilla at macports.org
> Date:     2011-12-14 17:36:47 -0800 (Wed, 14 Dec 2011)
> Log Message:
> -----------
> databases/percona:
> - Add apple-gcc42 build dependency to satisfy the new compiler.
> 
> Modified Paths:
> --------------
>    trunk/dports/databases/percona/Portfile
> 
> Modified: trunk/dports/databases/percona/Portfile
> ===================================================================
> --- trunk/dports/databases/percona/Portfile	2011-12-15 00:14:11 UTC (rev 87978)
> +++ trunk/dports/databases/percona/Portfile	2011-12-15 01:36:47 UTC (rev 87979)
> @@ -35,11 +35,11 @@
>           sha1    e945653232925f85a4dddaf02647ec80bb03fa07 \
>           rmd160  f29d6983bd1685ca4c76e42ab926aefbecc0e4bb
> 
> -depends_lib \
> -    port:zlib \
> -    port:openssl \
> -    port:readline \
> -    port:cmake
> +depends_build-append    apple-gcc42
> +depends_lib-append      port:zlib \
> +                        port:openssl \
> +                        port:readline \
> +                        port:cmake


Why does this port unconditionally depend on apple-gcc42? If so, what's the matter with the gcc-4.2 port included in Xcode versions 3.0 through 4.1? If this is just to to avoid the clang and/or llvm-gcc-4.2 default compilers on Xcode 4, see:

https://trac.macports.org/wiki/PortfileRecipes#compiler



More information about the macports-dev mailing list