Date: Tue, 23 Aug 2016 18:33:01 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 210327] devel/qmake5: USES=compiler:c++14-lang adds -std=c++11, not -std=c++14 to CXXFLAGS in qmake build Message-ID: <bug-210327-13-028FS5Jw0j@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-210327-13@https.bugs.freebsd.org/bugzilla/> References: <bug-210327-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210327 Raphael Kubo da Costa <rakuco@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #171535|maintainer-approval?(kde@Fr |maintainer-approval- Flags|eeBSD.org) | --- Comment #11 from Raphael Kubo da Costa <rakuco@FreeBSD.org> --- Comment on attachment 171535 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D171535 experimental patch to devel/qmake5 I've just spoken to tcberner on IRC about this. Since our clang is recent enough, it should pass the original version check there, so the problem is elsewhere: Qt's configure script was using something like "clang -v 2>&1 | = sed -E '/^clang version .../....'" to obtain clang's version number and, since = our clang reports itself as "FreeBSD clang" instead of "clang" QT_CLANG_{MAJOR,MINOR}_VERSION" were never defined. I've just submitted https://codereview.qt-project.org/#/c/168916/ upstream = to fix the issue and will backport it once it gets reviewed. --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-210327-13-028FS5Jw0j>