[90347] trunk/dports/math/wxMaxima/Portfile

Ryan Schmidt ryandesign at macports.org
Fri Mar 2 21:28:22 PST 2012


On Mar 2, 2012, at 20:20, usami-k at macports.org wrote:

> Revision: 90347
>          http://trac.macports.org/changeset/90347
> Author:   usami-k at macports.org
> Date:     2012-03-02 18:20:55 -0800 (Fri, 02 Mar 2012)
> Log Message:
> -----------
> wxMaxima upgrade to 12.01.0
> support Xcode 4.3
> 
> Modified Paths:
> --------------
>    trunk/dports/math/wxMaxima/Portfile
> 
> Modified: trunk/dports/math/wxMaxima/Portfile
> ===================================================================
> --- trunk/dports/math/wxMaxima/Portfile	2012-03-03 01:36:41 UTC (rev 90346)
> +++ trunk/dports/math/wxMaxima/Portfile	2012-03-03 02:20:55 UTC (rev 90347)
> @@ -1,7 +1,7 @@
> # $Id$
> PortSystem      1.0
> name            wxMaxima
> -version         11.08.0
> +version         12.01.0
> maintainers     usami-k
> license         gpl
> platforms       darwin
> @@ -13,9 +13,9 @@
> homepage        http://wxmaxima.sourceforge.net/
> master_sites    sourceforge:project/wxmaxima/${name}/${version}
> livecheck.regex ${name}-(\[a-z0-9.\]+)${extract.suffix}
> -checksums           md5     bf16a87fa5277881398a32301c3d07aa \
> -                    sha1    852a772e4b982bc355120cc95ee6f3d600ce011b \
> -                    rmd160  4f60ca3141c6076f907e6f60007dfb409ec38425
> +checksums           md5     ef71ba8339fcdd7b715619af51bfa65e \
> +                    sha1    d80002ddea3260b0f3315072f23b4bb3cce3a10a \
> +                    rmd160  47891ac06c2e9b789c9581901c1e410e932beecd
> patchfiles      patch-src_main.cpp.diff \
>                 patch-src_Config.cpp.diff \
>                 patch-src_wxMaxima.cpp.diff
> @@ -28,7 +28,7 @@
> depends_run     port:maxima
> 
> platform darwin 11 {
> -    configure.cxxflags-append -isysroot ${developer_dir}/SDKs/MacOSX10.6.sdk
> +    configure.cxxflags-append -isysroot ${developer_dir}/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.6.sdk
> }

Won't this break with Xcode < 4.3? I've seen another port that checks xcodeversion and switches the SDK path based on that.




More information about the macports-dev mailing list