https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210327
--- Comment #13 from [email protected] --- A commit references this bug: Author: rakuco Date: Thu Aug 25 07:41:00 UTC 2016 New revision: 420837 URL: https://svnweb.freebsd.org/changeset/ports/420837 Log: MFH: r420773 Import upstream patch to fix the detection of clang's version number. Our clang reports itself as "FreeBSD clang version x.y.z" instead of just "clang version x.y.z", which was preventing the sed pattern used in the configure script from matching and thus QT_CLANG_MAJOR_VERSION and QT_CLANG_MINOR_VERSION were never defined. One of the consequences is that tests for those values in mkspecs later always failed, which led to some features such as C++14 support being disabled. PR: 210327 Approved by: ports-secteam (junovitch) Changes: _U branches/2016Q3/ branches/2016Q3/devel/qmake5/Makefile branches/2016Q3/devel/qmake5/files/patch-configure -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.
