It is the wxWidgets portfile. Following is a copy of the lines where I
am taking this from. And you are correct of course as far as the
Darwin vs OS X versioning. But see line 97 in the stuff below.

Uli

-------------- excerpt frpm wxWidget portfile (wxWidget 2.8.12) --------------
88    universal_variant       no
89      use_parallel_build no
90      
91      supported_archs i386 ppc
92      configure.cppflags-append -arch ${configure.build_arch}
93      
94      platform darwin 11 {
95               configure.args-append \
96               --with-macosx-sdk=/Developer/SDKs/MacOSX10.6.sdk \
97               --with-macosx-version-min=10.6

2012/2/7, Ryan Schmidt <ryandes...@macports.org>:
>
> On Feb 7, 2012, at 19:41, Ulrich Wienands wrote:
>
>> Yes, wxWidgets-python is older than wxWidgets, but do two minor
>> releases cause widespread incompatibility??
>>
>> Looking at the port file again, it seems that, even though ppc is
>> listed as supported architecture, it also seems to demand Darwin 11,
>> i.e. OS X 10.6...?? I am by no means an expert in reading these port
>> files so I am not sure I interpret this correctly.
>
> Darwin 11 is OS X 10.7 Lion.
> Darwin 10 is OS X 10.6 Snow Leopard.
> Which portfile are we talking about again, and where are you seeing that
> Darwin 11 is required?
>
>
>
_______________________________________________
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Reply via email to