svn commit: r383466 - in head/x11-toolkits/wxgtk30: . files
John Marino
freebsd.contact at marino.st
Sun Apr 12 06:24:07 UTC 2015
On 4/12/2015 02:25, Dmitry Marakasov wrote:
> * John Marino (freebsd.contact at marino.st) wrote:
>
> Unfortunately, most of ports from 383750 are still broken.
>
> megaglest: >= 10
> delaboratory: < 10
> gtimelapse: < 10
> gambit >= 9
>
I got a report py-wxPython30 broke too.
So for those ports that break on 10 but build on < 10, it seems that
gcc4.8+ is happy enough with the c++ code but clang isn't.
since these are using compiler:c++11-lib, it seems to me the only
solution is to actually fix the c++ code.
Either that, or remove "compiler:c++11-lib" and set "USE_GCC" for
freeBSD < 10.
Thoughts?
A prime example of why c++ sucks by the way.
John
More information about the svn-ports-head
mailing list