[kde-freebsd] [Bug 202808] [exp-run] Update Qt 4 ports to 4.8.7

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Sep 6 11:09:13 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202808

--- Comment #2 from Raphael Kubo da Costa <rakuco at FreeBSD.org> ---
cad/qcad is at an old version that doesn't have 4.8.7 bindings; just updating
the hack I added to its Makefile ages ago should work if one's not interested
in updating the port.

akonadi and fcitx-skk seem to be suffering from the same problem: both ports
build with -std=c++11, or -std=c++0x but have USES=compiler:c++11-lang instead
of c++11-lib, which causes problems with Qt 4.8.7 (due to a commit I made
myself upstream :-) since qglobal.h will detect that Clang is being used +
__cplusplus >= 201103 + __has_feature(cxx_generated_initializers) works, so
later qlist.h and possibly other headers will start using features only present
in C++11-compatible standard libraries.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the kde-freebsd mailing list