Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Oct 2016 13:43:14 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r424842 - in head: Mk devel/qmake5 devel/qmake5/files devel/qt5 devel/qt5-core devel/qt5-core/files devel/qt5-qdoc devel/qt5-qdoc/files devel/qt5-testlib lang/qt5-qml/files misc/qt5-doc...
Message-ID:  <201610281343.u9SDhErn056247@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Fri Oct 28 13:43:14 2016
New Revision: 424842
URL: https://svnweb.freebsd.org/changeset/ports/424842

Log:
  Update Qt to 5.6.2 [1,2]
  
  Thanks to the upstream work of Marie Loise Nolden, we could get rid of a handful
  of patches, as they have been properly upstreamed. The rest of the work is just
  some minor plist changes.
  
  I would like to thank Loise <nolden@kde.org> for the upstream work, and Adriaan
  <groot@kde.org> for getting the update into shape.
  
  [1] http://blog.qt.io/blog/2016/10/12/qt-5-6-2-released/
  [2] http://wiki.qt.io/Qt_5.6.2_Change_Files
  
  PR: 213530
  Exp-run by: antoine
  Submitted by: Adriaan de Groot <groot@kde.org>
  Reviewed by: rakuco, mat, tcberner
  Approved by: rakuco (mentor)
  Differential Revision: https://reviews.freebsd.org/D8228

Added:
  head/x11-toolkits/qt5-gui/files/
  head/x11-toolkits/qt5-gui/files/extrapatch-src_gui_painting_qcolor.cpp   (contents, props changed)
Deleted:
  head/devel/qmake5/files/patch-mkspecs__common__freebsd.conf
  head/devel/qmake5/files/patch-mkspecs_freebsd-clang_qmake.conf
  head/devel/qmake5/files/patch-mkspecs_unsupported_freebsd-g++_qmake.conf
  head/devel/qt5-core/files/
  head/lang/qt5-qml/files/patch-git_9b1231ca
  head/multimedia/qt5-multimedia/files/patch-git_1df147d5
  head/net/qt5-network/files/patch-src_network_socket_qnativesocketengine__unix.cpp
Modified:
  head/Mk/bsd.qt.mk
  head/devel/qmake5/Makefile
  head/devel/qmake5/files/patch-configure
  head/devel/qmake5/pkg-plist
  head/devel/qt5-core/Makefile
  head/devel/qt5-qdoc/Makefile
  head/devel/qt5-qdoc/files/extrapatch-src_qdoc_qdocindexfiles.cpp
  head/devel/qt5-testlib/pkg-plist
  head/devel/qt5/distinfo
  head/misc/qt5-doc/Makefile
  head/misc/qt5-doc/distinfo
  head/misc/qt5-doc/pkg-plist
  head/misc/qt5-examples/Makefile
  head/misc/qt5-examples/pkg-plist
  head/misc/qt5-l10n/pkg-plist
  head/net/qt5-network/pkg-plist
  head/www/webkit-qt5/Makefile
  head/www/webkit-qt5/distinfo
  head/x11-themes/qt5-style-plugins/Makefile
  head/x11-toolkits/qt5-gui/Makefile

Modified: head/Mk/bsd.qt.mk
==============================================================================
--- head/Mk/bsd.qt.mk	Fri Oct 28 13:42:53 2016	(r424841)
+++ head/Mk/bsd.qt.mk	Fri Oct 28 13:43:14 2016	(r424842)
@@ -27,7 +27,7 @@ Qt_Pre_Include=	bsd.qt.mk
 # Qt versions currently supported by the framework.
 _QT_SUPPORTED?=	4 5
 QT4_VERSION?=	4.8.7
-QT5_VERSION?=	5.6.1
+QT5_VERSION?=	5.6.2
 
 QT_PREFIX?=		${LOCALBASE}
 
@@ -181,8 +181,7 @@ CONFIGURE_ARGS+=-verbose
 .  if ${_QT_VERSION:M4*}
 _EXTRA_PATCHES_QT4=	${.CURDIR:H:H}/devel/${_QT_RELNAME}/files/extrapatch-src-corelib-global-qglobal.h
 .  else
-_EXTRA_PATCHES_QT5=	${.CURDIR:H:H}/devel/${_QT_RELNAME}/files/extrapatch-src_corelib_global_qcompilerdetection.h \
-			${.CURDIR:H:H}/devel/${_QT_RELNAME}/files/extrapatch-config.tests_unix_libdl_libdl.pro
+_EXTRA_PATCHES_QT5=	${.CURDIR:H:H}/devel/${_QT_RELNAME}/files/extrapatch-src_corelib_global_qcompilerdetection.h
 .  endif
 EXTRA_PATCHES?=	${.CURDIR:H:H}/devel/${_QT_RELNAME}/files/extrapatch-configure \
 		${.CURDIR:H:H}/devel/${_QT_RELNAME}/files/extrapatch-config.tests-unix-compile.test \

Modified: head/devel/qmake5/Makefile
==============================================================================
--- head/devel/qmake5/Makefile	Fri Oct 28 13:42:53 2016	(r424841)
+++ head/devel/qmake5/Makefile	Fri Oct 28 13:43:14 2016	(r424842)
@@ -37,22 +37,7 @@ post-patch:
 # Prevent qconfig.pri from being module dependent.
 	@${REINPLACE_CMD} -E -e '/"\$$QT_CONFIG +(${TBR_CONFIG})"/ d' \
 		${WRKSRC}/configure
