[Bug 211916] [exp-run] Update Qt to 5.6.1.

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Sep 3 11:45:53 UTC 2016


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

--- Comment #4 from commit-hook at freebsd.org ---
A commit references this bug:

Author: rakuco
Date: Sat Sep  3 11:45:42 UTC 2016
New revision: 421293
URL: https://svnweb.freebsd.org/changeset/ports/421293

Log:
  Explicitly disable C++11 during the build.

  Prepare for Qt 5.6, which will pass -std=gnu++11 by default when the compiler
  supports it, and the build currently does not work:

 
../libqtelegram-aseman-edition-6.1-stable/telegram/types/accountdaysttl.cpp:51:10:
error: case value evaluates to 3100684255, which cannot be narrowed to type
'int' [-Wc++11-narrowing]
      case typeAccountDaysTTL: {

  Note that Qt 5.7 will start requiring C++11 support, so this will need to be
  fixed properly in the future.

  PR:           211916

Changes:
  head/net-im/libqtelegram-ae/Makefile

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


More information about the kde-freebsd mailing list