On Feb 24, 2013, at 01:47, [email protected] wrote: > Revision: 103391 > https://trac.macports.org/changeset/103391 > Author: [email protected] > 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. _______________________________________________ macports-dev mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-dev