-# Write the file location paths into mkspecs/common/freebsd.conf
-	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \
-		${WRKSRC}/mkspecs/common/freebsd.conf
-	@${REINPLACE_CMD} -e 's|unix.conf|freebsd.conf|' \
-		${WRKSRC}/mkspecs/freebsd-icc/qmake.conf
-# Add mkspec for g++. The clang is now the officially supported compiler for
-# Qt>=5.6.0 on FreeBSD.
-	@${MV} ${WRKSRC}/mkspecs/unsupported/freebsd-g++ \
-		${WRKSRC}/mkspecs/freebsd-g++
-	@${REINPLACE_CMD} -e 's|(../|(|g' \
-		${WRKSRC}/mkspecs/freebsd-g++/qmake.conf
-	@${REINPLACE_CMD} -e 's|"../|"|g' \
-		${WRKSRC}/mkspecs/freebsd-g++/qplatformdefs.h
-# Clean up files created by patching
 	@${RM} ${WRKSRC}/mkspecs/*/*.orig
-	@${RM} -R ${WRKSRC}/mkspecs/unsupported/freebsd-g++46
 
 post-build:
 # Complete configure stage to generate *.pri files.

Modified: head/devel/qmake5/files/patch-configure
==============================================================================
--- head/devel/qmake5/files/patch-configure	Fri Oct 28 13:42:53 2016	(r424841)
+++ head/devel/qmake5/files/patch-configure	Fri Oct 28 13:43:14 2016	(r424842)
@@ -1,24 +1,6 @@
-The first two hunks make sure only qmake is build, as the rest of Qt is built
+Make sure only qmake is built, as the rest of Qt is built
 in other ports.
 
-The last hunk is backported from upstream:
-
-commit a9474d1260a8c8cc9eae14f2984098919d9684e5
-Author: Raphael Kubo da Costa <rakuco@FreeBSD.org>
-Date:   Tue Aug 23 20:25:14 2016 +0200
-
-    configure: Correctly detect clang's version on FreeBSD
-
-    "clang -v" on FreeBSD reports something like "FreeBSD clang version
-    x.y.z [...]" instead of just "clang version x.y.z [...]", which fails to
-    match the sed pattern in the configure script, resulting in qconfig.pri
-    having no clang version defined.
-
-    Augment the pattern so that both version strings match.
-
-    Change-Id: I5f38f8480f4b1156ca7147e32c1157a009557035
-    Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
-
 --- configure.orig	2016-08-24 08:18:37 UTC
 +++ configure
 @@ -4115,11 +4115,11 @@ if [ '!' -e "$outpath/bin/qmake" ]; then
@@ -44,12 +26,3 @@ Date:   Tue Aug 23 20:25:14 2016 +0200
  
      if [ "$OPT_VERBOSE" = yes ]; then
          # Show the output of make
-@@ -6691,7 +6689,7 @@ case "$QMAKE_CONF_COMPILER" in
-     # Clang
-     COMPILER_VERSION=`${QMAKE_CONF_COMPILER} -v 2>&1 | sed -n -E '
- /^Apple (clang|LLVM) version /{s///; s/^([0-9]*)\.([0-9]*).*$/QT_APPLE_CLANG_MAJOR_VERSION=\1; QT_APPLE_CLANG_MINOR_VERSION=\2/;p;q;}
--/^clang version /{s///; s/^([0-9]*)\.([0-9]*).*$/QT_CLANG_MAJOR_VERSION=\1; QT_CLANG_MINOR_VERSION=\2/;p;q;}'`
-+/^(FreeBSD )?clang version /{s///; s/^([0-9]*)\.([0-9]*).*$/QT_CLANG_MAJOR_VERSION=\1; QT_CLANG_MINOR_VERSION=\2/;p;q;}'`
-     eval "$COMPILER_VERSION"
-     ;;
- *icpc)

Modified: head/devel/qmake5/pkg-plist
==============================================================================
--- head/devel/qmake5/pkg-plist	Fri Oct 28 13:42:53 2016	(r424841)
+++ head/devel/qmake5/pkg-plist	Fri Oct 28 13:43:14 2016	(r424842)
@@ -7,6 +7,8 @@
 %%QT_MKSPECDIR%%/aix-xlc-64/qplatformdefs.h
 %%QT_MKSPECDIR%%/aix-xlc/qmake.conf
 %%QT_MKSPECDIR%%/aix-xlc/qplatformdefs.h
+%%QT_MKSPECDIR%%/android-clang/qmake.conf
+%%QT_MKSPECDIR%%/android-clang/qplatformdefs.h
 %%QT_MKSPECDIR%%/android-g++/qmake.conf
 %%QT_MKSPECDIR%%/android-g++/qplatformdefs.h
 %%QT_MKSPECDIR%%/blackberry-armle-v7-qcc/qmake.conf
@@ -14,12 +16,15 @@
 %%QT_MKSPECDIR%%/blackberry-x86-qcc/qmake.conf
 %%QT_MKSPECDIR%%/blackberry-x86-qcc/qplatformdefs.h
 %%QT_MKSPECDIR%%/common/aix/qplatformdefs.h
+%%QT_MKSPECDIR%%/common/android-base-head.conf
+%%QT_MKSPECDIR%%/common/android-base-tail.conf
 %%QT_MKSPECDIR%%/common/android/qplatformdefs.h
 %%QT_MKSPECDIR%%/common/angle.conf
+%%QT_MKSPECDIR%%/common/bsd/bsd.conf
+%%QT_MKSPECDIR%%/common/bsd/qplatformdefs.h
 %%QT_MKSPECDIR%%/common/c89/qplatformdefs.h
 %%QT_MKSPECDIR%%/common/clang-mac.conf
 %%QT_MKSPECDIR%%/common/clang.conf
-%%QT_MKSPECDIR%%/common/freebsd.conf
 %%QT_MKSPECDIR%%/common/g++-base.conf
 %%QT_MKSPECDIR%%/common/g++-macx.conf
 %%QT_MKSPECDIR%%/common/g++-unix.conf
@@ -44,7 +49,9 @@
 %%QT_MKSPECDIR%%/common/nacl/nacl-base.conf
 %%QT_MKSPECDIR%%/common/nacl/qplatformdefs.h
 %%QT_MKSPECDIR%%/common/posix/qplatformdefs.h
+%%QT_MKSPECDIR%%/common/qcc-base-qnx-aarch64le.conf
 %%QT_MKSPECDIR%%/common/qcc-base-qnx-armle-v7.conf
+%%QT_MKSPECDIR%%/common/qcc-base-qnx-x86-64.conf
 %%QT_MKSPECDIR%%/common/qcc-base-qnx-x86.conf
 %%QT_MKSPECDIR%%/common/qcc-base-qnx.conf
 %%QT_MKSPECDIR%%/common/qcc-base.conf
@@ -109,6 +116,8 @@
 %%QT_MKSPECDIR%%/devices/linux-rasp-pi2-g++/qplatformdefs.h
 %%QT_MKSPECDIR%%/devices/linux-rpi3-g++/qmake.conf
 %%QT_MKSPECDIR%%/devices/linux-rpi3-g++/qplatformdefs.h
+%%QT_MKSPECDIR%%/devices/linux-rpi3-vc4-g++/qmake.conf
+%%QT_MKSPECDIR%%/devices/linux-rpi3-vc4-g++/qplatformdefs.h
 %%QT_MKSPECDIR%%/devices/linux-sh4-stmicro-ST7108-g++/qmake.conf
 %%QT_MKSPECDIR%%/devices/linux-sh4-stmicro-ST7108-g++/qplatformdefs.h
 %%QT_MKSPECDIR%%/devices/linux-sh4-stmicro-ST7540-g++/qmake.conf
@@ -241,6 +250,7 @@
 %%QT_MKSPECDIR%%/features/win32/qt_dll.prf
 %%QT_MKSPECDIR%%/features/win32/rtti.prf
 %%QT_MKSPECDIR%%/features/win32/rtti_off.prf
+%%QT_MKSPECDIR%%/features/win32/separate_debug_info.prf
 %%QT_MKSPECDIR%%/features/win32/stl.prf
 %%QT_MKSPECDIR%%/features/win32/stl_off.prf
 %%QT_MKSPECDIR%%/features/win32/windeployqt.prf
@@ -254,8 +264,6 @@
 %%QT_MKSPECDIR%%/freebsd-clang/qplatformdefs.h
 %%QT_MKSPECDIR%%/freebsd-g++/qmake.conf
 %%QT_MKSPECDIR%%/freebsd-g++/qplatformdefs.h
-%%QT_MKSPECDIR%%/freebsd-icc/qmake.conf
-%%QT_MKSPECDIR%%/freebsd-icc/qplatformdefs.h
 %%QT_MKSPECDIR%%/haiku-g++/qmake.conf
 %%QT_MKSPECDIR%%/haiku-g++/qplatformdefs.h
 %%QT_MKSPECDIR%%/hpux-acc-64/qmake.conf
@@ -366,6 +374,7 @@
 %%QT_MKSPECDIR%%/macx-ios-clang/features/testcase_targets.prf
 %%QT_MKSPECDIR%%/macx-ios-clang/features/xcodebuild.prf
 %%QT_MKSPECDIR%%/macx-ios-clang/ios_destinations.sh
+%%QT_MKSPECDIR%%/macx-ios-clang/ios_devices.pl
 %%QT_MKSPECDIR%%/macx-ios-clang/qmake.conf
 %%QT_MKSPECDIR%%/macx-ios-clang/qplatformdefs.h
 %%QT_MKSPECDIR%%/macx-ios-clang/xcodebuild.mk
@@ -387,8 +396,12 @@
 %%QT_MKSPECDIR%%/qdevice.pri
 %%QT_MKSPECDIR%%/qfeatures.pri
 %%QT_MKSPECDIR%%/qmodule.pri
+%%QT_MKSPECDIR%%/qnx-aarch64le-qcc/qmake.conf
+%%QT_MKSPECDIR%%/qnx-aarch64le-qcc/qplatformdefs.h
 %%QT_MKSPECDIR%%/qnx-armle-v7-qcc/qmake.conf
 %%QT_MKSPECDIR%%/qnx-armle-v7-qcc/qplatformdefs.h
+%%QT_MKSPECDIR%%/qnx-x86-64-qcc/qmake.conf
+%%QT_MKSPECDIR%%/qnx-x86-64-qcc/qplatformdefs.h
 %%QT_MKSPECDIR%%/qnx-x86-qcc/qmake.conf
 %%QT_MKSPECDIR%%/qnx-x86-qcc/qplatformdefs.h
 %%QT_MKSPECDIR%%/sco-cc/qmake.conf

Modified: head/devel/qt5-core/Makefile
==============================================================================
--- head/devel/qt5-core/Makefile	Fri Oct 28 13:42:53 2016	(r424841)
+++ head/devel/qt5-core/Makefile	Fri Oct 28 13:43:14 2016	(r424842)
@@ -2,7 +2,6 @@
 
 PORTNAME=	core
 DISTVERSION=	${QT5_VERSION}
-PORTREVISION=	1
 CATEGORIES=	devel
 PKGNAMEPREFIX=	qt5-
 

Modified: head/devel/qt5-qdoc/Makefile
==============================================================================
--- head/devel/qt5-qdoc/Makefile	Fri Oct 28 13:42:53 2016	(r424841)
+++ head/devel/qt5-qdoc/Makefile	Fri Oct 28 13:43:14 2016	(r424842)
@@ -2,7 +2,6 @@
 
 PORTNAME=	qdoc
 DISTVERSION=	${QT5_VERSION}
-PORTREVISION=	1
 CATEGORIES=	devel textproc
 PKGNAMEPREFIX=	qt5-
 

Modified: head/devel/qt5-qdoc/files/extrapatch-src_qdoc_qdocindexfiles.cpp
==============================================================================
--- head/devel/qt5-qdoc/files/extrapatch-src_qdoc_qdocindexfiles.cpp	Fri Oct 28 13:42:53 2016	(r424841)
+++ head/devel/qt5-qdoc/files/extrapatch-src_qdoc_qdocindexfiles.cpp	Fri Oct 28 13:43:14 2016	(r424842)
@@ -8,14 +8,14 @@ qSort instead of std::sort on FreeBSD 9.
 [1] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59391
 [2] https://bugreports.qt.io/browse/QTBUG-43057
 
---- src/qdoc/qdocindexfiles.cpp.orig	2016-10-02 07:52:39 UTC
-+++ src/qdoc/qdocindexfiles.cpp
-@@ -1476,7 +1476,7 @@ void QDocIndexFiles::generateIndexSectio
+--- src/qdoc/qdocindexfiles.cpp.orig    2016-10-09 21:13:42.831072000 +0200
++++ src/qdoc/qdocindexfiles.cpp 2016-10-09 21:13:56.153968000 +0200
+@@ -1412,7 +1412,7 @@
              const Aggregate* inner = static_cast<const Aggregate*>(node);
 
              NodeList cnodes = inner->childNodes();
--            std::sort(cnodes.begin(), cnodes.end(), compareNodes);
-+            qSort(cnodes.begin(), cnodes.end(), compareNodes);
+-            std::sort(cnodes.begin(), cnodes.end(), Node::nodeNameLessThan);
++            qSort(cnodes.begin(), cnodes.end(), Node::nodeNameLessThan);
 
              foreach (Node* child, cnodes) {
                  generateIndexSections(writer, child, generateInternalNodes);

Modified: head/devel/qt5-testlib/pkg-plist
==============================================================================
--- head/devel/qt5-testlib/pkg-plist	Fri Oct 28 13:42:53 2016	(r424841)
+++ head/devel/qt5-testlib/pkg-plist	Fri Oct 28 13:43:14 2016	(r424842)
@@ -19,6 +19,7 @@
 %%QT_INCDIR%%/QtTest/%%FULLVER%%/QtTest/private/qtestlog_p.h
 %%QT_INCDIR%%/QtTest/%%FULLVER%%/QtTest/private/qtestresult_p.h
 %%QT_INCDIR%%/QtTest/%%FULLVER%%/QtTest/private/qtesttable_p.h
+%%QT_INCDIR%%/QtTest/%%FULLVER%%/QtTest/private/qtestutil_macos_p.h
 %%QT_INCDIR%%/QtTest/%%FULLVER%%/QtTest/private/qtestxunitstreamer_p.h
 %%QT_INCDIR%%/QtTest/%%FULLVER%%/QtTest/private/qxctestlogger_p.h
 %%QT_INCDIR%%/QtTest/%%FULLVER%%/QtTest/private/qxmltestlogger_p.h

Modified: head/devel/qt5/distinfo
==============================================================================
--- head/devel/qt5/distinfo	Fri Oct 28 13:42:53 2016	(r424841)
+++ head/devel/qt5/distinfo	Fri Oct 28 13:43:14 2016	(r424842)
@@ -1,45 +1,45 @@
-TIMESTAMP = 1467701519
-SHA256 (KDE/Qt/5.6.1/qt3d-opensource-src-5.6.1.tar.xz) = ad93015165b1ab1a8b458e08503c8f4c8450c2b58024a3ac074281a1a90ea80d
-SIZE (KDE/Qt/5.6.1/qt3d-opensource-src-5.6.1.tar.xz) = 19763900
-SHA256 (KDE/Qt/5.6.1/qtbase-opensource-src-5.6.1.tar.xz) = d01cc1ee2be9ecdb169be3aea9dc9fc019c1c6d0bb87e0c88bb95b5b3dce7264
-SIZE (KDE/Qt/5.6.1/qtbase-opensource-src-5.6.1.tar.xz) = 46791688
-SHA256 (KDE/Qt/5.6.1/qtcanvas3d-opensource-src-5.6.1.tar.xz) = 191e2cde0ac8b1ef6616263aac27f12f40335fed2bd60e29987724242b872760
-SIZE (KDE/Qt/5.6.1/qtcanvas3d-opensource-src-5.6.1.tar.xz) = 10836280
-SHA256 (KDE/Qt/5.6.1/qtconnectivity-opensource-src-5.6.1.tar.xz) = 5a35abf6b515091e4b181b78d0ed82249972bf93f227d52c70531417c448d919
-SIZE (KDE/Qt/5.6.1/qtconnectivity-opensource-src-5.6.1.tar.xz) = 2630248
-SHA256 (KDE/Qt/5.6.1/qtdeclarative-opensource-src-5.6.1.tar.xz) = 12fcfd4bc4bad469f07f8c5404d98646f88f61200b014d4fbcb3a0d9e70942b4
-SIZE (KDE/Qt/5.6.1/qtdeclarative-opensource-src-5.6.1.tar.xz) = 18803076
-SHA256 (KDE/Qt/5.6.1/qtgraphicaleffects-opensource-src-5.6.1.tar.xz) = 57e97155da33a8a4023d1b33bc6f7bdef68a64640d04f45ef3db9dec721311d8
-SIZE (KDE/Qt/5.6.1/qtgraphicaleffects-opensource-src-5.6.1.tar.xz) = 14751076
-SHA256 (KDE/Qt/5.6.1/qtimageformats-opensource-src-5.6.1.tar.xz) = 74f3bce4f9df0f1a94d41877a91405560ce79e4359fc831ee97f0c8248081b08
-SIZE (KDE/Qt/5.6.1/qtimageformats-opensource-src-5.6.1.tar.xz) = 1909092
-SHA256 (KDE/Qt/5.6.1/qtlocation-opensource-src-5.6.1.tar.xz) = d3b5768cf68945cd00c9df32fb87ca3bf85f5364dc2e441780840e2bd4d15061
-SIZE (KDE/Qt/5.6.1/qtlocation-opensource-src-5.6.1.tar.xz) = 3046500
-SHA256 (KDE/Qt/5.6.1/qtmultimedia-opensource-src-5.6.1.tar.xz) = d24b5b5fc9f296cc8446c27f1306a47ce5699b65cf1b821d6a43652cd8100515
-SIZE (KDE/Qt/5.6.1/qtmultimedia-opensource-src-5.6.1.tar.xz) = 3485964
-SHA256 (KDE/Qt/5.6.1/qtquickcontrols-opensource-src-5.6.1.tar.xz) = 012aa6c4a697f352a9dc1373d8c1f37e33a6d956b6d14be7d1f9e4637d46a691
-SIZE (KDE/Qt/5.6.1/qtquickcontrols-opensource-src-5.6.1.tar.xz) = 5952340
-SHA256 (KDE/Qt/5.6.1/qtquickcontrols2-opensource-src-5.6.1.tar.xz) = bba0ddcf1a66c8dec3faeb9c84119992bb1ead09a674aae475d19c35cc8eeb8f
-SIZE (KDE/Qt/5.6.1/qtquickcontrols2-opensource-src-5.6.1.tar.xz) = 882000
-SHA256 (KDE/Qt/5.6.1/qtscript-opensource-src-5.6.1.tar.xz) = 1cb2ef87aeff3d8d05685279b521c332b752e4559f8e2138fd36d3eb682bf79f
-SIZE (KDE/Qt/5.6.1/qtscript-opensource-src-5.6.1.tar.xz) = 2587832
-SHA256 (KDE/Qt/5.6.1/qtsensors-opensource-src-5.6.1.tar.xz) = c724cd14efc62d935ca822147bf9771e735995032c7b3b13e2e8156d283d942e
-SIZE (KDE/Qt/5.6.1/qtsensors-opensource-src-5.6.1.tar.xz) = 1973308
-SHA256 (KDE/Qt/5.6.1/qtserialbus-opensource-src-5.6.1.tar.xz) = bf453fd114131ff64b7ff9a412ef13f6e158d1b5cbebf8fa6b5938bb671bc8c0
-SIZE (KDE/Qt/5.6.1/qtserialbus-opensource-src-5.6.1.tar.xz) = 233600
-SHA256 (KDE/Qt/5.6.1/qtserialport-opensource-src-5.6.1.tar.xz) = 0b74a2e85e34163c92b076a9af2bbb2c832516839f060266f0465f881f1be6c2
-SIZE (KDE/Qt/5.6.1/qtserialport-opensource-src-5.6.1.tar.xz) = 256724
-SHA256 (KDE/Qt/5.6.1/qtsvg-opensource-src-5.6.1.tar.xz) = f12e4fd4f169123f7648e45c593b2c5a4556a9b2db3a798467aa9c67c82b8a21
-SIZE (KDE/Qt/5.6.1/qtsvg-opensource-src-5.6.1.tar.xz) = 1723160
-SHA256 (KDE/Qt/5.6.1/qttools-opensource-src-5.6.1.tar.xz) = 77a38895ee2d3fe2d0df4a5e1bbef4d3f8870fe20cd3b2cea27bd2d380c17f71
-SIZE (KDE/Qt/5.6.1/qttools-opensource-src-5.6.1.tar.xz) = 9819124
-SHA256 (KDE/Qt/5.6.1/qttranslations-opensource-src-5.6.1.tar.xz) = 69d52da2691e4c2be7bd5d5a39bdd948bc9dd1c118d417af09e1e30ac0f41c01
-SIZE (KDE/Qt/5.6.1/qttranslations-opensource-src-5.6.1.tar.xz) = 1202688
-SHA256 (KDE/Qt/5.6.1/qtwebchannel-opensource-src-5.6.1.tar.xz) = f82cb5d1bc7af79453da8327464d800469dc40d92446051b4404047542020807
-SIZE (KDE/Qt/5.6.1/qtwebchannel-opensource-src-5.6.1.tar.xz) = 98196
-SHA256 (KDE/Qt/5.6.1/qtwebsockets-opensource-src-5.6.1.tar.xz) = 551e3a6b8d945a3b1d707755c3d4d5fd6a86808ced492709aecf444fa228723a
-SIZE (KDE/Qt/5.6.1/qtwebsockets-opensource-src-5.6.1.tar.xz) = 170968
-SHA256 (KDE/Qt/5.6.1/qtx11extras-opensource-src-5.6.1.tar.xz) = e8eb1bd1b963576b1d360341903cb4065e4d361ce6f76304b4b929f42336e350
-SIZE (KDE/Qt/5.6.1/qtx11extras-opensource-src-5.6.1.tar.xz) = 33648
-SHA256 (KDE/Qt/5.6.1/qtxmlpatterns-opensource-src-5.6.1.tar.xz) = 64f46e22aa17f26fe0542069932efdef84ce5d846a5db40ad8e7ad3eb6148160
-SIZE (KDE/Qt/5.6.1/qtxmlpatterns-opensource-src-5.6.1.tar.xz) = 1324348
+TIMESTAMP = 1476003740
+SHA256 (KDE/Qt/5.6.2/qt3d-opensource-src-5.6.2.tar.xz) = a21786db6e0f5c6c70213fe1a3530ed3d7f28f28401a0f793970e9bc860ce941
+SIZE (KDE/Qt/5.6.2/qt3d-opensource-src-5.6.2.tar.xz) = 19763124
+SHA256 (KDE/Qt/5.6.2/qtbase-opensource-src-5.6.2.tar.xz) = 2f6eae93c5d982fe0a387a01aeb3435571433e23e9d9d9246741faf51f1ee787
+SIZE (KDE/Qt/5.6.2/qtbase-opensource-src-5.6.2.tar.xz) = 46825164
+SHA256 (KDE/Qt/5.6.2/qtcanvas3d-opensource-src-5.6.2.tar.xz) = d7584d006b03f99692ccabce922e755a6f12bb1ed1fbc99c2b84842b9e0aa0ad
+SIZE (KDE/Qt/5.6.2/qtcanvas3d-opensource-src-5.6.2.tar.xz) = 10836672
+SHA256 (KDE/Qt/5.6.2/qtconnectivity-opensource-src-5.6.2.tar.xz) = 1b672923e0703d62f605ccec97b454b1a04c1f0db47f54b687d009e84eabedf9
+SIZE (KDE/Qt/5.6.2/qtconnectivity-opensource-src-5.6.2.tar.xz) = 2639772
+SHA256 (KDE/Qt/5.6.2/qtdeclarative-opensource-src-5.6.2.tar.xz) = 0086a986bc36b398ba518c404d08cdff0a0d7978c30aa3fa2ab73d71654209da
+SIZE (KDE/Qt/5.6.2/qtdeclarative-opensource-src-5.6.2.tar.xz) = 18813016
+SHA256 (KDE/Qt/5.6.2/qtgraphicaleffects-opensource-src-5.6.2.tar.xz) = 1e9f0fac2c72a812d396db74b2d9d12f513d2ec9135d5982ca85aee7f00be75e
+SIZE (KDE/Qt/5.6.2/qtgraphicaleffects-opensource-src-5.6.2.tar.xz) = 14751100
+SHA256 (KDE/Qt/5.6.2/qtimageformats-opensource-src-5.6.2.tar.xz) = 4fb153be62dac393cbcebab65040b3b9d6edecd1ebbe5e543401b0e45bd147e4
+SIZE (KDE/Qt/5.6.2/qtimageformats-opensource-src-5.6.2.tar.xz) = 1909556
+SHA256 (KDE/Qt/5.6.2/qtlocation-opensource-src-5.6.2.tar.xz) = 7a8995206ed0220f943a33c037527a1a8243d5386f5ca77bf88152675c28d23a
+SIZE (KDE/Qt/5.6.2/qtlocation-opensource-src-5.6.2.tar.xz) = 3148448
+SHA256 (KDE/Qt/5.6.2/qtmultimedia-opensource-src-5.6.2.tar.xz) = cb9a70a7c6c0eb5be4a3fcaf9590863479e95a255308bbf07d5b7aa303bb8caf
+SIZE (KDE/Qt/5.6.2/qtmultimedia-opensource-src-5.6.2.tar.xz) = 3492628
+SHA256 (KDE/Qt/5.6.2/qtquickcontrols-opensource-src-5.6.2.tar.xz) = 5ed0f2292be10222dfb1b57a05472798fd759279f65455d91c02ef4fb746102c
+SIZE (KDE/Qt/5.6.2/qtquickcontrols-opensource-src-5.6.2.tar.xz) = 5952696
+SHA256 (KDE/Qt/5.6.2/qtquickcontrols2-opensource-src-5.6.2.tar.xz) = 09dc1710aa4701aebe145829eb99bab94d0870cf578f7dddcec0af92286dfec1
+SIZE (KDE/Qt/5.6.2/qtquickcontrols2-opensource-src-5.6.2.tar.xz) = 882160
+SHA256 (KDE/Qt/5.6.2/qtscript-opensource-src-5.6.2.tar.xz) = e06ef6b271cae2187b57cd4ffdd6759428fd47f94a060e2ed2af024a8c14110e
+SIZE (KDE/Qt/5.6.2/qtscript-opensource-src-5.6.2.tar.xz) = 2587484
+SHA256 (KDE/Qt/5.6.2/qtsensors-opensource-src-5.6.2.tar.xz) = a7809081aab4f2f0d7a4f40c3abb02e1690bb390d1dd410d7c6c5019a5053427
+SIZE (KDE/Qt/5.6.2/qtsensors-opensource-src-5.6.2.tar.xz) = 1973888
+SHA256 (KDE/Qt/5.6.2/qtserialbus-opensource-src-5.6.2.tar.xz) = b39260091691532382935ed51de9ead8e66cfb5f7a6e5410c17cd0695ccaf826
+SIZE (KDE/Qt/5.6.2/qtserialbus-opensource-src-5.6.2.tar.xz) = 234612
+SHA256 (KDE/Qt/5.6.2/qtserialport-opensource-src-5.6.2.tar.xz) = af76281bad2c2bd283189635316b46091f6712134b845ae1b9e3016eec94f376
+SIZE (KDE/Qt/5.6.2/qtserialport-opensource-src-5.6.2.tar.xz) = 256852
+SHA256 (KDE/Qt/5.6.2/qtsvg-opensource-src-5.6.2.tar.xz) = f7a361bf661b31ae7779513559dd0b774171911bc57f5cfb6bed6878ddc8bc4e
+SIZE (KDE/Qt/5.6.2/qtsvg-opensource-src-5.6.2.tar.xz) = 1723056
+SHA256 (KDE/Qt/5.6.2/qttools-opensource-src-5.6.2.tar.xz) = db2bb4318786257a47172c377d9c456d5d5ec760d5d69240a4693dc87989e1b7
+SIZE (KDE/Qt/5.6.2/qttools-opensource-src-5.6.2.tar.xz) = 9794512
+SHA256 (KDE/Qt/5.6.2/qttranslations-opensource-src-5.6.2.tar.xz) = 7d793b447c1673206e0c5512883ad1435554dbaebf2152475b6d4a7ba6efa421
+SIZE (KDE/Qt/5.6.2/qttranslations-opensource-src-5.6.2.tar.xz) = 1204148
+SHA256 (KDE/Qt/5.6.2/qtwebchannel-opensource-src-5.6.2.tar.xz) = 700efdef5f51bdb77093f4db212afe275ad35a710ea08ba0e9e9cbc8f09f1a52
+SIZE (KDE/Qt/5.6.2/qtwebchannel-opensource-src-5.6.2.tar.xz) = 119792
+SHA256 (KDE/Qt/5.6.2/qtwebsockets-opensource-src-5.6.2.tar.xz) = 3cd9d4bbff8e6be5e252f00fc9ecb9ac2d8a193020288c7d1e82583daeb5ba35
+SIZE (KDE/Qt/5.6.2/qtwebsockets-opensource-src-5.6.2.tar.xz) = 171004
+SHA256 (KDE/Qt/5.6.2/qtx11extras-opensource-src-5.6.2.tar.xz) = 71ffde1cfaeec310677b69ecd16cb5992e8885cf3e73b4cec7d6e7a115b40ced
+SIZE (KDE/Qt/5.6.2/qtx11extras-opensource-src-5.6.2.tar.xz) = 33640
+SHA256 (KDE/Qt/5.6.2/qtxmlpatterns-opensource-src-5.6.2.tar.xz) = 7c6df3eebf188d8ce6822a22cebbc63da5ac27047cf1bd7236d5b988244782cc
+SIZE (KDE/Qt/5.6.2/qtxmlpatterns-opensource-src-5.6.2.tar.xz) = 1323576

Modified: head/misc/qt5-doc/Makefile
==============================================================================
--- head/misc/qt5-doc/Makefile	Fri Oct 28 13:42:53 2016	(r424841)
+++ head/misc/qt5-doc/Makefile	Fri Oct 28 13:43:14 2016	(r424842)
@@ -1,10 +1,10 @@
-# Created by: Ralf Nolden <nolden@kde.org>
+# Created by: Marie Loise Nolden <nolden@kde.org>
 # $FreeBSD$
 
 PORTNAME=	doc
 DISTVERSION=	${QT5_VERSION}
 CATEGORIES=	misc
-MASTER_SITES=	QT/official_releases/qt/${QT5_VERSION:R}/${QT5_VERSION}/${QT5_SUBDIR}/single
+MASTER_SITES=	QT/official_releases/qt/${QT5_VERSION:R}/${QT5_VERSION}/single
 PKGNAMEPREFIX=	qt5-
 DISTNAME=	qt-everywhere-opensource-src-${QT5_VERSION}
 DIST_SUBDIR=	KDE/Qt/${QT5_VERSION}

Modified: head/misc/qt5-doc/distinfo
==============================================================================
--- head/misc/qt5-doc/distinfo	Fri Oct 28 13:42:53 2016	(r424841)
+++ head/misc/qt5-doc/distinfo	Fri Oct 28 13:43:14 2016	(r424842)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1467055722
-SHA256 (KDE/Qt/5.6.1/qt-everywhere-opensource-src-5.6.1.tar.xz) = 0d3cc75d2368ad988c9ec6bcbed6362dbaa8e03fdfd04e679284f4b9af91e565
-SIZE (KDE/Qt/5.6.1/qt-everywhere-opensource-src-5.6.1.tar.xz) = 297805000
+TIMESTAMP = 1476004270
+SHA256 (KDE/Qt/5.6.2/qt-everywhere-opensource-src-5.6.2.tar.xz) = 83e61bfc78bba230770704e828fa4d23fe3bbfdcfa4a8f5db37ce149731d89b3
+SIZE (KDE/Qt/5.6.2/qt-everywhere-opensource-src-5.6.2.tar.xz) = 297863804

Modified: head/misc/qt5-doc/pkg-plist
==============================================================================
--- head/misc/qt5-doc/pkg-plist	Fri Oct 28 13:42:53 2016	(r424841)
+++ head/misc/qt5-doc/pkg-plist	Fri Oct 28 13:43:14 2016	(r424842)
@@ -3598,7 +3598,6 @@
 %%QT_DOCDIR%%/qtdoc/qmlapplications.html
 %%QT_DOCDIR%%/qtdoc/qmlbasictypes.html
 %%QT_DOCDIR%%/qtdoc/qmlfirststeps.html
-%%QT_DOCDIR%%/qtdoc/qmlmodules.html
 %%QT_DOCDIR%%/qtdoc/qmltypes.html
 %%QT_DOCDIR%%/qtdoc/qpa.html
 %%QT_DOCDIR%%/qtdoc/qt-activex.html
@@ -5311,7 +5310,6 @@
 %%QT_DOCDIR%%/qtlinguist/style/offline.css
 %%QT_DOCDIR%%/qtlocation.qch
 %%QT_DOCDIR%%/qtlocation/examples-manifest.xml
-%%QT_DOCDIR%%/qtlocation/images/api-map.png
 %%QT_DOCDIR%%/qtlocation/images/api-mapcircle.png
 %%QT_DOCDIR%%/qtlocation/images/api-mappolygon.png
 %%QT_DOCDIR%%/qtlocation/images/api-mappolyline.png
@@ -5330,6 +5328,7 @@
 %%QT_DOCDIR%%/qtlocation/images/ico_out.png
 %%QT_DOCDIR%%/qtlocation/images/logo.png
 %%QT_DOCDIR%%/qtlocation/images/mapviewer.png
+%%QT_DOCDIR%%/qtlocation/images/minimal_map.png
 %%QT_DOCDIR%%/qtlocation/images/places.png
 %%QT_DOCDIR%%/qtlocation/images/places_list.png
 %%QT_DOCDIR%%/qtlocation/images/places_map.png
@@ -5532,6 +5531,11 @@
 %%QT_DOCDIR%%/qtlocation/qtlocation-mapviewer-menus-mainmenu-qml.html
 %%QT_DOCDIR%%/qtlocation/qtlocation-mapviewer-menus-mappopupmenu-qml.html
 %%QT_DOCDIR%%/qtlocation/qtlocation-mapviewer-menus-markerpopupmenu-qml.html
+%%QT_DOCDIR%%/qtlocation/qtlocation-minimal-map-example.html
+%%QT_DOCDIR%%/qtlocation/qtlocation-minimal-map-main-cpp.html
+%%QT_DOCDIR%%/qtlocation/qtlocation-minimal-map-main-qml.html
+%%QT_DOCDIR%%/qtlocation/qtlocation-minimal-map-minimal-map-pro.html
+%%QT_DOCDIR%%/qtlocation/qtlocation-minimal-map-qml-qrc.html
 %%QT_DOCDIR%%/qtlocation/qtlocation-module.html
 %%QT_DOCDIR%%/qtlocation/qtlocation-places-example.html
 %%QT_DOCDIR%%/qtlocation/qtlocation-places-forms-message-qml.html
@@ -10056,6 +10060,9 @@
 %%QT_DOCDIR%%/qtwebchannel/images/btn_prev.png
 %%QT_DOCDIR%%/qtwebchannel/images/bullet_dn.png
 %%QT_DOCDIR%%/qtwebchannel/images/bullet_sq.png
+%%QT_DOCDIR%%/qtwebchannel/images/chatclient-html.png
+%%QT_DOCDIR%%/qtwebchannel/images/chatclient-qml.png
+%%QT_DOCDIR%%/qtwebchannel/images/chatserver-cpp.png
 %%QT_DOCDIR%%/qtwebchannel/images/home.png
 %%QT_DOCDIR%%/qtwebchannel/images/ico_note.png
 %%QT_DOCDIR%%/qtwebchannel/images/ico_note_attention.png
@@ -12512,7 +12519,6 @@
 %%QT_DOCDIR%%/qtwinextras/images/taskbar-progress-stopped.png
 %%QT_DOCDIR%%/qtwinextras/images/taskbar-progress.png
 %%QT_DOCDIR%%/qtwinextras/images/thumbbar.png
-%%QT_DOCDIR%%/qtwinextras/images/used-in-examples/musicplayer/images/musicplayer.png
 %%QT_DOCDIR%%/qtwinextras/images/used-in-examples/quickplayer/images/media-pause-16.png
 %%QT_DOCDIR%%/qtwinextras/images/used-in-examples/quickplayer/images/media-pause-32.png
 %%QT_DOCDIR%%/qtwinextras/images/used-in-examples/quickplayer/images/media-play-16.png
@@ -12520,7 +12526,6 @@
 %%QT_DOCDIR%%/qtwinextras/images/used-in-examples/quickplayer/images/media-seek-backward-32.png
 %%QT_DOCDIR%%/qtwinextras/images/used-in-examples/quickplayer/images/media-seek-forward-32.png
 %%QT_DOCDIR%%/qtwinextras/images/used-in-examples/quickplayer/images/media-stop-32.png
-%%QT_DOCDIR%%/qtwinextras/images/used-in-examples/quickplayer/images/quickplayer.png
 %%QT_DOCDIR%%/qtwinextras/qml-qtwinextras-dwmfeatures-members.html
 %%QT_DOCDIR%%/qtwinextras/qml-qtwinextras-dwmfeatures.html
 %%QT_DOCDIR%%/qtwinextras/qml-qtwinextras-jumplist-members.html
@@ -12550,7 +12555,6 @@
 %%QT_DOCDIR%%/qtwinextras/qtwinextras-musicplayer-musicplayer-cpp.html
 %%QT_DOCDIR%%/qtwinextras/qtwinextras-musicplayer-musicplayer-h.html
 %%QT_DOCDIR%%/qtwinextras/qtwinextras-musicplayer-musicplayer-pro.html
-%%QT_DOCDIR%%/qtwinextras/qtwinextras-musicplayer-musicplayer-qrc.html
 %%QT_DOCDIR%%/qtwinextras/qtwinextras-musicplayer-volumebutton-cpp.html
 %%QT_DOCDIR%%/qtwinextras/qtwinextras-musicplayer-volumebutton-h.html
 %%QT_DOCDIR%%/qtwinextras/qtwinextras-overview.html

Modified: head/misc/qt5-examples/Makefile
==============================================================================
--- head/misc/qt5-examples/Makefile	Fri Oct 28 13:42:53 2016	(r424841)
+++ head/misc/qt5-examples/Makefile	Fri Oct 28 13:43:14 2016	(r424842)
@@ -1,16 +1,17 @@
-# Created by: Ralf Nolden <nolden@kde.org>
+# Created by: Marie Loise Nolden <nolden@kde.org>
 # $FreeBSD$
 
 PORTNAME=	examples
 DISTVERSION=	${QT5_VERSION}
 CATEGORIES=	misc
-MASTER_SITES=	QT/official_releases/qt/${QT5_VERSION:R}/${QT5_VERSION}/${QT5_SUBDIR}/single/
+MASTER_SITES=	QT/official_releases/qt/${QT5_VERSION:R}/${QT5_VERSION}/single
+
 PKGNAMEPREFIX=	qt5-
 DISTNAME=	qt-everywhere-opensource-src-${QT5_VERSION}
 DIST_SUBDIR=	KDE/Qt/${QT5_VERSION}
 
 MAINTAINER=	kde@FreeBSD.org
-COMMENT=	Qt 5 examples sourcecodes
+COMMENT=	Qt 5 examples sourcecode
 
 NO_ARCH=	yes
 NO_BUILD=	yes

Modified: head/misc/qt5-examples/pkg-plist
==============================================================================
--- head/misc/qt5-examples/pkg-plist	Fri Oct 28 13:42:53 2016	(r424841)
+++ head/misc/qt5-examples/pkg-plist	Fri Oct 28 13:43:14 2016	(r424842)
@@ -794,6 +794,12 @@
 %%QT_EXAMPLEDIR%%/location/mapviewer/resources/marker.png
 %%QT_EXAMPLEDIR%%/location/mapviewer/resources/scale.png
 %%QT_EXAMPLEDIR%%/location/mapviewer/resources/scale_end.png
+%%QT_EXAMPLEDIR%%/location/minimal_map/doc/images/minimal_map.png
+%%QT_EXAMPLEDIR%%/location/minimal_map/doc/src/minimal_map.qdoc
+%%QT_EXAMPLEDIR%%/location/minimal_map/main.cpp
+%%QT_EXAMPLEDIR%%/location/minimal_map/main.qml
+%%QT_EXAMPLEDIR%%/location/minimal_map/minimal_map.pro
+%%QT_EXAMPLEDIR%%/location/minimal_map/qml.qrc
 %%QT_EXAMPLEDIR%%/location/places/doc/images/places.png
 %%QT_EXAMPLEDIR%%/location/places/doc/src/places.qdoc
 %%QT_EXAMPLEDIR%%/location/places/forms/Message.qml
@@ -2763,7 +2769,6 @@
 %%QT_EXAMPLEDIR%%/quick/demos/photoviewer/PhotoViewerCore/images/busy.png
 %%QT_EXAMPLEDIR%%/quick/demos/photoviewer/PhotoViewerCore/images/cardboard.png
 %%QT_EXAMPLEDIR%%/quick/demos/photoviewer/PhotoViewerCore/script/script.js
-%%QT_EXAMPLEDIR%%/quick/demos/photoviewer/deployment.pri
 %%QT_EXAMPLEDIR%%/quick/demos/photoviewer/doc/images/qtquick-demo-photoviewer-small.png
 %%QT_EXAMPLEDIR%%/quick/demos/photoviewer/doc/src/photoviewer.qdoc
 %%QT_EXAMPLEDIR%%/quick/demos/photoviewer/i18n/qml_de.qm
@@ -3180,7 +3185,6 @@
 %%QT_EXAMPLEDIR%%/quick/quickwidgets/quickwidget/doc/images/qtquickwidgets-example.png
 %%QT_EXAMPLEDIR%%/quick/quickwidgets/quickwidget/doc/src/quickwidget.qdoc
 %%QT_EXAMPLEDIR%%/quick/quickwidgets/quickwidget/main.cpp
-%%QT_EXAMPLEDIR%%/quick/quickwidgets/quickwidget/qtquickwidgets-example.png
 %%QT_EXAMPLEDIR%%/quick/quickwidgets/quickwidget/quickwidget.pro
 %%QT_EXAMPLEDIR%%/quick/quickwidgets/quickwidget/quickwidget.qrc
 %%QT_EXAMPLEDIR%%/quick/quickwidgets/quickwidget/rotatingsquare.qml
@@ -4416,13 +4420,16 @@
 %%QT_EXAMPLEDIR%%/uitools/uitools.pro
 %%QT_EXAMPLEDIR%%/webchannel/chatclient-html/chatclient-html.pro
 %%QT_EXAMPLEDIR%%/webchannel/chatclient-html/chatclient.html
+%%QT_EXAMPLEDIR%%/webchannel/chatclient-html/doc/images/chatclient-html.png
 %%QT_EXAMPLEDIR%%/webchannel/chatclient-html/doc/src/chatclient-html.qdoc
 %%QT_EXAMPLEDIR%%/webchannel/chatclient-qml/chatclient-qml.pro
+%%QT_EXAMPLEDIR%%/webchannel/chatclient-qml/doc/images/chatclient-qml.png
 %%QT_EXAMPLEDIR%%/webchannel/chatclient-qml/doc/src/chatclient-qml.qdoc
 %%QT_EXAMPLEDIR%%/webchannel/chatclient-qml/qmlchatclient.qml
 %%QT_EXAMPLEDIR%%/webchannel/chatserver-cpp/chatserver-cpp.pro
 %%QT_EXAMPLEDIR%%/webchannel/chatserver-cpp/chatserver.cpp
 %%QT_EXAMPLEDIR%%/webchannel/chatserver-cpp/chatserver.h
+%%QT_EXAMPLEDIR%%/webchannel/chatserver-cpp/doc/images/chatserver-cpp.png
 %%QT_EXAMPLEDIR%%/webchannel/chatserver-cpp/doc/src/chatserver-cpp.qdoc
 %%QT_EXAMPLEDIR%%/webchannel/chatserver-cpp/main.cpp
 %%QT_EXAMPLEDIR%%/webchannel/exampleassets.pri

Modified: head/misc/qt5-l10n/pkg-plist
==============================================================================
--- head/misc/qt5-l10n/pkg-plist	Fri Oct 28 13:42:53 2016	(r424841)
+++ head/misc/qt5-l10n/pkg-plist	Fri Oct 28 13:43:14 2016	(r424842)
@@ -173,6 +173,7 @@
 %%QT_L10NDIR%%/qtquick1_ru.qm
 %%QT_L10NDIR%%/qtquick1_sk.qm
 %%QT_L10NDIR%%/qtquick1_uk.qm
+%%QT_L10NDIR%%/qtquickcontrols2_en.qm
 %%QT_L10NDIR%%/qtquickcontrols2_uk.qm
 %%QT_L10NDIR%%/qtquickcontrols_de.qm
 %%QT_L10NDIR%%/qtquickcontrols_en.qm

Modified: head/net/qt5-network/pkg-plist
==============================================================================
--- head/net/qt5-network/pkg-plist	Fri Oct 28 13:42:53 2016	(r424841)
+++ head/net/qt5-network/pkg-plist	Fri Oct 28 13:43:14 2016	(r424842)
@@ -44,7 +44,6 @@
 %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qnetworkreplyfileimpl_p.h
 %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qnetworkreplyhttpimpl_p.h
 %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qnetworkreplyimpl_p.h
-%%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qnetworkreplynsurlconnectionimpl_p.h
 %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qnetworkrequest_p.h
 %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qnetworksession_p.h
 %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qsharednetworksession_p.h

Modified: head/www/webkit-qt5/Makefile
==============================================================================
--- head/www/webkit-qt5/Makefile	Fri Oct 28 13:42:53 2016	(r424841)
+++ head/www/webkit-qt5/Makefile	Fri Oct 28 13:43:14 2016	(r424842)
@@ -2,7 +2,6 @@
 
 PORTNAME=	webkit
 DISTVERSION=	${QT5_VERSION}
-PORTREVISION=	2
 CATEGORIES=	www
 MASTER_SITE_SUBDIR=	community_releases/${QT5_VERSION:R}/${QT5_VERSION}/
 PKGNAMEPREFIX=	qt5-

Modified: head/www/webkit-qt5/distinfo
==============================================================================
--- head/www/webkit-qt5/distinfo	Fri Oct 28 13:42:53 2016	(r424841)
+++ head/www/webkit-qt5/distinfo	Fri Oct 28 13:43:14 2016	(r424842)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1465382905
-SHA256 (KDE/Qt/5.6.1/qtwebkit-opensource-src-5.6.1.tar.xz) = f5cfbfa5fad2b65a9be907d426f99694b86a04c3bb5a8814b21bd0ade4c672aa
-SIZE (KDE/Qt/5.6.1/qtwebkit-opensource-src-5.6.1.tar.xz) = 35306084
+TIMESTAMP = 1476277006
+SHA256 (KDE/Qt/5.6.2/qtwebkit-opensource-src-5.6.2.tar.xz) = 528a6b8b1c5095367b26e8ce4f3a46bb739e2e9913ff4dfc6ef58a04fcd73966
+SIZE (KDE/Qt/5.6.2/qtwebkit-opensource-src-5.6.2.tar.xz) = 35306252

Modified: head/x11-themes/qt5-style-plugins/Makefile
==============================================================================
--- head/x11-themes/qt5-style-plugins/Makefile	Fri Oct 28 13:42:53 2016	(r424841)
+++ head/x11-themes/qt5-style-plugins/Makefile	Fri Oct 28 13:43:14 2016	(r424842)
@@ -1,4 +1,4 @@
-# Created by: Ralf Nolden <nolden@kde.org>
+# Created by: Marie Loise Nolden <nolden@kde.org>
 # $FreeBSD$
 
 PORTNAME=	qt5-style-plugins

Modified: head/x11-toolkits/qt5-gui/Makefile
==============================================================================
--- head/x11-toolkits/qt5-gui/Makefile	Fri Oct 28 13:42:53 2016	(r424841)
+++ head/x11-toolkits/qt5-gui/Makefile	Fri Oct 28 13:43:14 2016	(r424842)
@@ -82,6 +82,10 @@ CFLAGS_powerpc64=	-mminimal-toc
 CXXFLAGS+=	-flax-vector-conversions
 .endif
 
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
+EXTRA_PATCHES+=  ${FILESDIR}/extrapatch-src_gui_painting_qcolor.cpp
+.endif
+
 post-build:
 .for d in ${MORE_WRKSRCS}
 	@cd ${WRKSRC}/${d} && \

Added: head/x11-toolkits/qt5-gui/files/extrapatch-src_gui_painting_qcolor.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-toolkits/qt5-gui/files/extrapatch-src_gui_painting_qcolor.cpp	Fri Oct 28 13:43:14 2016	(r424842)
@@ -0,0 +1,20 @@
+On FreeBSD 9.3 with gcc-4.2 we need to mark the constant as an unsigned long long. 
+Else the compiler will choke on it being too large:
+
+c++ -c -O2 -pipe [...] itemmodels/qstandarditemmodel.cpp
+painting/qcolor.cpp:527: error: integer constant is too large for 'long' type
+*** [.obj/qcolor.o] Error code 1
+1 error
+
+
+--- src/gui/painting/qcolor.cpp.orig	2016-10-10 16:17:59 UTC
++++ src/gui/painting/qcolor.cpp
+@@ -524,7 +524,7 @@ QString QColor::name(NameFormat format) 
+         return QLatin1Char('#') + QString::number(rgba() | 0x1000000, 16).rightRef(6);
+     case HexArgb:
+         // it's called rgba() but it does return AARRGGBB
+-        return QLatin1Char('#') + QString::number(rgba() | 0x100000000, 16).rightRef(8);
++        return QLatin1Char('#') + QString::number(rgba() | 0x100000000ULL, 16).rightRef(8);
+     }
+     return QString();
+ }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610281343.u9SDhErn056247>