Instead of using std::sort() use qSort() on FreeBSD 9.3.
This should fix the pkg-fallout of devel/qtcreator.
[1] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59391
[2] https://bugreports.qt.io/browse/QTBUG-43057
Differential D8121
Work around a gcc bug in devel/qt5-qdoc to fix devel/qtcreator on 9.3 tcberner on Oct 2 2016, 10:33 AM. Authored by Tags None Referenced Files
Subscribers
Details Instead of using std::sort() use qSort() on FreeBSD 9.3. [1] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59391
Diff Detail
Event TimelineComment Actions I don't think the PORTREVISION bump is necessary: if the port had already been built successfully, then there's no need to rebuild it; if the port was failing to build before, then it will build correctly for the first time now. Comment Actions devel/qt5-qdoc built fine without any issues. But it can segfault when running. So I it needs to be rebuilt on 9.3 machines to be working. That's why I think the bump is necessary. Comment Actions Duh, sorry. I didn't pay enough attention and was thinking this patch was for devel/qtcreator itself. Shipit! |