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

Ralf Nolden nolden at kde.org
Sun Sep 6 11:47:30 UTC 2015


Rapael,

I just checked the qcad website and the ports tree. The portstree has 
qcad/qcad-qcad-v3.7.5.0_GH0.tar.gz

while the website has a link to their github where the sources can be 
downloaded and that has version 3.10:

https://github.com/qcad/qcad/tree/v3.10.0.0

This one should compile with 5.4.1, so updating the sources seem a better 
solution to me than hacking around the problem :)



Am Sonntag, 6. September 2015, 11:09:13 schrieb bugzilla-noreply at freebsd.org:
> 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.

-- 
Kind regards,

Ralf Nolden



More information about the kde-freebsd mailing list