[103391] trunk/dports/aqua/qtiplot/Portfile

Ryan Schmidt ryandesign at macports.org
Wed Feb 27 18:25:12 PST 2013


On Feb 24, 2013, at 01:47, nicos at macports.org wrote:

> Revision: 103391
>          https://trac.macports.org/changeset/103391
> Author:   nicos at macports.org
> Date:     2013-02-23 23:47:24 -0800 (Sat, 23 Feb 2013)
> Log Message:
> -----------
> qtiplot: compilation does not hang with optimization on mountain lion
> 
> Modified Paths:
> --------------
>    trunk/dports/aqua/qtiplot/Portfile
> 
> Modified: trunk/dports/aqua/qtiplot/Portfile
> ===================================================================
> --- trunk/dports/aqua/qtiplot/Portfile	2013-02-24 07:41:21 UTC (rev 103390)
> +++ trunk/dports/aqua/qtiplot/Portfile	2013-02-24 07:47:24 UTC (rev 103391)
> @@ -6,7 +6,7 @@
> 
> name                qtiplot
> version             0.9.8.9
> -revision            3
> +revision            4
> categories          aqua science
> license             GPL-2+
> maintainers         nicos openmaintainer
> @@ -39,8 +39,8 @@
>                     patch-qwt3d_openglhelper.diff
> 
> #Workaround as qtiplot build-phase hangs indefinitely on 
> -#Lion and higher (ticket #30761)
> -if {${os.major} >= 11} {
> +#Lion (ticket #30761)
> +if {${os.major} == 11} {
>     patchfiles-append   patch-disable-O2.diff
> }

Are you sure this is based on the OS version? I'd expect it instead to be based on the version of clang, which in turn would be based on the version of the Xcode command line tools, but #30761 unfortunately did not record what versions of Xcode and clang people were using.




More information about the macports-dev mailing list