[66168] trunk/dports/math/gnuplot/Portfile
Joshua Root
jmr at macports.org
Tue Apr 6 07:26:02 PDT 2010
> Revision: 66168
> http://trac.macports.org/changeset/66168
> Author: takeshi at macports.org
> Date: 2010-04-06 07:09:44 -0700 (Tue, 06 Apr 2010)
> Log Message:
> -----------
> gnuplot: created aquaterm variant to exculde it from 64-bit darwin platforms
>
> Modified Paths:
> --------------
> trunk/dports/math/gnuplot/Portfile
>
> Modified: trunk/dports/math/gnuplot/Portfile
> ===================================================================
> --- trunk/dports/math/gnuplot/Portfile 2010-04-06 14:05:36 UTC (rev 66167)
> +++ trunk/dports/math/gnuplot/Portfile 2010-04-06 14:09:44 UTC (rev 66168)
> @@ -44,10 +44,17 @@
>
> patchfiles patch-share-LaTeX-Makefile.in
>
> -platform darwin {
> +#platform darwin {
> +# depends_lib-append port:aquaterm
> +# configure.cflags-append '-DDEFAULTTERM=\\"aqua\\"'
> +#}
> +variant aquaterm description {build aquaterm and set it as default} {
> depends_lib-append port:aquaterm
> configure.cflags-append '-DDEFAULTTERM=\\"aqua\\"'
> }
> +if {${os.platform}=="darwin" && ${os.major}<10 && (${build_arch}!="ppc64" && ${build_arch}!="x86_64")} {
> + default_variants +aquaterm
> +}
>
> minimum_xcodeversions {9 3.1}
I don't understand this change. Gnuplot seems to work fine with aquaterm
for me on x86_64. And even if it didn't, what about Snow Leopard with
build_arch=i386?
- Josh
More information about the macports-dev
mailing list