Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Aug 2016 08:13:06 +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-0sfGwS2woH@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

--- Comment #12 from commit-hook@freebsd.org ---
A commit references this bug:

Author: rakuco
Date: Wed Aug 24 08:12:35 UTC 2016
New revision: 420773
URL: https://svnweb.freebsd.org/changeset/ports/420773

Log:
  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
  MFH:          2016Q3

Changes:
  head/devel/qmake5/Makefile
  head/devel/qmake5/files/patch-configure

--=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-0sfGwS2woH>