[104033] trunk/dports/kde/kdepim4-runtime/Portfile

Ryan Schmidt ryandesign at macports.org
Wed Mar 13 17:43:34 PDT 2013


On Mar 13, 2013, at 09:53, nicos at macports.org wrote:

> Revision: 104033
>          https://trac.macports.org/changeset/104033
> Author:   nicos at macports.org
> Date:     2013-03-13 07:53:01 -0700 (Wed, 13 Mar 2013)
> Log Message:
> -----------
> kdepim4-runtime: update to 4.10.1 (#38337, maintainer timeout)
> 
> Modified Paths:
> --------------
>    trunk/dports/kde/kdepim4-runtime/Portfile
> 

> +if {${configure.compiler} != "clang" && ${os.platform} == "darwin"} {
> +    depends_build-append    port:clang-3.1
> +    configure.compiler      macports-clang-3.1
> +}

So... if the user asks for clang-3.2, you give them clang-3.1 instead?

You should probably use compiler.blacklist instead to blacklist the compilers that won't work.

You should probably add clang-3.2 as the fallback (instead of clang-3.1), since that's the newest stable version.



More information about the macports-dev mailing list