[69277] trunk/dports

Ryan Schmidt ryandesign at macports.org
Mon Jul 19 19:59:26 PDT 2010


On Jun 29, 2010, at 02:32, michaelld at macports.org wrote:

> Revision: 69277
>          http://trac.macports.org/changeset/69277
> Author:   michaelld at macports.org
> Date:     2010-06-29 00:32:38 -0700 (Tue, 29 Jun 2010)
> Log Message:
> -----------
> Bump qt4-mac-devel to 4.7.0b1 .
> Tweak use of cpath and library_path such that defaults are the last
> entry (addresses tickets #20199, #25320, and #25433).
> Added variants to qt4-mac* for no_debug .
> Moved all qt4-* to use select files.
> Removing qt4-kde since it's not being used.
> For 10.4, use the 10.4 SDK (the default).
> For 10.5 and 10.6, explicitely use the 10.5 SDK.


> +# use the 10.5 SDK for 10.5 or 10.6,
> +# but only if not (doing universal and the universal sysroot is set)
> +platform darwin 9 {
> +    if {![variant_isset universal] || ![info exists universal_sysroot]} {
> +        configure.args-append -sdk /Developer/SDKs/MacOSX10.5.sdk/
> +    }
> +}
> +
> +platform darwin 10 {
> +    if {![variant_isset universal] || ![info exists universal_sysroot]} {
> +        configure.args-append -sdk /Developer/SDKs/MacOSX10.5.sdk/
> +    }
> +}

The user might have installed Xcode in a different location. You should use the variable ${developer_dir} instead of assuming it's /Developer.




More information about the macports-dev mailing list