View | Details | Raw Unified | Return to bug 241649 | Differences between
and this patch

Collapse All | Expand All

(-)b/Mk/Uses/qt-dist.mk (-2 / +1 lines)
Lines 170-177 CONFIGURE_ARGS+= -verbose Link Here
170
_EXTRA_PATCHES_QT5=	${PORTSDIR}/devel/${_QT_RELNAME}/files/extrapatch-mkspecs_features_create__cmake.prf \
170
_EXTRA_PATCHES_QT5=	${PORTSDIR}/devel/${_QT_RELNAME}/files/extrapatch-mkspecs_features_create__cmake.prf \
171
			${PORTSDIR}/devel/${_QT_RELNAME}/files/extrapatch-mkspecs_features_qt__module.prf \
171
			${PORTSDIR}/devel/${_QT_RELNAME}/files/extrapatch-mkspecs_features_qt__module.prf \
172
			${PORTSDIR}/devel/${_QT_RELNAME}/files/extrapatch-mkspecs_common_bsd_bsd.conf \
172
			${PORTSDIR}/devel/${_QT_RELNAME}/files/extrapatch-mkspecs_common_bsd_bsd.conf \
173
			${PORTSDIR}/devel/${_QT_RELNAME}/files/extrapatch-mkspecs_freebsd-clang_qmake.conf \
173
			${PORTSDIR}/devel/${_QT_RELNAME}/files/extrapatch-mkspecs_freebsd-clang_qmake.conf
174
			${PORTSDIR}/devel/${_QT_RELNAME}/files/extrapatch-mkspecs_features_data_cmake_Qt5BasicConfig.cmake.in
175
.        if ${ARCH:Mmips*} || ${ARCH:Mpowerpc*} || ${ARCH} == sparc64
174
.        if ${ARCH:Mmips*} || ${ARCH:Mpowerpc*} || ${ARCH} == sparc64
176
_EXTRA_PATCHES_QT5+=	${PORTSDIR}/devel/${_QT_RELNAME}/files/extra-patch-mkspecs_common_g++-base.conf \
175
_EXTRA_PATCHES_QT5+=	${PORTSDIR}/devel/${_QT_RELNAME}/files/extra-patch-mkspecs_common_g++-base.conf \
177
			${PORTSDIR}/devel/${_QT_RELNAME}/files/extra-patch-mkspecs_common_gcc-base.conf \
176
			${PORTSDIR}/devel/${_QT_RELNAME}/files/extra-patch-mkspecs_common_gcc-base.conf \
(-)b/Mk/Uses/qt.mk (-1 / +1 lines)
Lines 22-28 _QT_MK_INCLUDED= qt.mk Link Here
22
22
23
# Qt versions currently supported by the framework.
23
# Qt versions currently supported by the framework.
24
_QT_SUPPORTED?=		5
24
_QT_SUPPORTED?=		5
25
QT5_VERSION?=		5.13.0
25
QT5_VERSION?=		5.13.2
26
26
27
# We accept the Qt version to be passed by either or all of the three mk files.
27
# We accept the Qt version to be passed by either or all of the three mk files.
28
.  if empty(qt_ARGS) && empty(qmake_ARGS) && empty(qt-dist_ARGS)
28
.  if empty(qt_ARGS) && empty(qmake_ARGS) && empty(qt-dist_ARGS)
(-)b/cad/qcad/Makefile (+3 lines)
Lines 57-62 CFLAGS_i386= -fPIC Link Here
57
CXXFLAGS_i386= -fPIC
57
CXXFLAGS_i386= -fPIC
58
58
59
pre-configure:
59
pre-configure:
60
	${MKDIR} ${WRKSRC}/src/3rdparty/qt-labs-qtscriptgenerator-5.13.2
61
	${CP} ${WRKSRC}/src/3rdparty/qt-labs-qtscriptgenerator-5.13.0/qt-labs-qtscriptgenerator-5.13.0.pro \
62
	      ${WRKSRC}/src/3rdparty/qt-labs-qtscriptgenerator-5.13.2/qt-labs-qtscriptgenerator-5.13.2.pro
60
	${REINPLACE_CMD} -e "s|%%DATADIR%%|${DATADIR}|"	\
63
	${REINPLACE_CMD} -e "s|%%DATADIR%%|${DATADIR}|"	\
61
		${WRKSRC}/src/core/RS.cpp
64
		${WRKSRC}/src/core/RS.cpp
62
	${REINPLACE_CMD} -e "s|%%DATADIR%%|${DATADIR}|"	\
65
	${REINPLACE_CMD} -e "s|%%DATADIR%%|${DATADIR}|"	\
(-)b/comms/qt5-connectivity/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	connectivity
3
PORTNAME=	connectivity
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	comms
5
CATEGORIES=	comms
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)b/comms/qt5-sensors/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	sensors
3
PORTNAME=	sensors
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	comms
5
CATEGORIES=	comms
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)b/comms/qt5-serialbus/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	serialbus
3
PORTNAME=	serialbus
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	comms
5
CATEGORIES=	comms
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)b/comms/qt5-serialport/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	serialport
3
PORTNAME=	serialport
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	comms
5
CATEGORIES=	comms
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)b/databases/qt5-sql/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	sql
3
PORTNAME=	sql
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	databases
5
CATEGORIES=	databases
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)b/devel/qt5-assistant/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	assistant
3
PORTNAME=	assistant
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	devel
5
CATEGORIES=	devel
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)b/devel/qt5-buildtools/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	buildtools
3
PORTNAME=	buildtools
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	devel
5
CATEGORIES=	devel
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)b/devel/qt5-buildtools/pkg-plist (+2 lines)
Lines 4-6 Link Here
4
%%QT_LIBDIR%%/libQt5Bootstrap.a
4
%%QT_LIBDIR%%/libQt5Bootstrap.a
5
%%QT_LIBDIR%%/libQt5Bootstrap.prl
5
%%QT_LIBDIR%%/libQt5Bootstrap.prl
6
%%QT_MKSPECDIR%%/modules/qt_lib_bootstrap_private.pri
6
%%QT_MKSPECDIR%%/modules/qt_lib_bootstrap_private.pri
7
%%QT_CMAKEDIR%%/Qt5Bootstrap/Qt5BootstrapConfig.cmake
8
%%QT_CMAKEDIR%%/Qt5Bootstrap/Qt5BootstrapConfigVersion.cmake
(-)b/devel/qt5-concurrent/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	concurrent
3
PORTNAME=	concurrent
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	devel
5
CATEGORIES=	devel
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)b/devel/qt5-core/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	core
3
PORTNAME=	core
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	devel
5
CATEGORIES=	devel
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)b/devel/qt5-dbus/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	dbus
3
PORTNAME=	dbus
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	devel
5
CATEGORIES=	devel
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)b/devel/qt5-designer/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	designer
3
PORTNAME=	designer
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	devel
5
CATEGORIES=	devel
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)b/devel/qt5-designer/pkg-plist (+2 lines)
Lines 178-183 Link Here
178
%%QT_CMAKEDIR%%/Qt5Designer/Qt5DesignerConfig.cmake
178
%%QT_CMAKEDIR%%/Qt5Designer/Qt5DesignerConfig.cmake
179
%%QT_CMAKEDIR%%/Qt5Designer/Qt5DesignerConfigVersion.cmake
179
%%QT_CMAKEDIR%%/Qt5Designer/Qt5DesignerConfigVersion.cmake
180
%%QT_CMAKEDIR%%/Qt5Designer/Qt5Designer_QQuickWidgetPlugin.cmake
180
%%QT_CMAKEDIR%%/Qt5Designer/Qt5Designer_QQuickWidgetPlugin.cmake
181
%%QT_CMAKEDIR%%/Qt5DesignerComponents/Qt5DesignerComponentsConfig.cmake
182
%%QT_CMAKEDIR%%/Qt5DesignerComponents/Qt5DesignerComponentsConfigVersion.cmake
181
%%WEBKIT%%%%QT_CMAKEDIR%%/Qt5Designer/Qt5Designer_QWebViewPlugin.cmake
183
%%WEBKIT%%%%QT_CMAKEDIR%%/Qt5Designer/Qt5Designer_QWebViewPlugin.cmake
182
%%QT_BINDIR%%/designer
184
%%QT_BINDIR%%/designer
183
%%QT_LIBDIR%%/libQt5Designer.prl
185
%%QT_LIBDIR%%/libQt5Designer.prl
(-)b/devel/qt5-help/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	help
3
PORTNAME=	help
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	devel
5
CATEGORIES=	devel
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)b/devel/qt5-linguist/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	linguist
3
PORTNAME=	linguist
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	devel
5
CATEGORIES=	devel
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)b/devel/qt5-linguisttools/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	linguisttools
3
PORTNAME=	linguisttools
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	devel
5
CATEGORIES=	devel
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)a/devel/qt5-linguisttools/files/patch-src_linguist_lrelease_main.cpp (-19 lines)
Removed Link Here
1
This is upstream as
2
3
https://code.qt.io/cgit/qt/qttools.git/commit/src/linguist/lrelease?h=5.13.1&id=6a832f5474d3b4f789e4bcdebcd425e5ec98423f
4
5
in 5.13.1
6
7
--- src/linguist/lrelease/main.cpp.orig	2019-09-01 11:53:23 UTC
8
+++ src/linguist/lrelease/main.cpp
9
@@ -180,7 +180,9 @@ static QStringList translationsFromProjects(const Proj
10
 
11
 static QStringList translationsFromProject(const Project &project, bool topLevel)
12
 {
13
-    QStringList result = *project.translations;
14
+    QStringList result;
15
+    if (project.translations)
16
+        result << *project.translations;
17
     result << translationsFromProjects(project.subProjects, false);
18
     if (topLevel && result.isEmpty()) {
19
         printErr(LR::tr("lrelease warning: Met no 'TRANSLATIONS' entry in project file '%1'\n")
(-)b/devel/qt5-location/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	location
3
PORTNAME=	location
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	devel
5
CATEGORIES=	devel
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)b/devel/qt5-qdbus/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	qdbus
3
PORTNAME=	qdbus
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	devel
5
CATEGORIES=	devel
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)b/devel/qt5-qdbusviewer/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	qdbusviewer
3
PORTNAME=	qdbusviewer
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	devel
5
CATEGORIES=	devel
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)b/devel/qt5-qdoc-data/pkg-plist (+1 lines)
Lines 13-18 Link Here
13
%%QT_DOCDIR%%/global/html-header-online.qdocconf
13
%%QT_DOCDIR%%/global/html-header-online.qdocconf
14
%%QT_DOCDIR%%/global/includes-online/search.qdoc
14
%%QT_DOCDIR%%/global/includes-online/search.qdoc
15
%%QT_DOCDIR%%/global/includes/examples-run.qdocinc
15
%%QT_DOCDIR%%/global/includes/examples-run.qdocinc
16
%%QT_DOCDIR%%/global/includes/module-use.qdocinc
16
%%QT_DOCDIR%%/global/macros.qdocconf
17
%%QT_DOCDIR%%/global/macros.qdocconf
17
%%QT_DOCDIR%%/global/manifest-meta.qdocconf
18
%%QT_DOCDIR%%/global/manifest-meta.qdocconf
18
%%QT_DOCDIR%%/global/qt-cpp-defines.qdocconf
19
%%QT_DOCDIR%%/global/qt-cpp-defines.qdocconf
(-)b/devel/qt5-qdoc/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	qdoc
3
PORTNAME=	qdoc
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	2
6
CATEGORIES=	devel textproc
5
CATEGORIES=	devel textproc
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)b/devel/qt5-qmake/pkg-plist (+2 lines)
Lines 165-170 Link Here
165
%%QT_MKSPECDIR%%/features/android/android_deployment_settings.prf
165
%%QT_MKSPECDIR%%/features/android/android_deployment_settings.prf
166
%%QT_MKSPECDIR%%/features/android/resolve_target.prf
166
%%QT_MKSPECDIR%%/features/android/resolve_target.prf
167
%%QT_MKSPECDIR%%/features/android/sdk.prf
167
%%QT_MKSPECDIR%%/features/android/sdk.prf
168
%%QT_MKSPECDIR%%/features/android/spec_post.prf
168
%%QT_MKSPECDIR%%/features/benchmark.prf
169
%%QT_MKSPECDIR%%/features/benchmark.prf
169
%%QT_MKSPECDIR%%/features/build_pass.prf
170
%%QT_MKSPECDIR%%/features/build_pass.prf
170
%%QT_MKSPECDIR%%/features/cmake_functions.prf
171
%%QT_MKSPECDIR%%/features/cmake_functions.prf
Lines 252-257 Link Here
252
%%QT_MKSPECDIR%%/features/qt_module_pris.prf
253
%%QT_MKSPECDIR%%/features/qt_module_pris.prf
253
%%QT_MKSPECDIR%%/features/qt_parts.prf
254
%%QT_MKSPECDIR%%/features/qt_parts.prf
254
%%QT_MKSPECDIR%%/features/qt_plugin.prf
255
%%QT_MKSPECDIR%%/features/qt_plugin.prf
256
%%QT_MKSPECDIR%%/features/qt_prefix_build_check.prf
255
%%QT_MKSPECDIR%%/features/qt_targets.prf
257
%%QT_MKSPECDIR%%/features/qt_targets.prf
256
%%QT_MKSPECDIR%%/features/qt_test_helper.prf
258
%%QT_MKSPECDIR%%/features/qt_test_helper.prf
257
%%QT_MKSPECDIR%%/features/qt_tool.prf
259
%%QT_MKSPECDIR%%/features/qt_tool.prf
(-)b/devel/qt5-remoteobjects/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	remoteobjects
3
PORTNAME=	remoteobjects
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	devel
5
CATEGORIES=	devel
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)b/devel/qt5-remoteobjects/pkg-plist (+2 lines)
Lines 70-75 Link Here
70
%%QT_LIBDIR%%/libQt5RemoteObjects.so.%%SHORTVER%%
70
%%QT_LIBDIR%%/libQt5RemoteObjects.so.%%SHORTVER%%
71
%%QT_LIBDIR%%/libQt5RemoteObjects.so.%%FULLVER%%
71
%%QT_LIBDIR%%/libQt5RemoteObjects.so.%%FULLVER%%
72
%%DEBUG%%%%QT_LIBDIR%%/libQt5RemoteObjects.so.%%FULLVER%%.debug
72
%%DEBUG%%%%QT_LIBDIR%%/libQt5RemoteObjects.so.%%FULLVER%%.debug
73
%%QT_LIBDIR%%/libQt5RepParser.prl
73
%%QT_MKSPECDIR%%/features/remoteobjects_repc.prf
74
%%QT_MKSPECDIR%%/features/remoteobjects_repc.prf
74
%%QT_MKSPECDIR%%/features/repcclient.pri
75
%%QT_MKSPECDIR%%/features/repcclient.pri
75
%%QT_MKSPECDIR%%/features/repccommon.pri
76
%%QT_MKSPECDIR%%/features/repccommon.pri
Lines 89-91 Link Here
89
%%QT_QMLDIR%%/QtRemoteObjects/plugins.qmltypes
90
%%QT_QMLDIR%%/QtRemoteObjects/plugins.qmltypes
90
%%QT_QMLDIR%%/QtRemoteObjects/qmldir
91
%%QT_QMLDIR%%/QtRemoteObjects/qmldir
91
libdata/pkgconfig/Qt5RemoteObjects.pc
92
libdata/pkgconfig/Qt5RemoteObjects.pc
93
libdata/pkgconfig/Qt5RepParser.pc
(-)b/devel/qt5-script/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	script
3
PORTNAME=	script
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	devel
5
CATEGORIES=	devel
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)b/devel/qt5-scripttools/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	scripttools
3
PORTNAME=	scripttools
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	devel
5
CATEGORIES=	devel
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)b/devel/qt5-scxml/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	scxml
3
PORTNAME=	scxml
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	devel
5
CATEGORIES=	devel
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)b/devel/qt5-testlib/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	testlib
3
PORTNAME=	testlib
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	devel
5
CATEGORIES=	devel
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)b/devel/qt5-uitools/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	uitools
3
PORTNAME=	uitools
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	devel
5
CATEGORIES=	devel
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)b/devel/qt5/distinfo (-81 / +81 lines)
Lines 1-81 Link Here
1
TIMESTAMP = 1561315565
1
TIMESTAMP = 1572554821
2
SHA256 (KDE/Qt/5.13.0/qt3d-everywhere-src-5.13.0.tar.xz) = 9f6b317acbcf483bf78465956669957eb19fdd8df610e9a580d42017e629ec4f
2
SHA256 (KDE/Qt/5.13.2/qt3d-everywhere-src-5.13.2.tar.xz) = d1b9fc0be82264b5f76c3a5330901dff95c1f2bcb67916c3fac6bad4ff69adc9
3
SIZE (KDE/Qt/5.13.0/qt3d-everywhere-src-5.13.0.tar.xz) = 84982424
3
SIZE (KDE/Qt/5.13.2/qt3d-everywhere-src-5.13.2.tar.xz) = 81537856
4
SHA256 (KDE/Qt/5.13.0/qtactiveqt-everywhere-src-5.13.0.tar.xz) = 7abccc4dfc8891dc96594ace38cfe006ff7fd0eaffcb49c856f4e60119357323
4
SHA256 (KDE/Qt/5.13.2/qtactiveqt-everywhere-src-5.13.2.tar.xz) = 0f34a2f59a4438b4d060066eaed35e0f738d620b42782d598bad2f1a56cc094a
5
SIZE (KDE/Qt/5.13.0/qtactiveqt-everywhere-src-5.13.0.tar.xz) = 263492
5
SIZE (KDE/Qt/5.13.2/qtactiveqt-everywhere-src-5.13.2.tar.xz) = 264608
6
SHA256 (KDE/Qt/5.13.0/qtandroidextras-everywhere-src-5.13.0.tar.xz) = d49a2e60348affb4cf367d29ed307d162ace27e41c5a947dd7c712d816dccea2
6
SHA256 (KDE/Qt/5.13.2/qtandroidextras-everywhere-src-5.13.2.tar.xz) = 403e8f463552564333b1a4d2e0a52c28b27296d096737e55a2327642a7277af8
7
SIZE (KDE/Qt/5.13.0/qtandroidextras-everywhere-src-5.13.0.tar.xz) = 105200
7
SIZE (KDE/Qt/5.13.2/qtandroidextras-everywhere-src-5.13.2.tar.xz) = 105628
8
SHA256 (KDE/Qt/5.13.0/qtbase-everywhere-src-5.13.0.tar.xz) = ff6964b3b528cd3b1d21bcf3470006e8e5cbe69591923f982871d886ea0488fe
8
SHA256 (KDE/Qt/5.13.2/qtbase-everywhere-src-5.13.2.tar.xz) = 26b6b686d66a7ad28eaca349e55e2894e5a735f3831e45f2049e93b1daa92121
9
SIZE (KDE/Qt/5.13.0/qtbase-everywhere-src-5.13.0.tar.xz) = 48640652
9
SIZE (KDE/Qt/5.13.2/qtbase-everywhere-src-5.13.2.tar.xz) = 48735704
10
SHA256 (KDE/Qt/5.13.0/qtcharts-everywhere-src-5.13.0.tar.xz) = 04e381ec287edf230583eb32fbcde40bce62119d3eabbe2978f4ce8366e36b27
10
SHA256 (KDE/Qt/5.13.2/qtcharts-everywhere-src-5.13.2.tar.xz) = 3bad81c3cfb32cf72fb0ce2ac2794d031cf78a3902b4715f89c09b2d0e041e87
11
SIZE (KDE/Qt/5.13.0/qtcharts-everywhere-src-5.13.0.tar.xz) = 4245840
11
SIZE (KDE/Qt/5.13.2/qtcharts-everywhere-src-5.13.2.tar.xz) = 4244092
12
SHA256 (KDE/Qt/5.13.0/qtconnectivity-everywhere-src-5.13.0.tar.xz) = 64fad0692c639d25295cc85f12526f3fe2eaeb51bcf47d8561ad00dd57ad5053
12
SHA256 (KDE/Qt/5.13.2/qtconnectivity-everywhere-src-5.13.2.tar.xz) = 644e234eb64f602ef5cdeb8802ef9b58e75478f1124f001937275d62ed692e17
13
SIZE (KDE/Qt/5.13.0/qtconnectivity-everywhere-src-5.13.0.tar.xz) = 2758792
13
SIZE (KDE/Qt/5.13.2/qtconnectivity-everywhere-src-5.13.2.tar.xz) = 2777504
14
SHA256 (KDE/Qt/5.13.0/qtdatavis3d-everywhere-src-5.13.0.tar.xz) = 6f4e5dd8e7a94d117f374a9b66013e373f5c1ccf963ad6556bf1fc8baf783821
14
SHA256 (KDE/Qt/5.13.2/qtdatavis3d-everywhere-src-5.13.2.tar.xz) = ecf934c3eb07173505781734f95cfc2cf9d89e6b1b98516ac98a137797f4ef28
15
SIZE (KDE/Qt/5.13.0/qtdatavis3d-everywhere-src-5.13.0.tar.xz) = 5200160
15
SIZE (KDE/Qt/5.13.2/qtdatavis3d-everywhere-src-5.13.2.tar.xz) = 5182216
16
SHA256 (KDE/Qt/5.13.0/qtdeclarative-everywhere-src-5.13.0.tar.xz) = b9e8780aef0af4a60e64dcc405bdf5c03a04b28e3b94d5c2e69d0006db566ba9
16
SHA256 (KDE/Qt/5.13.2/qtdeclarative-everywhere-src-5.13.2.tar.xz) = d9a524f45fe9e136cda2252f9d7013ec17046d907e3f39606db920987c22d1fd
17
SIZE (KDE/Qt/5.13.0/qtdeclarative-everywhere-src-5.13.0.tar.xz) = 20514784
17
SIZE (KDE/Qt/5.13.2/qtdeclarative-everywhere-src-5.13.2.tar.xz) = 20940748
18
SHA256 (KDE/Qt/5.13.0/qtdoc-everywhere-src-5.13.0.tar.xz) = 7e5202b83e91555c7f0842918332b4d623828002b46fde93014a32c6beea8106
18
SHA256 (KDE/Qt/5.13.2/qtdoc-everywhere-src-5.13.2.tar.xz) = be09543143d5dca984d2c2d9085751317e7a95b78fdbe9b6a30f2faa03543e46
19
SIZE (KDE/Qt/5.13.0/qtdoc-everywhere-src-5.13.0.tar.xz) = 5726900
19
SIZE (KDE/Qt/5.13.2/qtdoc-everywhere-src-5.13.2.tar.xz) = 5747084
20
SHA256 (KDE/Qt/5.13.0/qtgamepad-everywhere-src-5.13.0.tar.xz) = 6bc1086d8c6a36a80dfa939b5ecb372be8c913a81e2986d84302012eafdc4b63
20
SHA256 (KDE/Qt/5.13.2/qtgamepad-everywhere-src-5.13.2.tar.xz) = 75164885433e36a90b557aa7f319ff3d6278c3616469f67b42dda6eb8b92e76e
21
SIZE (KDE/Qt/5.13.0/qtgamepad-everywhere-src-5.13.0.tar.xz) = 385944
21
SIZE (KDE/Qt/5.13.2/qtgamepad-everywhere-src-5.13.2.tar.xz) = 386668
22
SHA256 (KDE/Qt/5.13.0/qtgraphicaleffects-everywhere-src-5.13.0.tar.xz) = 33bf92d6560d4d7b87f3e99dfacbc9cafc7ea5ef3d40f00cc3777a005251d0ff
22
SHA256 (KDE/Qt/5.13.2/qtgraphicaleffects-everywhere-src-5.13.2.tar.xz) = 297a89bb6c771f849c4ce866e5c98dadf665163b3dab03bc48a58f51424e7e66
23
SIZE (KDE/Qt/5.13.0/qtgraphicaleffects-everywhere-src-5.13.0.tar.xz) = 14270956
23
SIZE (KDE/Qt/5.13.2/qtgraphicaleffects-everywhere-src-5.13.2.tar.xz) = 14845928
24
SHA256 (KDE/Qt/5.13.0/qtimageformats-everywhere-src-5.13.0.tar.xz) = 91cb638e5f856acc17ab5a2e1a052dc91bb1af2bdbd7d99ba6a8a48f4a15f499
24
SHA256 (KDE/Qt/5.13.2/qtimageformats-everywhere-src-5.13.2.tar.xz) = 6968649fdccc7d633cf9ada25f1bdaf0a2fb45a214d58c2c47896166d4553ac0
25
SIZE (KDE/Qt/5.13.0/qtimageformats-everywhere-src-5.13.0.tar.xz) = 1800908
25
SIZE (KDE/Qt/5.13.2/qtimageformats-everywhere-src-5.13.2.tar.xz) = 1803796
26
SHA256 (KDE/Qt/5.13.0/qtlocation-everywhere-src-5.13.0.tar.xz) = 205a47d259841b3879c59d3054d8b1098d3b0e7b45c64ad327daedefb4421414
26
SHA256 (KDE/Qt/5.13.2/qtlocation-everywhere-src-5.13.2.tar.xz) = 5fe4b824d3dc6c800682ff986333ec09edb9c27582066e928b1862b4d58212e3
27
SIZE (KDE/Qt/5.13.0/qtlocation-everywhere-src-5.13.0.tar.xz) = 6112360
27
SIZE (KDE/Qt/5.13.2/qtlocation-everywhere-src-5.13.2.tar.xz) = 6050044
28
SHA256 (KDE/Qt/5.13.0/qtlottie-everywhere-src-5.13.0.tar.xz) = 5315e8a5d1ab76b61e1cf5f88f5ed43fe06b91ec732139902c9a242ac5ea714c
28
SHA256 (KDE/Qt/5.13.2/qtlottie-everywhere-src-5.13.2.tar.xz) = af9a10aaa110767ffd88e02cb8ad0a3930ccfeb61f0c125afbf3791136d36253
29
SIZE (KDE/Qt/5.13.0/qtlottie-everywhere-src-5.13.0.tar.xz) = 81940
29
SIZE (KDE/Qt/5.13.2/qtlottie-everywhere-src-5.13.2.tar.xz) = 82052
30
SHA256 (KDE/Qt/5.13.0/qtmacextras-everywhere-src-5.13.0.tar.xz) = 6a4effe1378e9ce27d3731ff5306929d252587e2c3a81c04979b9609702527e1
30
SHA256 (KDE/Qt/5.13.2/qtmacextras-everywhere-src-5.13.2.tar.xz) = 545ede0783ebc2405c6efa6ed0b2b7147a1d7e60eb7fcb853abfca0a9cb65ed5
31
SIZE (KDE/Qt/5.13.0/qtmacextras-everywhere-src-5.13.0.tar.xz) = 68800
31
SIZE (KDE/Qt/5.13.2/qtmacextras-everywhere-src-5.13.2.tar.xz) = 69164
32
SHA256 (KDE/Qt/5.13.0/qtmultimedia-everywhere-src-5.13.0.tar.xz) = 5076219d277083d2535e5f739d06783abe2e059e9d3fd9f924a1fa7970946d72
32
SHA256 (KDE/Qt/5.13.2/qtmultimedia-everywhere-src-5.13.2.tar.xz) = 5f885459d46ea2f2bb24597678befd4913d8f88029730d01984f51f9c367b9f4
33
SIZE (KDE/Qt/5.13.0/qtmultimedia-everywhere-src-5.13.0.tar.xz) = 3743064
33
SIZE (KDE/Qt/5.13.2/qtmultimedia-everywhere-src-5.13.2.tar.xz) = 3820660
34
SHA256 (KDE/Qt/5.13.0/qtnetworkauth-everywhere-src-5.13.0.tar.xz) = 91ff879d0a9f7e8ff658fb569136f102ee9f25bd47852e97a1f39826c1932c0d
34
SHA256 (KDE/Qt/5.13.2/qtnetworkauth-everywhere-src-5.13.2.tar.xz) = 6326943e5c1a3e6eac8dcc44d088f1a3d1c45d14100ff1e95f833b0463243af3
35
SIZE (KDE/Qt/5.13.0/qtnetworkauth-everywhere-src-5.13.0.tar.xz) = 140932
35
SIZE (KDE/Qt/5.13.2/qtnetworkauth-everywhere-src-5.13.2.tar.xz) = 141172
36
SHA256 (KDE/Qt/5.13.0/qtpurchasing-everywhere-src-5.13.0.tar.xz) = 8aba72cf543f3ef26d128824f844487beea319fbd155931a8771afcf48cdeb7e
36
SHA256 (KDE/Qt/5.13.2/qtpurchasing-everywhere-src-5.13.2.tar.xz) = e9ef800b7d79f660c72f7024f82a2915b1111b47417f93c3dc2354b9bf307ff4
37
SIZE (KDE/Qt/5.13.0/qtpurchasing-everywhere-src-5.13.0.tar.xz) = 207784
37
SIZE (KDE/Qt/5.13.2/qtpurchasing-everywhere-src-5.13.2.tar.xz) = 208096
38
SHA256 (KDE/Qt/5.13.0/qtquickcontrols-everywhere-src-5.13.0.tar.xz) = a5c6d40e0432246129d3f350a9aa419901dd73f2e4f8af6efb7a3e86e57ae167
38
SHA256 (KDE/Qt/5.13.2/qtquickcontrols-everywhere-src-5.13.2.tar.xz) = d6e64d8db13ada55fcb0d5e8ca26097085680087d931435c6c6db859d87493ea
39
SIZE (KDE/Qt/5.13.0/qtquickcontrols-everywhere-src-5.13.0.tar.xz) = 6056676
39
SIZE (KDE/Qt/5.13.2/qtquickcontrols-everywhere-src-5.13.2.tar.xz) = 5955448
40
SHA256 (KDE/Qt/5.13.0/qtquickcontrols2-everywhere-src-5.13.0.tar.xz) = a5cb7e6d68285203bfb1aee87551228879fa9d93d87be5c8bab38e5a79dc916d
40
SHA256 (KDE/Qt/5.13.2/qtquickcontrols2-everywhere-src-5.13.2.tar.xz) = 90ee8be7b66cc65f3f22e71a0b35adab5c169ac4f8ebc6f9e7685228bf8a7d70
41
SIZE (KDE/Qt/5.13.0/qtquickcontrols2-everywhere-src-5.13.0.tar.xz) = 9227220
41
SIZE (KDE/Qt/5.13.2/qtquickcontrols2-everywhere-src-5.13.2.tar.xz) = 9252912
42
SHA256 (KDE/Qt/5.13.0/qtremoteobjects-everywhere-src-5.13.0.tar.xz) = 24b2fc953ab4db7f46d8b7da38fef2483b2e9a51ea6836007077947e246fdadc
42
SHA256 (KDE/Qt/5.13.2/qtremoteobjects-everywhere-src-5.13.2.tar.xz) = bd24db9d2bb08ae7955291af52ee7510aa193d0f72ed0e3ff74f7cf7e81f4d65
43
SIZE (KDE/Qt/5.13.0/qtremoteobjects-everywhere-src-5.13.0.tar.xz) = 346092
43
SIZE (KDE/Qt/5.13.2/qtremoteobjects-everywhere-src-5.13.2.tar.xz) = 367032
44
SHA256 (KDE/Qt/5.13.0/qtscript-everywhere-src-5.13.0.tar.xz) = 2323eb93a215b837d8d276f7f35e7dfb6a28b952d8b51fb92c60619813a37a80
44
SHA256 (KDE/Qt/5.13.2/qtscript-everywhere-src-5.13.2.tar.xz) = 3d92691c25577fbf7511d40253de0cd9d31444ea5a0aa860f65efb9fa0f3ce70
45
SIZE (KDE/Qt/5.13.0/qtscript-everywhere-src-5.13.0.tar.xz) = 2674484
45
SIZE (KDE/Qt/5.13.2/qtscript-everywhere-src-5.13.2.tar.xz) = 2696452
46
SHA256 (KDE/Qt/5.13.0/qtscxml-everywhere-src-5.13.0.tar.xz) = fcd5b347a51d47b70b8192a20934951bb80cafa18fa55413ffc9e1fcb1bb2766
46
SHA256 (KDE/Qt/5.13.2/qtscxml-everywhere-src-5.13.2.tar.xz) = e489dff21e18c1e7f72ffd31af82404f845bd90824c6b978140591366398a9d9
47
SIZE (KDE/Qt/5.13.0/qtscxml-everywhere-src-5.13.0.tar.xz) = 434276
47
SIZE (KDE/Qt/5.13.2/qtscxml-everywhere-src-5.13.2.tar.xz) = 435428
48
SHA256 (KDE/Qt/5.13.0/qtsensors-everywhere-src-5.13.0.tar.xz) = 1fae52836c786a9fd50e9e1d590384b9aea479f4569e33fc2d69536bbe2cde48
48
SHA256 (KDE/Qt/5.13.2/qtsensors-everywhere-src-5.13.2.tar.xz) = 46f73bbfddfd78a419c6424d6839318774b84c955a7f7a96c12c590f6d8fb177
49
SIZE (KDE/Qt/5.13.0/qtsensors-everywhere-src-5.13.0.tar.xz) = 2036004
49
SIZE (KDE/Qt/5.13.2/qtsensors-everywhere-src-5.13.2.tar.xz) = 2046708
50
SHA256 (KDE/Qt/5.13.0/qtserialbus-everywhere-src-5.13.0.tar.xz) = 5ef8ce8d7dbdd4065e1a1e842d7effb7134ce262790fcd59076937f3b40b78f3
50
SHA256 (KDE/Qt/5.13.2/qtserialbus-everywhere-src-5.13.2.tar.xz) = 48159393b1368976b5324eac48424e2a6e5d63c783194d0576a978151f882da3
51
SIZE (KDE/Qt/5.13.0/qtserialbus-everywhere-src-5.13.0.tar.xz) = 330256
51
SIZE (KDE/Qt/5.13.2/qtserialbus-everywhere-src-5.13.2.tar.xz) = 338428
52
SHA256 (KDE/Qt/5.13.0/qtserialport-everywhere-src-5.13.0.tar.xz) = 2f58309789e1d6b3a2653922f932703cfffddaea06bff63a552900bd63beb985
52
SHA256 (KDE/Qt/5.13.2/qtserialport-everywhere-src-5.13.2.tar.xz) = 7677ffc1dce3b75c0a98d07d215588a8dccb5c276c55b4ecd60c35ed1c89cb34
53
SIZE (KDE/Qt/5.13.0/qtserialport-everywhere-src-5.13.0.tar.xz) = 302836
53
SIZE (KDE/Qt/5.13.2/qtserialport-everywhere-src-5.13.2.tar.xz) = 310736
54
SHA256 (KDE/Qt/5.13.0/qtspeech-everywhere-src-5.13.0.tar.xz) = 1bfeea13cc23a9d9a02081f4e3378bc8ef51af5dfd684b261cf0a0e93be5b644
54
SHA256 (KDE/Qt/5.13.2/qtspeech-everywhere-src-5.13.2.tar.xz) = a0aca08feeac6925ead7f841319bdcfd60bfc126de07807edaf267c2ca8d13d5
55
SIZE (KDE/Qt/5.13.0/qtspeech-everywhere-src-5.13.0.tar.xz) = 99952
55
SIZE (KDE/Qt/5.13.2/qtspeech-everywhere-src-5.13.2.tar.xz) = 100312
56
SHA256 (KDE/Qt/5.13.0/qtsvg-everywhere-src-5.13.0.tar.xz) = 0f568e20d13418c6d8e395db2ce4d2d706d3fb470cd665853e3637a29fde0eaf
56
SHA256 (KDE/Qt/5.13.2/qtsvg-everywhere-src-5.13.2.tar.xz) = 849e2e357e1333b64ecb728352f652cd8d916f029ed848f775b15d0b500cb7d7
57
SIZE (KDE/Qt/5.13.0/qtsvg-everywhere-src-5.13.0.tar.xz) = 1859144
57
SIZE (KDE/Qt/5.13.2/qtsvg-everywhere-src-5.13.2.tar.xz) = 1890380
58
SHA256 (KDE/Qt/5.13.0/qttools-everywhere-src-5.13.0.tar.xz) = a7887a618dc6434c2567521990c2a7ca72ca6a8379c1d93c5aa6c1798d7a0819
58
SHA256 (KDE/Qt/5.13.2/qttools-everywhere-src-5.13.2.tar.xz) = 919a2713b6d2d7873a09ad85bd93cf4282606e5bf84d5884250f665a253ec06e
59
SIZE (KDE/Qt/5.13.0/qttools-everywhere-src-5.13.0.tar.xz) = 9083492
59
SIZE (KDE/Qt/5.13.2/qttools-everywhere-src-5.13.2.tar.xz) = 9110256
60
SHA256 (KDE/Qt/5.13.0/qttranslations-everywhere-src-5.13.0.tar.xz) = 2f8fb3b2c62fcf1aacd0b32432b960a83546384688c0ea78514e4cf4f2f94c28
60
SHA256 (KDE/Qt/5.13.2/qttranslations-everywhere-src-5.13.2.tar.xz) = 25755941a2525de2d7ae48e0011d04db7cc09e4e73fe83293206ceafa0aa82d9
61
SIZE (KDE/Qt/5.13.0/qttranslations-everywhere-src-5.13.0.tar.xz) = 1379324
61
SIZE (KDE/Qt/5.13.2/qttranslations-everywhere-src-5.13.2.tar.xz) = 1365880
62
SHA256 (KDE/Qt/5.13.0/qtvirtualkeyboard-everywhere-src-5.13.0.tar.xz) = 91483feb79c648ec8820a238ee2a12cf1aa117e8f3a5b06d069450e0c9ad42e9
62
SHA256 (KDE/Qt/5.13.2/qtvirtualkeyboard-everywhere-src-5.13.2.tar.xz) = 8e368dde237d21666f6cc8512a060e205388e519a4d7559c0505cc75224ed62b
63
SIZE (KDE/Qt/5.13.0/qtvirtualkeyboard-everywhere-src-5.13.0.tar.xz) = 10918808
63
SIZE (KDE/Qt/5.13.2/qtvirtualkeyboard-everywhere-src-5.13.2.tar.xz) = 10923292
64
SHA256 (KDE/Qt/5.13.0/qtwayland-everywhere-src-5.13.0.tar.xz) = b67a6d8119628bca3301bd03992880db07d61d405534067c9cd2a598695a7cf3
64
SHA256 (KDE/Qt/5.13.2/qtwayland-everywhere-src-5.13.2.tar.xz) = 3c9b2358d9cee02552b875db93b56f3b9bc3b0f4df7a2ff7e8b72f2a8f2ca952
65
SIZE (KDE/Qt/5.13.0/qtwayland-everywhere-src-5.13.0.tar.xz) = 478076
65
SIZE (KDE/Qt/5.13.2/qtwayland-everywhere-src-5.13.2.tar.xz) = 495536
66
SHA256 (KDE/Qt/5.13.0/qtwebchannel-everywhere-src-5.13.0.tar.xz) = 7f6260c73bca968511ab2facfbb14b4d8cc7a9c5b2d0f9211e7390ed8fb52b9a
66
SHA256 (KDE/Qt/5.13.2/qtwebchannel-everywhere-src-5.13.2.tar.xz) = f452d419d8b19b566835f316bbf282dabc8b1c2a74c9c98c1aec4184465e9c13
67
SIZE (KDE/Qt/5.13.0/qtwebchannel-everywhere-src-5.13.0.tar.xz) = 183296
67
SIZE (KDE/Qt/5.13.2/qtwebchannel-everywhere-src-5.13.2.tar.xz) = 192652
68
SHA256 (KDE/Qt/5.13.0/qtwebengine-everywhere-src-5.13.0.tar.xz) = e0af82ecee1ab41b6732697f667b98b7b0c53164bebcfaad8070e88b2e064efe
68
SHA256 (KDE/Qt/5.13.2/qtwebengine-everywhere-src-5.13.2.tar.xz) = adcf56b5de6f34744bba2307b696fc75611884f4270e87dfa760d6e99dd711bb
69
SIZE (KDE/Qt/5.13.0/qtwebengine-everywhere-src-5.13.0.tar.xz) = 256899724
69
SIZE (KDE/Qt/5.13.2/qtwebengine-everywhere-src-5.13.2.tar.xz) = 255593964
70
SHA256 (KDE/Qt/5.13.0/qtwebglplugin-everywhere-src-5.13.0.tar.xz) = b8f05ee429f3fb7d6cef789333ddb56aafdc30a83e05b04f5f9e05650146c06e
70
SHA256 (KDE/Qt/5.13.2/qtwebglplugin-everywhere-src-5.13.2.tar.xz) = ae369929d5a3356391bccd25cac22846dc44cbb726ce7b60924f53944addabb7
71
SIZE (KDE/Qt/5.13.0/qtwebglplugin-everywhere-src-5.13.0.tar.xz) = 73464
71
SIZE (KDE/Qt/5.13.2/qtwebglplugin-everywhere-src-5.13.2.tar.xz) = 73608
72
SHA256 (KDE/Qt/5.13.0/qtwebsockets-everywhere-src-5.13.0.tar.xz) = f941dd44f6e16041a25723c1b70ce9e28910c630509da0044ecb9fdda28a6e34
72
SHA256 (KDE/Qt/5.13.2/qtwebsockets-everywhere-src-5.13.2.tar.xz) = fc11236c8bf69b27a4e237a27b9ea27fc90d8c25d81d1d451ce3a0b63cbc02d3
73
SIZE (KDE/Qt/5.13.0/qtwebsockets-everywhere-src-5.13.0.tar.xz) = 235516
73
SIZE (KDE/Qt/5.13.2/qtwebsockets-everywhere-src-5.13.2.tar.xz) = 244668
74
SHA256 (KDE/Qt/5.13.0/qtwebview-everywhere-src-5.13.0.tar.xz) = 090da2f41b3ea40e73d3a7d7d873492bb911a3492376bb44daee917b459535a9
74
SHA256 (KDE/Qt/5.13.2/qtwebview-everywhere-src-5.13.2.tar.xz) = 394cc7a9cb29b7883816ff3137b022f30568151aada0739fc99a23789c21c015
75
SIZE (KDE/Qt/5.13.0/qtwebview-everywhere-src-5.13.0.tar.xz) = 131236
75
SIZE (KDE/Qt/5.13.2/qtwebview-everywhere-src-5.13.2.tar.xz) = 131168
76
SHA256 (KDE/Qt/5.13.0/qtwinextras-everywhere-src-5.13.0.tar.xz) = 096387a674f7fa1faeda856b87e965bd2937e3dcce334f10df694468003887d4
76
SHA256 (KDE/Qt/5.13.2/qtwinextras-everywhere-src-5.13.2.tar.xz) = e94d70f68dacbcfa2bb0cbe53c7024083b16d5d44806c107fe268d34028cb779
77
SIZE (KDE/Qt/5.13.0/qtwinextras-everywhere-src-5.13.0.tar.xz) = 759460
77
SIZE (KDE/Qt/5.13.2/qtwinextras-everywhere-src-5.13.2.tar.xz) = 760204
78
SHA256 (KDE/Qt/5.13.0/qtx11extras-everywhere-src-5.13.0.tar.xz) = f33fe1cf2258bc972171f723c6f37208da47f578b09876fea47c7ba558a8f1d6
78
SHA256 (KDE/Qt/5.13.2/qtx11extras-everywhere-src-5.13.2.tar.xz) = 95a7c5c30f42e9575c3a17a2c0eb0cdbdd2d89dbcb3ee1426cd41bb07e28c51c
79
SIZE (KDE/Qt/5.13.0/qtx11extras-everywhere-src-5.13.0.tar.xz) = 115876
79
SIZE (KDE/Qt/5.13.2/qtx11extras-everywhere-src-5.13.2.tar.xz) = 127228
80
SHA256 (KDE/Qt/5.13.0/qtxmlpatterns-everywhere-src-5.13.0.tar.xz) = 75186ff075d9a3bd30cee145bad6bc69d491b5e555b048d11136727f050d7319
80
SHA256 (KDE/Qt/5.13.2/qtxmlpatterns-everywhere-src-5.13.2.tar.xz) = 1e87d8c004ec0beea3b29d13f0964c563aa9fae51c392c998750ca4e386374e2
81
SIZE (KDE/Qt/5.13.0/qtxmlpatterns-everywhere-src-5.13.0.tar.xz) = 1389724
81
SIZE (KDE/Qt/5.13.2/qtxmlpatterns-everywhere-src-5.13.2.tar.xz) = 1392192
(-)a/devel/qt5/files/extrapatch-mkspecs_features_data_cmake_Qt5BasicConfig.cmake.in (-18 lines)
Removed Link Here
1
Fix the location of the Qt5 libraries in the generated cmake files. Without this patch
2
we will get stuff like:
3
LINK_FLAGS = [...] /usr/local/lib/libQt5Widgets.so [...]
4
LINK_LIBRARIES=  [...] /usr/local/lib/qt5/libQt5Widgets.so.5.13.0 [...]
5
in the generated build.ninja files, making the builds fail due to the wrong path in
6
LINK_FLAGS
7
8
--- mkspecs/features/data/cmake/Qt5BasicConfig.cmake.in.orig	2019-06-13 04:18:18 UTC
9
+++ mkspecs/features/data/cmake/Qt5BasicConfig.cmake.in
10
@@ -53,7 +53,7 @@ function(_qt5_$${CMAKE_MODULE_NAME}_process_prl_file p
11
     set(_lib_deps)
12
     set(_link_flags)
13
 
14
-    get_filename_component(_qt5_install_libs \"${_qt5$${CMAKE_MODULE_NAME}_install_prefix}/lib\" ABSOLUTE)
15
+    get_filename_component(_qt5_install_libs \"${_qt5$${CMAKE_MODULE_NAME}_install_prefix}/lib/qt5\" ABSOLUTE)
16
 
17
     if(EXISTS \"${prl_file_location}\")
18
         file(STRINGS \"${prl_file_location}\" _prl_strings REGEX \"QMAKE_PRL_LIBS[ \\t]*=\")
(-)b/graphics/qt5-3d/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	3d
3
PORTNAME=	3d
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	graphics
5
CATEGORIES=	graphics
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)b/graphics/qt5-3d/pkg-plist (+5 lines)
Lines 705-710 Link Here
705
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/dispatchcompute_p.h
705
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/dispatchcompute_p.h
706
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/effect_p.h
706
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/effect_p.h
707
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/entity_p.h
707
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/entity_p.h
708
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/entityaccumulator_p.h
709
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/entityvisitor_p.h
708
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/environmentlight_p.h
710
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/environmentlight_p.h
709
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/expandboundingvolumejob_p.h
711
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/expandboundingvolumejob_p.h
710
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/filtercompatibletechniquejob_p.h
712
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/filtercompatibletechniquejob_p.h
Lines 1192-1197 Link Here
1192
%%QT_CMAKEDIR%%/Qt53DQuickScene2D/Qt53DQuickScene2DConfigVersion.cmake
1194
%%QT_CMAKEDIR%%/Qt53DQuickScene2D/Qt53DQuickScene2DConfigVersion.cmake
1193
%%QT_CMAKEDIR%%/Qt53DRender/Qt53DRenderConfig.cmake
1195
%%QT_CMAKEDIR%%/Qt53DRender/Qt53DRenderConfig.cmake
1194
%%QT_CMAKEDIR%%/Qt53DRender/Qt53DRenderConfigVersion.cmake
1196
%%QT_CMAKEDIR%%/Qt53DRender/Qt53DRenderConfigVersion.cmake
1197
%%QT_CMAKEDIR%%/Qt53DRender/Qt53DRender_AssimpSceneImportPlugin.cmake
1195
%%QT_CMAKEDIR%%/Qt53DRender/Qt53DRender_DefaultGeometryLoaderPlugin.cmake
1198
%%QT_CMAKEDIR%%/Qt53DRender/Qt53DRender_DefaultGeometryLoaderPlugin.cmake
1196
%%QT_CMAKEDIR%%/Qt53DRender/Qt53DRender_GLTFGeometryLoaderPlugin.cmake
1199
%%QT_CMAKEDIR%%/Qt53DRender/Qt53DRender_GLTFGeometryLoaderPlugin.cmake
1197
%%QT_CMAKEDIR%%/Qt53DRender/Qt53DRender_GLTFSceneExportPlugin.cmake
1200
%%QT_CMAKEDIR%%/Qt53DRender/Qt53DRender_GLTFSceneExportPlugin.cmake
Lines 1300-1305 Link Here
1300
%%DEBUG%%%%QT_PLUGINDIR%%/geometryloaders/libgltfgeometryloader.so.debug
1303
%%DEBUG%%%%QT_PLUGINDIR%%/geometryloaders/libgltfgeometryloader.so.debug
1301
%%QT_PLUGINDIR%%/renderplugins/libscene2d.so
1304
%%QT_PLUGINDIR%%/renderplugins/libscene2d.so
1302
%%DEBUG%%%%QT_PLUGINDIR%%/renderplugins/libscene2d.so.debug
1305
%%DEBUG%%%%QT_PLUGINDIR%%/renderplugins/libscene2d.so.debug
1306
%%QT_PLUGINDIR%%/sceneparsers/libassimpsceneimport.so
1307
%%DEBUG%%%%QT_PLUGINDIR%%/sceneparsers/libassimpsceneimport.so.debug
1303
%%QT_PLUGINDIR%%/sceneparsers/libgltfsceneexport.so
1308
%%QT_PLUGINDIR%%/sceneparsers/libgltfsceneexport.so
1304
%%DEBUG%%%%QT_PLUGINDIR%%/sceneparsers/libgltfsceneexport.so.debug
1309
%%DEBUG%%%%QT_PLUGINDIR%%/sceneparsers/libgltfsceneexport.so.debug
1305
%%QT_PLUGINDIR%%/sceneparsers/libgltfsceneimport.so
1310
%%QT_PLUGINDIR%%/sceneparsers/libgltfsceneimport.so
(-)b/graphics/qt5-graphicaleffects/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	graphicaleffects
3
PORTNAME=	graphicaleffects
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	graphics
5
CATEGORIES=	graphics
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)b/graphics/qt5-imageformats/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	imageformats
3
PORTNAME=	imageformats
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	graphics
5
CATEGORIES=	graphics
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)b/graphics/qt5-opengl/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	opengl
3
PORTNAME=	opengl
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	graphics
5
CATEGORIES=	graphics
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)b/graphics/qt5-pixeltool/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	pixeltool
3
PORTNAME=	pixeltool
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	graphics
5
CATEGORIES=	graphics
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)b/graphics/qt5-svg/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	svg
3
PORTNAME=	svg
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	graphics
5
CATEGORIES=	graphics
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)b/graphics/qt5-wayland/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	wayland
3
PORTNAME=	wayland
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	graphics
5
CATEGORIES=	graphics
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)b/graphics/qt5-wayland/pkg-plist (+1 lines)
Lines 139-144 Link Here
139
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwlserverbufferintegration_p.h
139
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwlserverbufferintegration_p.h
140
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwlserverbufferintegrationfactory_p.h
140
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwlserverbufferintegrationfactory_p.h
141
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwlserverbufferintegrationplugin_p.h
141
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwlserverbufferintegrationplugin_p.h
142
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwltexturesharingextension_p.h
142
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/wayland-hardware-integration-server-protocol.h
143
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/wayland-hardware-integration-server-protocol.h
143
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/wayland-ivi-application-server-protocol.h
144
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/wayland-ivi-application-server-protocol.h
144
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/wayland-qt-key-unstable-v1-server-protocol.h
145
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/wayland-qt-key-unstable-v1-server-protocol.h
(-)b/misc/qt5-examples/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1561317057
1
TIMESTAMP = 1572555131
2
SHA256 (KDE/Qt/5.13.0/qt-everywhere-src-5.13.0.tar.xz) = 2cba31e410e169bd5cdae159f839640e672532a4687ea0f265f686421e0e86d6
2
SHA256 (KDE/Qt/5.13.2/qt-everywhere-src-5.13.2.tar.xz) = 55e8273536be41f4f63064a79e552a22133848bb419400b6fa8e9fc0dc05de08
3
SIZE (KDE/Qt/5.13.0/qt-everywhere-src-5.13.0.tar.xz) = 504491324
3
SIZE (KDE/Qt/5.13.2/qt-everywhere-src-5.13.2.tar.xz) = 500830260
(-)b/misc/qt5-examples/pkg-plist (-68 / +9 lines)
Lines 1-4 Link Here
1
%%QT_EXAMPLEDIR%%/HACKING
2
%%QT_EXAMPLEDIR%%/README
1
%%QT_EXAMPLEDIR%%/README
3
%%QT_EXAMPLEDIR%%/activeqt/README
2
%%QT_EXAMPLEDIR%%/activeqt/README
4
%%QT_EXAMPLEDIR%%/activeqt/activeqt.pro
3
%%QT_EXAMPLEDIR%%/activeqt/activeqt.pro
Lines 1512-1518 Link Here
1512
%%QT_EXAMPLEDIR%%/location/geojson_viewer/main.qml
1511
%%QT_EXAMPLEDIR%%/location/geojson_viewer/main.qml
1513
%%QT_EXAMPLEDIR%%/location/geojson_viewer/qml.qrc
1512
%%QT_EXAMPLEDIR%%/location/geojson_viewer/qml.qrc
1514
%%QT_EXAMPLEDIR%%/location/itemview_transitions/OsloListModel.qml
1513
%%QT_EXAMPLEDIR%%/location/itemview_transitions/OsloListModel.qml
1515
%%QT_EXAMPLEDIR%%/location/itemview_transitions/doc/images/itemview_trasitions.jpg
1514
%%QT_EXAMPLEDIR%%/location/itemview_transitions/doc/images/itemview_transitions.jpg
1516
%%QT_EXAMPLEDIR%%/location/itemview_transitions/doc/src/itemview_transitions.qdoc
1515
%%QT_EXAMPLEDIR%%/location/itemview_transitions/doc/src/itemview_transitions.qdoc
1517
%%QT_EXAMPLEDIR%%/location/itemview_transitions/itemview_transitions.pro
1516
%%QT_EXAMPLEDIR%%/location/itemview_transitions/itemview_transitions.pro
1518
%%QT_EXAMPLEDIR%%/location/itemview_transitions/main.cpp
1517
%%QT_EXAMPLEDIR%%/location/itemview_transitions/main.cpp
Lines 2892-2899 Link Here
2892
%%QT_EXAMPLEDIR%%/qt3d/controls/main.cpp
2891
%%QT_EXAMPLEDIR%%/qt3d/controls/main.cpp
2893
%%QT_EXAMPLEDIR%%/qt3d/controls/main.qml
2892
%%QT_EXAMPLEDIR%%/qt3d/controls/main.qml
2894
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/LICENSE
2893
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/LICENSE
2895
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/chest/Chest.obj
2896
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/chest/diffuse.webp
2897
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/cubemaps/default/default_irradiance.dds
2894
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/cubemaps/default/default_irradiance.dds
2898
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/cubemaps/default/default_specular.dds
2895
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/cubemaps/default/default_specular.dds
2899
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/cubemaps/miramar/README.TXT
2896
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/cubemaps/miramar/README.TXT
Lines 2927-2996 Link Here
2927
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/gltf/wine/wine2VS.glsl
2924
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/gltf/wine/wine2VS.glsl
2928
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/gltf/wine/wine3FS.glsl
2925
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/gltf/wine/wine3FS.glsl
2929
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/gltf/wine/wine3VS.glsl
2926
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/gltf/wine/wine3VS.glsl
2930
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/bamboo.webp
2931
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/bamboo_normal.webp
2932
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/cover.webp
2933
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/cover_normal.webp
2934
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/cross-bamboo.obj
2935
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/cross-palm.obj
2936
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/cross-pine.obj
2937
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/cross-pot-cover.obj
2938
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/cross-pot.obj
2939
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/cross-shrub.obj
2940
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/cross-spikes.obj
2941
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/cylinder-bamboo.obj
2942
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/cylinder-palm.obj
2943
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/cylinder-pine.obj
2944
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/cylinder-pot-cover.obj
2945
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/cylinder-pot.obj
2946
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/cylinder-shrub.obj
2947
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/cylinder-spikes.obj
2948
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/palm.webp
2949
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/palm_normal.webp
2950
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/pine.webp
2951
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/pine_normal.webp
2952
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/pot.webp
2953
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/pot_normal.webp
2954
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/shrub.webp
2955
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/shrub_normal.webp
2956
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/sphere-bamboo.obj
2957
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/sphere-palm.obj
2958
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/sphere-pine.obj
2959
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/sphere-pot-cover.obj
2960
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/sphere-pot.obj
2961
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/sphere-shrub.obj
2962
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/sphere-spikes.obj
2963
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/spikes.webp
2964
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/spikes_normal.webp
2965
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/square-bamboo.obj
2966
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/square-palm.obj
2967
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/square-pine.obj
2968
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/square-pot-cover.obj
2969
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/square-pot.obj
2970
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/square-shrub.obj
2971
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/square-spikes.obj
2972
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/triangle-bamboo.obj
2973
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/triangle-palm.obj
2974
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/triangle-pine.obj
2975
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/triangle-pot-cover.obj
2976
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/triangle-pot.obj
2977
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/triangle-shrub.obj
2978
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/triangle-spikes.obj
2979
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/metalbarrel/diffus_black.webp
2980
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/metalbarrel/diffus_blue.webp
2981
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/metalbarrel/diffus_green.webp
2982
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/metalbarrel/diffus_red.webp
2983
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/metalbarrel/diffus_rust.webp
2984
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/metalbarrel/diffus_stainless_steel.webp
2985
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/metalbarrel/diffus_yellow.webp
2986
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/metalbarrel/metal_barrel.obj
2987
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/metalbarrel/normal_hard_bumps.webp
2988
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/metalbarrel/normal_middle_bumps.webp
2989
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/metalbarrel/normal_no_bumps.webp
2990
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/metalbarrel/normal_soft_bumps.webp
2991
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/metalbarrel/specular.webp
2992
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/metalbarrel/specular_rust.webp
2993
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/metalbarrel/specular_stainless_steel.webp
2994
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/obj/ball.obj
2927
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/obj/ball.obj
2995
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/obj/material-sphere.obj
2928
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/obj/material-sphere.obj
2996
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/obj/plane-10x10.obj
2929
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/obj/plane-10x10.obj
Lines 6164-6169 Link Here
6164
%%QT_EXAMPLEDIR%%/webenginewidgets/minimal/doc/src/minimal.qdoc
6097
%%QT_EXAMPLEDIR%%/webenginewidgets/minimal/doc/src/minimal.qdoc
6165
%%QT_EXAMPLEDIR%%/webenginewidgets/minimal/main.cpp
6098
%%QT_EXAMPLEDIR%%/webenginewidgets/minimal/main.cpp
6166
%%QT_EXAMPLEDIR%%/webenginewidgets/minimal/minimal.pro
6099
%%QT_EXAMPLEDIR%%/webenginewidgets/minimal/minimal.pro
6100
%%QT_EXAMPLEDIR%%/webenginewidgets/notifications/data/data.qrc
6101
%%QT_EXAMPLEDIR%%/webenginewidgets/notifications/data/icon.png
6102
%%QT_EXAMPLEDIR%%/webenginewidgets/notifications/data/index.html
6103
%%QT_EXAMPLEDIR%%/webenginewidgets/notifications/doc/images/notifications-example.png
6104
%%QT_EXAMPLEDIR%%/webenginewidgets/notifications/doc/src/notifications.qdoc
6105
%%QT_EXAMPLEDIR%%/webenginewidgets/notifications/main.cpp
6106
%%QT_EXAMPLEDIR%%/webenginewidgets/notifications/notificationpopup.h
6107
%%QT_EXAMPLEDIR%%/webenginewidgets/notifications/notifications.pro
6167
%%QT_EXAMPLEDIR%%/webenginewidgets/printme/data/data.qrc
6108
%%QT_EXAMPLEDIR%%/webenginewidgets/printme/data/data.qrc
6168
%%QT_EXAMPLEDIR%%/webenginewidgets/printme/data/icon.svg
6109
%%QT_EXAMPLEDIR%%/webenginewidgets/printme/data/icon.svg
6169
%%QT_EXAMPLEDIR%%/webenginewidgets/printme/data/index.html
6110
%%QT_EXAMPLEDIR%%/webenginewidgets/printme/data/index.html
(-)b/multimedia/qt5-multimedia/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	multimedia
3
PORTNAME=	multimedia
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	multimedia
5
CATEGORIES=	multimedia
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)b/multimedia/qt5-multimedia/pkg-plist (-2 / +6 lines)
Lines 278-283 Link Here
278
%%QT_INCDIR%%/QtMultimediaWidgets/qtmultimediawidgetsversion.h
278
%%QT_INCDIR%%/QtMultimediaWidgets/qtmultimediawidgetsversion.h
279
%%QT_INCDIR%%/QtMultimediaWidgets/qvideowidget.h
279
%%QT_INCDIR%%/QtMultimediaWidgets/qvideowidget.h
280
%%QT_INCDIR%%/QtMultimediaWidgets/qvideowidgetcontrol.h
280
%%QT_INCDIR%%/QtMultimediaWidgets/qvideowidgetcontrol.h
281
%%QT_CMAKEDIR%%/Qt5MultimediaWidgets/Qt5MultimediaWidgetsConfig.cmake
282
%%QT_CMAKEDIR%%/Qt5MultimediaWidgets/Qt5MultimediaWidgetsConfigVersion.cmake
283
%%QT_CMAKEDIR%%/Qt5MultimediaGstTools/Qt5MultimediaGstToolsConfig.cmake
284
%%QT_CMAKEDIR%%/Qt5MultimediaGstTools/Qt5MultimediaGstToolsConfigVersion.cmake
285
%%QT_CMAKEDIR%%/Qt5MultimediaQuick/Qt5MultimediaQuickConfig.cmake
286
%%QT_CMAKEDIR%%/Qt5MultimediaQuick/Qt5MultimediaQuickConfigVersion.cmake
281
%%QT_CMAKEDIR%%/Qt5Multimedia/Qt5MultimediaConfig.cmake
287
%%QT_CMAKEDIR%%/Qt5Multimedia/Qt5MultimediaConfig.cmake
282
%%QT_CMAKEDIR%%/Qt5Multimedia/Qt5MultimediaConfigVersion.cmake
288
%%QT_CMAKEDIR%%/Qt5Multimedia/Qt5MultimediaConfigVersion.cmake
283
%%NO_GSTREAMER%%%%QT_CMAKEDIR%%/Qt5Multimedia/Qt5Multimedia_AudioCaptureServicePlugin.cmake
289
%%NO_GSTREAMER%%%%QT_CMAKEDIR%%/Qt5Multimedia/Qt5Multimedia_AudioCaptureServicePlugin.cmake
Lines 288-295 Link Here
288
%%GSTREAMER%%%%QT_CMAKEDIR%%/Qt5Multimedia/Qt5Multimedia_QGstreamerPlayerServicePlugin.cmake
294
%%GSTREAMER%%%%QT_CMAKEDIR%%/Qt5Multimedia/Qt5Multimedia_QGstreamerPlayerServicePlugin.cmake
289
%%QT_CMAKEDIR%%/Qt5Multimedia/Qt5Multimedia_QM3uPlaylistPlugin.cmake
295
%%QT_CMAKEDIR%%/Qt5Multimedia/Qt5Multimedia_QM3uPlaylistPlugin.cmake
290
%%PULSEAUDIO%%%%QT_CMAKEDIR%%/Qt5Multimedia/Qt5Multimedia_QPulseAudioPlugin.cmake
296
%%PULSEAUDIO%%%%QT_CMAKEDIR%%/Qt5Multimedia/Qt5Multimedia_QPulseAudioPlugin.cmake
291
%%QT_CMAKEDIR%%/Qt5MultimediaWidgets/Qt5MultimediaWidgetsConfig.cmake
292
%%QT_CMAKEDIR%%/Qt5MultimediaWidgets/Qt5MultimediaWidgetsConfigVersion.cmake
293
%%QT_LIBDIR%%/libQt5Multimedia.prl
297
%%QT_LIBDIR%%/libQt5Multimedia.prl
294
%%QT_LIBDIR%%/libQt5Multimedia.so
298
%%QT_LIBDIR%%/libQt5Multimedia.so
295
%%QT_LIBDIR%%/libQt5Multimedia.so.5
299
%%QT_LIBDIR%%/libQt5Multimedia.so.5
(-)b/net/qt5-network/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	network
3
PORTNAME=	network
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	net
5
CATEGORIES=	net
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)b/net/qt5-network/files/patch-src_network_kernel_qnetworkinterface__unix.cpp (-18 / +17 lines)
Lines 9-17 Clean up interface type and MTU detection. Link Here
9
   place them on top of each other, that would be ok).
9
   place them on top of each other, that would be ok).
10
 - IFM_FDDI (still) exists in 11.2, not in 12.0
10
 - IFM_FDDI (still) exists in 11.2, not in 12.0
11
11
12
--- src/network/kernel/qnetworkinterface_unix.cpp.orig	2019-02-09 11:35:25.320227000 +0100
12
--- src/network/kernel/qnetworkinterface_unix.cpp.orig	2019-10-25 07:16:48 UTC
13
+++ src/network/kernel/qnetworkinterface_unix.cpp	2019-02-09 11:43:51.515736000 +0100
13
+++ src/network/kernel/qnetworkinterface_unix.cpp
14
@@ -420,13 +420,25 @@
14
@@ -420,13 +420,24 @@ QT_BEGIN_INCLUDE_NAMESPACE
15
 #endif // QT_PLATFORM_UIKIT
15
 #endif // QT_PLATFORM_UIKIT
16
 QT_END_INCLUDE_NAMESPACE
16
 QT_END_INCLUDE_NAMESPACE
17
 
17
 
Lines 22-31 Clean up interface type and MTU detection. Link Here
22
-        socket = qt_safe_socket(AF_INET, SOCK_DGRAM, 0);
22
-        socket = qt_safe_socket(AF_INET, SOCK_DGRAM, 0);
23
-    return socket;
23
-    return socket;
24
-}
24
-}
25
 
26
+    int socket{-1};
25
+    int socket{-1};
27
+
26
 
28
+    int open() 
27
+    int open()
29
+    {
28
+    {
30
+        if (socket == -1)
29
+        if (socket == -1)
31
+            socket = qt_safe_socket(address_family, SOCK_DGRAM, 0);
30
+            socket = qt_safe_socket(address_family, SOCK_DGRAM, 0);
Lines 42-48 Clean up interface type and MTU detection. Link Here
42
 static QNetworkInterface::InterfaceType probeIfType(int socket, int iftype, struct ifmediareq *req)
41
 static QNetworkInterface::InterfaceType probeIfType(int socket, int iftype, struct ifmediareq *req)
43
 {
42
 {
44
     // Determine the interface type.
43
     // Determine the interface type.
45
@@ -480,16 +492,9 @@
44
@@ -480,16 +491,9 @@ static QNetworkInterface::InterfaceType probeIfType(in
46
 static QList<QNetworkInterfacePrivate *> createInterfaces(ifaddrs *rawList)
45
 static QList<QNetworkInterfacePrivate *> createInterfaces(ifaddrs *rawList)
47
 {
46
 {
48
     QList<QNetworkInterfacePrivate *> interfaces;
47
     QList<QNetworkInterfacePrivate *> interfaces;
Lines 51-73 Clean up interface type and MTU detection. Link Here
51
-        struct ifreq req;
50
-        struct ifreq req;
52
-    };
51
-    };
53
-    int socket = -1;
52
-    int socket = -1;
54
+    SockPuppet<AF_INET> socket;
53
-    memset(&mediareq, 0, sizeof(mediareq));
55
+    SockPuppet<AF_LOCAL> localSocket;
56
 
54
 
57
-    // ensure both structs start with the name field, of size IFNAMESIZ
55
-    // ensure both structs start with the name field, of size IFNAMESIZ
58
-    Q_STATIC_ASSERT(sizeof(mediareq.ifm_name) == sizeof(req.ifr_name));
56
-    Q_STATIC_ASSERT(sizeof(mediareq.ifm_name) == sizeof(req.ifr_name));
59
-    Q_ASSERT(&mediareq.ifm_name == &req.ifr_name);
57
-    Q_ASSERT(&mediareq.ifm_name == &req.ifr_name);
60
-
58
+    SockPuppet<AF_INET> socket;
59
+    SockPuppet<AF_LOCAL> localSocket;
60
 
61
     // on NetBSD we use AF_LINK and sockaddr_dl
61
     // on NetBSD we use AF_LINK and sockaddr_dl
62
     // scan the list for that family
62
     // scan the list for that family
63
     for (ifaddrs *ptr = rawList; ptr; ptr = ptr->ifa_next)
63
@@ -503,14 +507,22 @@ static QList<QNetworkInterfacePrivate *> createInterfa
64
@@ -503,13 +508,22 @@
64
             iface->name = QString::fromLatin1(ptr->ifa_name);
65
             iface->flags = convertFlags(ptr->ifa_flags);
65
             iface->flags = convertFlags(ptr->ifa_flags);
66
             iface->hardwareAddress = iface->makeHwAddress(sdl->sdl_alen, (uchar*)LLADDR(sdl));
66
             iface->hardwareAddress = iface->makeHwAddress(sdl->sdl_alen, (uchar*)LLADDR(sdl));
67
 
68
-            qstrncpy(mediareq.ifm_name, ptr->ifa_name, sizeof(mediareq.ifm_name));
69
-            iface->type = probeIfType(openSocket(socket), sdl->sdl_type, &mediareq);
70
-            iface->mtu = getMtu(socket, &req);
71
+            {
67
+            {
72
+                ifmediareq req;
68
+                ifmediareq req;
73
+                memset(&req, 0, sizeof(req));
69
+                memset(&req, 0, sizeof(req));
Lines 81-87 Clean up interface type and MTU detection. Link Here
81
+                req.ifr_addr.sa_family = AF_LOCAL;
77
+                req.ifr_addr.sa_family = AF_LOCAL;
82
+                iface->mtu = getMtu(localSocket.open(), &req);
78
+                iface->mtu = getMtu(localSocket.open(), &req);
83
+            }
79
+            }
84
+
80
 
81
-            qstrncpy(mediareq.ifm_name, ptr->ifa_name, sizeof(mediareq.ifm_name));
82
-            iface->type = probeIfType(openSocket(socket), sdl->sdl_type, &mediareq);
83
-            iface->mtu = getMtu(socket, &req);
85
         }
84
         }
86
 
85
 
87
-    if (socket != -1)
86
-    if (socket != -1)
Lines 89-95 Clean up interface type and MTU detection. Link Here
89
     return interfaces;
88
     return interfaces;
90
 }
89
 }
91
 
90
 
92
@@ -608,7 +622,7 @@
91
@@ -609,7 +621,7 @@ static QList<QNetworkInterfacePrivate *> interfaceList
93
 {
92
 {
94
     QList<QNetworkInterfacePrivate *> interfaces;
93
     QList<QNetworkInterfacePrivate *> interfaces;
95
 
94
 
(-)b/net/qt5-network/files/patch-src_network_ssl_qsslsocket_openssl_symbols.cpp (-29 / +9 lines)
Lines 1-15 Link Here
1
Redefine SSL stack functions to their proper symbols in LibreSSL.
1
--- src/network/ssl/qsslsocket_openssl_symbols.cpp.orig	2019-10-25 09:16:48.000000000 +0200
2
Also reference a redefined DSA_bits() that does not natively exist
2
+++ src/network/ssl/qsslsocket_openssl_symbols.cpp	2019-11-01 20:03:08.715014000 +0100
3
in LibreSSL.
3
@@ -152,6 +152,14 @@
4
5
Ensure that we link to the correct ssl library selected in
6
DEFAULT_VERSIONS.
7
8
Do not define SSL_CONF_CTX symbols absent from LibreSSL.
9
10
--- src/network/ssl/qsslsocket_openssl_symbols.cpp.orig	2018-12-03 11:15:26 UTC
11
+++ src/network/ssl/qsslsocket_openssl_symbols.cpp
12
@@ -152,6 +152,14 @@ DEFINEFUNC2(int, BN_is_word, BIGNUM *a, a, BN_ULONG w,
13
 DEFINEFUNC(int, EVP_CIPHER_CTX_reset, EVP_CIPHER_CTX *c, c, return 0, return)
4
 DEFINEFUNC(int, EVP_CIPHER_CTX_reset, EVP_CIPHER_CTX *c, c, return 0, return)
14
 DEFINEFUNC(int, EVP_PKEY_base_id, EVP_PKEY *a, a, return NID_undef, return)
5
 DEFINEFUNC(int, EVP_PKEY_base_id, EVP_PKEY *a, a, return NID_undef, return)
15
 DEFINEFUNC(int, RSA_bits, RSA *a, a, return 0, return)
6
 DEFINEFUNC(int, RSA_bits, RSA *a, a, return 0, return)
Lines 24-30 Do not define SSL_CONF_CTX symbols absent from LibreSSL. Link Here
24
 DEFINEFUNC(int, DSA_bits, DSA *a, a, return 0, return)
15
 DEFINEFUNC(int, DSA_bits, DSA *a, a, return 0, return)
25
 DEFINEFUNC(int, OPENSSL_sk_num, OPENSSL_STACK *a, a, return -1, return)
16
 DEFINEFUNC(int, OPENSSL_sk_num, OPENSSL_STACK *a, a, return -1, return)
26
 DEFINEFUNC2(void, OPENSSL_sk_pop_free, OPENSSL_STACK *a, a, void (*b)(void*), b, return, DUMMYARG)
17
 DEFINEFUNC2(void, OPENSSL_sk_pop_free, OPENSSL_STACK *a, a, void (*b)(void*), b, return, DUMMYARG)
27
@@ -159,6 +167,7 @@ DEFINEFUNC(OPENSSL_STACK *, OPENSSL_sk_new_null, DUMMY
18
@@ -159,6 +167,7 @@
28
 DEFINEFUNC2(void, OPENSSL_sk_push, OPENSSL_STACK *a, a, void *b, b, return, DUMMYARG)
19
 DEFINEFUNC2(void, OPENSSL_sk_push, OPENSSL_STACK *a, a, void *b, b, return, DUMMYARG)
29
 DEFINEFUNC(void, OPENSSL_sk_free, OPENSSL_STACK *a, a, return, DUMMYARG)
20
 DEFINEFUNC(void, OPENSSL_sk_free, OPENSSL_STACK *a, a, return, DUMMYARG)
30
 DEFINEFUNC2(void *, OPENSSL_sk_value, OPENSSL_STACK *a, a, int b, b, return nullptr, return)
21
 DEFINEFUNC2(void *, OPENSSL_sk_value, OPENSSL_STACK *a, a, int b, b, return nullptr, return)
Lines 32-38 Do not define SSL_CONF_CTX symbols absent from LibreSSL. Link Here
32
 DEFINEFUNC(int, SSL_session_reused, SSL *a, a, return 0, return)
23
 DEFINEFUNC(int, SSL_session_reused, SSL *a, a, return 0, return)
33
 DEFINEFUNC2(unsigned long, SSL_CTX_set_options, SSL_CTX *ctx, ctx, unsigned long op, op, return 0, return)
24
 DEFINEFUNC2(unsigned long, SSL_CTX_set_options, SSL_CTX *ctx, ctx, unsigned long op, op, return 0, return)
34
 #ifdef TLS1_3_VERSION
25
 #ifdef TLS1_3_VERSION
35
@@ -443,7 +452,7 @@ DEFINEFUNC2(int, SSL_CTX_use_PrivateKey, SSL_CTX *a, a
26
@@ -443,7 +452,7 @@
36
 DEFINEFUNC2(int, SSL_CTX_use_RSAPrivateKey, SSL_CTX *a, a, RSA *b, b, return -1, return)
27
 DEFINEFUNC2(int, SSL_CTX_use_RSAPrivateKey, SSL_CTX *a, a, RSA *b, b, return -1, return)
37
 DEFINEFUNC3(int, SSL_CTX_use_PrivateKey_file, SSL_CTX *a, a, const char *b, b, int c, c, return -1, return)
28
 DEFINEFUNC3(int, SSL_CTX_use_PrivateKey_file, SSL_CTX *a, a, const char *b, b, int c, c, return -1, return)
38
 DEFINEFUNC(X509_STORE *, SSL_CTX_get_cert_store, const SSL_CTX *a, a, return nullptr, return)
29
 DEFINEFUNC(X509_STORE *, SSL_CTX_get_cert_store, const SSL_CTX *a, a, return nullptr, return)
Lines 41-47 Do not define SSL_CONF_CTX symbols absent from LibreSSL. Link Here
41
 DEFINEFUNC(SSL_CONF_CTX *, SSL_CONF_CTX_new, DUMMYARG, DUMMYARG, return nullptr, return);
32
 DEFINEFUNC(SSL_CONF_CTX *, SSL_CONF_CTX_new, DUMMYARG, DUMMYARG, return nullptr, return);
42
 DEFINEFUNC(void, SSL_CONF_CTX_free, SSL_CONF_CTX *a, a, return ,return);
33
 DEFINEFUNC(void, SSL_CONF_CTX_free, SSL_CONF_CTX *a, a, return ,return);
43
 DEFINEFUNC2(void, SSL_CONF_CTX_set_ssl_ctx, SSL_CONF_CTX *a, a, SSL_CTX *b, b, return, return);
34
 DEFINEFUNC2(void, SSL_CONF_CTX_set_ssl_ctx, SSL_CONF_CTX *a, a, SSL_CTX *b, b, return, return);
44
@@ -846,8 +855,8 @@ static QPair<QLibrary*, QLibrary*> loadOpenSsl()
35
@@ -839,8 +848,8 @@
45
 #endif
36
 #endif
46
 #if defined(SHLIB_VERSION_NUMBER) && !defined(Q_OS_QNX) // on QNX, the libs are always libssl.so and libcrypto.so
37
 #if defined(SHLIB_VERSION_NUMBER) && !defined(Q_OS_QNX) // on QNX, the libs are always libssl.so and libcrypto.so
47
     // first attempt: the canonical name is libssl.so.<SHLIB_VERSION_NUMBER>
38
     // first attempt: the canonical name is libssl.so.<SHLIB_VERSION_NUMBER>
Lines 52-69 Do not define SSL_CONF_CTX symbols absent from LibreSSL. Link Here
52
     if (libcrypto->load() && libssl->load()) {
43
     if (libcrypto->load() && libssl->load()) {
53
         // libssl.so.<SHLIB_VERSION_NUMBER> and libcrypto.so.<SHLIB_VERSION_NUMBER> found
44
         // libssl.so.<SHLIB_VERSION_NUMBER> and libcrypto.so.<SHLIB_VERSION_NUMBER> found
54
         return pair;
45
         return pair;
55
@@ -876,8 +885,8 @@ static QPair<QLibrary*, QLibrary*> loadOpenSsl()
46
@@ -980,12 +989,21 @@
56
     //  macOS's /usr/lib/libssl.dylib, /usr/lib/libcrypto.dylib will be picked up in the third
57
     //    attempt, _after_ <bundle>/Contents/Frameworks has been searched.
58
     //  iOS does not ship a system libssl.dylib, libcrypto.dylib in the first place.
59
-    libssl->setFileNameAndVersion(QLatin1String("ssl"), -1);
60
-    libcrypto->setFileNameAndVersion(QLatin1String("crypto"), -1);
61
+    libssl->setFileNameAndVersion(QLatin1String("%%OPENSSLLIB%%/libssl"), -1);
62
+    libcrypto->setFileNameAndVersion(QLatin1String("%%OPENSSLLIB%%/libcrypto"), -1);
63
     if (libcrypto->load() && libssl->load()) {
64
         // libssl.so.0 and libcrypto.so.0 found
65
         return pair;
66
@@ -961,12 +970,21 @@ bool q_resolveOpenSslSymbols()
67
     RESOLVEFUNC(EVP_CIPHER_CTX_reset)
47
     RESOLVEFUNC(EVP_CIPHER_CTX_reset)
68
     RESOLVEFUNC(EVP_PKEY_base_id)
48
     RESOLVEFUNC(EVP_PKEY_base_id)
69
     RESOLVEFUNC(RSA_bits)
49
     RESOLVEFUNC(RSA_bits)
Lines 85-91 Do not define SSL_CONF_CTX symbols absent from LibreSSL. Link Here
85
     RESOLVEFUNC(DH_get0_pqg)
65
     RESOLVEFUNC(DH_get0_pqg)
86
     RESOLVEFUNC(SSL_CTX_set_options)
66
     RESOLVEFUNC(SSL_CTX_set_options)
87
 #ifdef TLS1_3_VERSION
67
 #ifdef TLS1_3_VERSION
88
@@ -1001,7 +1019,9 @@ bool q_resolveOpenSslSymbols()
68
@@ -1024,7 +1042,9 @@
89
 
69
 
90
     RESOLVEFUNC(SSL_SESSION_get_ticket_lifetime_hint)
70
     RESOLVEFUNC(SSL_SESSION_get_ticket_lifetime_hint)
91
     RESOLVEFUNC(DH_bits)
71
     RESOLVEFUNC(DH_bits)
Lines 95-101 Do not define SSL_CONF_CTX symbols absent from LibreSSL. Link Here
95
 
75
 
96
 #if QT_CONFIG(dtls)
76
 #if QT_CONFIG(dtls)
97
     RESOLVEFUNC(DTLSv1_listen)
77
     RESOLVEFUNC(DTLSv1_listen)
98
@@ -1237,7 +1257,7 @@ bool q_resolveOpenSslSymbols()
78
@@ -1280,7 +1300,7 @@
99
     RESOLVEFUNC(SSL_CTX_use_RSAPrivateKey)
79
     RESOLVEFUNC(SSL_CTX_use_RSAPrivateKey)
100
     RESOLVEFUNC(SSL_CTX_use_PrivateKey_file)
80
     RESOLVEFUNC(SSL_CTX_use_PrivateKey_file)
101
     RESOLVEFUNC(SSL_CTX_get_cert_store);
81
     RESOLVEFUNC(SSL_CTX_get_cert_store);
(-)b/net/qt5-networkauth/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	networkauth
3
PORTNAME=	networkauth
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	net
5
CATEGORIES=	net
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)b/print/qt5-printsupport/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	printsupport
3
PORTNAME=	printsupport
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	print
5
CATEGORIES=	print
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)b/sysutils/qt5-qtdiag/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	qtdiag
3
PORTNAME=	qtdiag
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	sysutils
5
CATEGORIES=	sysutils
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)b/sysutils/qt5-qtpaths/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	qtpaths
3
PORTNAME=	qtpaths
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	sysutils
5
CATEGORIES=	sysutils
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)b/sysutils/qt5-qtplugininfo/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	qtplugininfo
3
PORTNAME=	qtplugininfo
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	sysutils
5
CATEGORIES=	sysutils
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)b/textproc/qt5-xml/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	xml
3
PORTNAME=	xml
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	textproc
5
CATEGORIES=	textproc
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)b/textproc/qt5-xmlpatterns/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	xmlpatterns
3
PORTNAME=	xmlpatterns
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	textproc
5
CATEGORIES=	textproc
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)b/www/qt5-webchannel/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	webchannel
3
PORTNAME=	webchannel
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	www
5
CATEGORIES=	www
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)b/www/qt5-webengine/Makefile (-1 / +1 lines)
Lines 48-54 LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ Link Here
48
		libwebp.so:graphics/webp
48
		libwebp.so:graphics/webp
49
49
50
DISTINFO_FILE=	${.CURDIR}/distinfo
50
DISTINFO_FILE=	${.CURDIR}/distinfo
51
QT5_VERSION=	5.13.0
51
QT5_VERSION=	5.13.2
52
52
53
OPTIONS_SINGLE=		AUDIO
53
OPTIONS_SINGLE=		AUDIO
54
OPTIONS_SINGLE_AUDIO=	ALSA PULSEAUDIO SNDIO
54
OPTIONS_SINGLE_AUDIO=	ALSA PULSEAUDIO SNDIO
(-)b/www/qt5-webengine/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1561322470
1
TIMESTAMP = 1572640408
2
SHA256 (KDE/Qt/5.13.0/qtwebengine-everywhere-src-5.13.0.tar.xz) = e0af82ecee1ab41b6732697f667b98b7b0c53164bebcfaad8070e88b2e064efe
2
SHA256 (KDE/Qt/5.13.2/qtwebengine-everywhere-src-5.13.2.tar.xz) = adcf56b5de6f34744bba2307b696fc75611884f4270e87dfa760d6e99dd711bb
3
SIZE (KDE/Qt/5.13.0/qtwebengine-everywhere-src-5.13.0.tar.xz) = 256899724
3
SIZE (KDE/Qt/5.13.2/qtwebengine-everywhere-src-5.13.2.tar.xz) = 255593964
(-)b/www/qt5-webengine/files/patch-mkspecs_features_configure.prf (-5 / +5 lines)
Lines 1-6 Link Here
1
--- mkspecs/features/configure.prf.orig	2018-11-27 04:10:38 UTC
1
--- mkspecs/features/configure.prf.orig	2019-10-23 10:30:33 UTC
2
+++ mkspecs/features/configure.prf
2
+++ mkspecs/features/configure.prf
3
@@ -22,7 +22,7 @@ defineTest(runConfigure) {
3
@@ -26,7 +26,7 @@ defineTest(runConfigure) {
4
         return(false)
4
         return(false)
5
     }
5
     }
6
 
6
 
Lines 9-15 Link Here
9
         skipBuild("pkg-config is required")
9
         skipBuild("pkg-config is required")
10
         return(false)
10
         return(false)
11
     }
11
     }
12
@@ -64,17 +64,17 @@ defineTest(runConfigure) {
12
@@ -68,17 +68,17 @@ defineTest(runConfigure) {
13
         return(false);
13
         return(false);
14
     }
14
     }
15
 
15
 
Lines 22-32 Link Here
22
         }
22
         }
23
 
23
 
24
-        !qtConfig(webengine-system-glibc) {
24
-        !qtConfig(webengine-system-glibc) {
25
-            skipBuild("A suitable version of libc could not be found. See: https://sourceware.org/bugzilla/show_bug.cgi?id=14898")
25
-            skipBuild("A suitable version >= 2.27 of libc could not be found.")
26
-            return(false)
26
-            return(false)
27
-        }
27
-        }
28
+        #!qtConfig(webengine-system-glibc) {
28
+        #!qtConfig(webengine-system-glibc) {
29
+        #    skipBuild("A suitable version of libc could not be found. See: https://sourceware.org/bugzilla/show_bug.cgi?id=14898")
29
+        #    skipBuild("A suitable version >= 2.27 of libc could not be found.")
30
+        #    return(false)
30
+        #    return(false)
31
+        #}
31
+        #}
32
 
32
 
(-)a/www/qt5-webengine/files/patch-src_3rdparty_chromium_media_audio_pulse_pulse.sigs (-143 lines)
Removed Link Here
1
gen/media/audio/pulse/pulse_stubs.cc:155:27: error: conflicting types for 'pa_context_get_state'
2
extern pa_context_state_t pa_context_get_state(pa_context* c) __attribute__((weak));
3
                          ^
4
../../../../../../../../../../usr/local/include/pulse/context.h:199:20: note: previous declaration is here
5
pa_context_state_t pa_context_get_state(const pa_context *c);
6
                   ^
7
gen/media/audio/pulse/pulse_stubs.cc:156:21: error: conflicting types for 'pa_context_get_state'
8
pa_context_state_t  pa_context_get_state(pa_context* c) {
9
                    ^
10
../../../../../../../../../../usr/local/include/pulse/context.h:199:20: note: previous declaration is here
11
pa_context_state_t pa_context_get_state(const pa_context *c);
12
                   ^
13
gen/media/audio/pulse/pulse_stubs.cc:171:29: error: conflicting types for 'pa_operation_get_state'
14
extern pa_operation_state_t pa_operation_get_state(pa_operation* o) __attribute__((weak));
15
                            ^
16
../../../../../../../../../../usr/local/include/pulse/operation.h:52:22: note: previous declaration is here
17
pa_operation_state_t pa_operation_get_state(const pa_operation *o);
18
                     ^
19
gen/media/audio/pulse/pulse_stubs.cc:172:23: error: conflicting types for 'pa_operation_get_state'
20
pa_operation_state_t  pa_operation_get_state(pa_operation* o) {
21
                      ^
22
../../../../../../../../../../usr/local/include/pulse/operation.h:52:22: note: previous declaration is here
23
pa_operation_state_t pa_operation_get_state(const pa_operation *o);
24
                     ^
25
gen/media/audio/pulse/pulse_stubs.cc:211:17: error: conflicting types for 'pa_stream_get_device_index'
26
extern uint32_t pa_stream_get_device_index(pa_stream* s) __attribute__((weak));
27
                ^
28
../../../../../../../../../../usr/local/include/pulse/stream.h:366:10: note: previous declaration is here
29
uint32_t pa_stream_get_device_index(const pa_stream *s);
30
         ^
31
gen/media/audio/pulse/pulse_stubs.cc:212:11: error: conflicting types for 'pa_stream_get_device_index'
32
uint32_t  pa_stream_get_device_index(pa_stream* s) {
33
          ^
34
../../../../../../../../../../usr/local/include/pulse/stream.h:366:10: note: previous declaration is here
35
uint32_t pa_stream_get_device_index(const pa_stream *s);
36
         ^
37
gen/media/audio/pulse/pulse_stubs.cc:219:26: error: conflicting types for 'pa_stream_get_state'
38
extern pa_stream_state_t pa_stream_get_state(pa_stream* p) __attribute__((weak));
39
                         ^
40
../../../../../../../../../../usr/local/include/pulse/stream.h:345:19: note: previous declaration is here
41
pa_stream_state_t pa_stream_get_state(const pa_stream *p);
42
                  ^
43
gen/media/audio/pulse/pulse_stubs.cc:220:20: error: conflicting types for 'pa_stream_get_state'
44
pa_stream_state_t  pa_stream_get_state(pa_stream* p) {
45
                   ^
46
../../../../../../../../../../usr/local/include/pulse/stream.h:345:19: note: previous declaration is here
47
pa_stream_state_t pa_stream_get_state(const pa_stream *p);
48
                  ^
49
gen/media/audio/pulse/pulse_stubs.cc:235:12: error: conflicting types for 'pa_proplist_contains'
50
extern int pa_proplist_contains(pa_proplist* p, const char* key) __attribute__((weak));
51
           ^
52
../../../../../../../../../../usr/local/include/pulse/proplist.h:390:5: note: previous declaration is here
53
int pa_proplist_contains(const pa_proplist *p, const char *key);
54
    ^
55
gen/media/audio/pulse/pulse_stubs.cc:236:6: error: conflicting types for 'pa_proplist_contains'
56
int  pa_proplist_contains(pa_proplist* p, const char* key) {
57
     ^
58
../../../../../../../../../../usr/local/include/pulse/proplist.h:390:5: note: previous declaration is here
59
int pa_proplist_contains(const pa_proplist *p, const char *key);
60
    ^
61
gen/media/audio/pulse/pulse_stubs.cc:243:20: error: conflicting types for 'pa_proplist_gets'
62
extern const char* pa_proplist_gets(pa_proplist* p, const char* key) __attribute__((weak));
63
                   ^
64
../../../../../../../../../../usr/local/include/pulse/proplist.h:314:13: note: previous declaration is here
65
const char *pa_proplist_gets(const pa_proplist *p, const char *key);
66
            ^
67
gen/media/audio/pulse/pulse_stubs.cc:244:14: error: conflicting types for 'pa_proplist_gets'
68
const char*  pa_proplist_gets(pa_proplist* p, const char* key) {
69
             ^
70
../../../../../../../../../../usr/local/include/pulse/proplist.h:314:13: note: previous declaration is here
71
const char *pa_proplist_gets(const pa_proplist *p, const char *key);
72
            ^
73
gen/media/audio/pulse/pulse_stubs.cc:251:15: error: conflicting types for 'pa_stream_readable_size'
74
extern size_t pa_stream_readable_size(pa_stream *p) __attribute__((weak));
75
              ^
76
../../../../../../../../../../usr/local/include/pulse/stream.h:574:8: note: previous declaration is here
77
size_t pa_stream_readable_size(const pa_stream *p);
78
       ^
79
gen/media/audio/pulse/pulse_stubs.cc:252:9: error: conflicting types for 'pa_stream_readable_size'
80
size_t  pa_stream_readable_size(pa_stream *p) {
81
        ^
82
../../../../../../../../../../usr/local/include/pulse/stream.h:574:8: note: previous declaration is here
83
size_t pa_stream_readable_size(const pa_stream *p);
84
       ^
85
gen/media/audio/pulse/pulse_stubs.cc:279:12: error: conflicting types for 'pa_context_errno'
86
extern int pa_context_errno(pa_context *c) __attribute__((weak));
87
           ^
88
../../../../../../../../../../usr/local/include/pulse/context.h:193:5: note: previous declaration is here
89
int pa_context_errno(const pa_context *c);
90
    ^
91
gen/media/audio/pulse/pulse_stubs.cc:280:6: error: conflicting types for 'pa_context_errno'
92
int  pa_context_errno(pa_context *c) {
93
     ^
94
../../../../../../../../../../usr/local/include/pulse/context.h:193:5: note: previous declaration is here
95
int pa_context_errno(const pa_context *c);
96
    ^
97
98
--- src/3rdparty/chromium/media/audio/pulse/pulse.sigs.orig	2019-03-19 08:52:48 UTC
99
+++ src/3rdparty/chromium/media/audio/pulse/pulse.sigs
100
@@ -24,11 +24,11 @@ pa_operation* pa_context_get_source_info_by_index(pa_c
101
 pa_operation* pa_context_get_source_info_by_name(pa_context* c, const char* name, pa_source_info_cb_t cb, void *userdata);
102
 pa_operation* pa_context_get_source_info_list(pa_context* c, pa_source_info_cb_t cb, void* userdata);
103
 pa_operation* pa_context_get_sink_info_list(pa_context* c, pa_sink_info_cb_t cb, void* userdata);
104
-pa_context_state_t pa_context_get_state(pa_context* c);
105
+pa_context_state_t pa_context_get_state(const pa_context *c);
106
 pa_context* pa_context_new(pa_mainloop_api* mainloop, const char* name);
107
 pa_operation* pa_context_set_source_volume_by_index(pa_context* c, uint32_t idx, const pa_cvolume* volume, pa_context_success_cb_t cb, void* userdata);
108
 void pa_context_set_state_callback(pa_context* c, pa_context_notify_cb_t cb, void* userdata);
109
-pa_operation_state_t pa_operation_get_state(pa_operation* o);
110
+pa_operation_state_t pa_operation_get_state(const pa_operation* o);
111
 void pa_context_unref(pa_context* c);
112
 void pa_operation_unref(pa_operation* o);
113
 int pa_stream_begin_write(pa_stream* p, void** data, size_t* nbytes);
114
@@ -38,23 +38,23 @@ pa_operation* pa_stream_cork(pa_stream* s, int b, pa_s
115
 int pa_stream_disconnect(pa_stream* s);
116
 int pa_stream_drop(pa_stream *p);
117
 pa_operation* pa_stream_flush(pa_stream* s, pa_stream_success_cb_t cb, void* userdata);
118
-uint32_t pa_stream_get_device_index(pa_stream* s);
119
+uint32_t pa_stream_get_device_index(const pa_stream* s);
120
 int pa_stream_get_latency(pa_stream* s, pa_usec_t* r_usec, int* negative);
121
-pa_stream_state_t pa_stream_get_state(pa_stream* p);
122
+pa_stream_state_t pa_stream_get_state(const pa_stream* p);
123
 pa_stream* pa_stream_new(pa_context*  c, const char*  name, const pa_sample_spec*  ss, const pa_channel_map *  map);
124
 pa_stream* pa_stream_new_with_proplist(pa_context* c, const char* name, const pa_sample_spec* ss, const pa_channel_map* map, pa_proplist* p);
125
 pa_proplist* pa_proplist_new(void);
126
-int pa_proplist_contains(pa_proplist* p, const char* key);
127
+int pa_proplist_contains(const pa_proplist* p, const char* key);
128
 void pa_proplist_free(pa_proplist* p);
129
-const char* pa_proplist_gets(pa_proplist* p, const char* key);
130
+const char* pa_proplist_gets(const pa_proplist* p, const char* key);
131
 int pa_proplist_sets(pa_proplist* p, const char* key, const char* value);
132
-size_t pa_stream_readable_size(pa_stream *p);
133
+size_t pa_stream_readable_size(const pa_stream *p);
134
 int pa_stream_peek(pa_stream* p, const void** data, size_t* nbytes);
135
 void pa_stream_set_read_callback(pa_stream* p, pa_stream_request_cb_t cb, void* userdata);
136
 void pa_stream_set_state_callback(pa_stream* s, pa_stream_notify_cb_t cb, void* userdata);
137
 int pa_stream_write(pa_stream* p, const void* data, size_t nbytes, pa_free_cb_t free_cb, int64_t offset, pa_seek_mode_t seek);
138
 void pa_stream_set_write_callback(pa_stream *p, pa_stream_request_cb_t cb, void *userdata);
139
 void pa_stream_unref(pa_stream* s);
140
-int pa_context_errno(pa_context *c);
141
+int pa_context_errno(const pa_context *c);
142
 const char* pa_strerror(int error);
143
 pa_cvolume* pa_cvolume_set(pa_cvolume* a, unsigned  channels, pa_volume_t v);
(-)b/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_webrtc_rtc__base_physical__socket__server.cc (-7 / +16 lines)
Lines 1-6 Link Here
1
--- src/3rdparty/chromium/third_party/webrtc/rtc_base/physical_socket_server.cc.orig	2019-05-23 12:39:34 UTC
1
--- src/3rdparty/chromium/third_party/webrtc/rtc_base/physical_socket_server.cc.orig	2019-10-21 08:14:54 UTC
2
+++ src/3rdparty/chromium/third_party/webrtc/rtc_base/physical_socket_server.cc
2
+++ src/3rdparty/chromium/third_party/webrtc/rtc_base/physical_socket_server.cc
3
@@ -66,7 +66,7 @@ typedef void* SockOptArg;
3
@@ -51,7 +51,7 @@
4
 #include "rtc_base/null_socket_server.h"
5
 #include "rtc_base/time_utils.h"
6
 
7
-#if defined(WEBRTC_LINUX)
8
+#if defined(WEBRTC_LINUX) && !defined(WEBRTC_BSD)
9
 #include <linux/sockios.h>
10
 #endif
11
 
12
@@ -70,7 +70,7 @@ typedef void* SockOptArg;
4
 
13
 
5
 #endif  // WEBRTC_POSIX
14
 #endif  // WEBRTC_POSIX
6
 
15
 
Lines 9-15 Link Here
9
 
18
 
10
 int64_t GetSocketRecvTimestamp(int socket) {
19
 int64_t GetSocketRecvTimestamp(int socket) {
11
   struct timeval tv_ioctl;
20
   struct timeval tv_ioctl;
12
@@ -286,7 +286,7 @@ int PhysicalSocket::GetOption(Option opt, int* value) 
21
@@ -290,7 +290,7 @@ int PhysicalSocket::GetOption(Option opt, int* value) 
13
   socklen_t optlen = sizeof(*value);
22
   socklen_t optlen = sizeof(*value);
14
   int ret = ::getsockopt(s_, slevel, sopt, (SockOptArg)value, &optlen);
23
   int ret = ::getsockopt(s_, slevel, sopt, (SockOptArg)value, &optlen);
15
   if (ret != -1 && opt == OPT_DONTFRAGMENT) {
24
   if (ret != -1 && opt == OPT_DONTFRAGMENT) {
Lines 18-24 Link Here
18
     *value = (*value != IP_PMTUDISC_DONT) ? 1 : 0;
27
     *value = (*value != IP_PMTUDISC_DONT) ? 1 : 0;
19
 #endif
28
 #endif
20
   }
29
   }
21
@@ -299,7 +299,7 @@ int PhysicalSocket::SetOption(Option opt, int value) {
30
@@ -303,7 +303,7 @@ int PhysicalSocket::SetOption(Option opt, int value) {
22
   if (TranslateOption(opt, &slevel, &sopt) == -1)
31
   if (TranslateOption(opt, &slevel, &sopt) == -1)
23
     return -1;
32
     return -1;
24
   if (opt == OPT_DONTFRAGMENT) {
33
   if (opt == OPT_DONTFRAGMENT) {
Lines 27-33 Link Here
27
     value = (value) ? IP_PMTUDISC_DO : IP_PMTUDISC_DONT;
36
     value = (value) ? IP_PMTUDISC_DO : IP_PMTUDISC_DONT;
28
 #endif
37
 #endif
29
   }
38
   }
30
@@ -309,7 +309,7 @@ int PhysicalSocket::SetOption(Option opt, int value) {
39
@@ -313,7 +313,7 @@ int PhysicalSocket::SetOption(Option opt, int value) {
31
 int PhysicalSocket::Send(const void* pv, size_t cb) {
40
 int PhysicalSocket::Send(const void* pv, size_t cb) {
32
   int sent = DoSend(
41
   int sent = DoSend(
33
       s_, reinterpret_cast<const char*>(pv), static_cast<int>(cb),
42
       s_, reinterpret_cast<const char*>(pv), static_cast<int>(cb),
Lines 36-42 Link Here
36
       // Suppress SIGPIPE. Without this, attempting to send on a socket whose
45
       // Suppress SIGPIPE. Without this, attempting to send on a socket whose
37
       // other end is closed will result in a SIGPIPE signal being raised to
46
       // other end is closed will result in a SIGPIPE signal being raised to
38
       // our process, which by default will terminate the process, which we
47
       // our process, which by default will terminate the process, which we
39
@@ -338,7 +338,7 @@ int PhysicalSocket::SendTo(const void* buffer,
48
@@ -342,7 +342,7 @@ int PhysicalSocket::SendTo(const void* buffer,
40
   size_t len = addr.ToSockAddrStorage(&saddr);
49
   size_t len = addr.ToSockAddrStorage(&saddr);
41
   int sent =
50
   int sent =
42
       DoSendTo(s_, static_cast<const char*>(buffer), static_cast<int>(length),
51
       DoSendTo(s_, static_cast<const char*>(buffer), static_cast<int>(length),
Lines 45-51 Link Here
45
                // Suppress SIGPIPE. See above for explanation.
54
                // Suppress SIGPIPE. See above for explanation.
46
                MSG_NOSIGNAL,
55
                MSG_NOSIGNAL,
47
 #else
56
 #else
48
@@ -529,7 +529,7 @@ int PhysicalSocket::TranslateOption(Option opt, int* s
57
@@ -533,7 +533,7 @@ int PhysicalSocket::TranslateOption(Option opt, int* s
49
       *slevel = IPPROTO_IP;
58
       *slevel = IPPROTO_IP;
50
       *sopt = IP_DONTFRAGMENT;
59
       *sopt = IP_DONTFRAGMENT;
51
       break;
60
       break;
(-)b/www/qt5-webengine/files/patch-src_core_core__module.pro (-17 / +9 lines)
Lines 1-8 Link Here
1
* Do not pass --no-undefined and -z,defs to the linker because of environ(7).
1
--- src/core/core_module.pro.orig	2019-10-23 10:30:33 UTC
2
* Extend some Linux-only compiler arguments to FreeBSD.
3
* Generate split out debug files on FreeBSD too.
4
5
--- src/core/core_module.pro.orig	2019-05-24 09:01:39 UTC
6
+++ src/core/core_module.pro
2
+++ src/core/core_module.pro
7
@@ -4,6 +4,9 @@ include(core_common.pri)
3
@@ -4,6 +4,9 @@ include(core_common.pri)
8
 # Needed to set a CFBundleIdentifier
4
 # Needed to set a CFBundleIdentifier
Lines 14-20 Link Here
14
 linking_pri = $$OUT_PWD/$$getConfigDir()/$${TARGET}.pri
10
 linking_pri = $$OUT_PWD/$$getConfigDir()/$${TARGET}.pri
15
 
11
 
16
 !include($$linking_pri) {
12
 !include($$linking_pri) {
17
@@ -30,21 +33,21 @@ RSP_ARCHIVE_FILE = $$OUT_PWD/$$getConfigDir()/$${TARGE
13
@@ -30,10 +33,10 @@ RSP_ARCHIVE_FILE = $$OUT_PWD/$$getConfigDir()/$${TARGE
18
 for(archive, NINJA_ARCHIVES): RSP_A_CONTENT += $$archive
14
 for(archive, NINJA_ARCHIVES): RSP_A_CONTENT += $$archive
19
 write_file($$RSP_ARCHIVE_FILE, RSP_A_CONTENT)
15
 write_file($$RSP_ARCHIVE_FILE, RSP_A_CONTENT)
20
 macos:LIBS_PRIVATE += -Wl,-filelist,$$shell_quote($$RSP_OBJECT_FILE)
16
 macos:LIBS_PRIVATE += -Wl,-filelist,$$shell_quote($$RSP_OBJECT_FILE)
Lines 27-46 Link Here
27
 else: LIBS_PRIVATE += $$NINJA_ARCHIVES
23
 else: LIBS_PRIVATE += $$NINJA_ARCHIVES
28
 LIBS_PRIVATE += $$NINJA_LIB_DIRS $$NINJA_LIBS
24
 LIBS_PRIVATE += $$NINJA_LIB_DIRS $$NINJA_LIBS
29
 # GN's LFLAGS doesn't always work across all the Linux configurations we support.
25
 # GN's LFLAGS doesn't always work across all the Linux configurations we support.
30
 # The Windows and macOS ones from GN does provide a few useful flags however
26
@@ -41,7 +44,7 @@ LIBS_PRIVATE += $$NINJA_LIB_DIRS $$NINJA_LIBS
31
 
27
 
28
 unix:qtConfig(webengine-noexecstack): \
29
     QMAKE_LFLAGS += -Wl,-z,noexecstack
32
-linux {
30
-linux {
33
+unix {
31
+unix {
34
     QMAKE_LFLAGS += -Wl,--gc-sections -Wl,-O1 -Wl,-z,now
32
     # add chromium flags
35
     # Embedded address sanitizer symbols are undefined and are picked up by the dynamic link loader
33
     for(flag, NINJA_LFLAGS) {
36
     # at runtime. Thus we do not to pass the linker flag below, because the linker would complain
34
         # filter out some flags
37
     # about the undefined sanitizer symbols.
35
@@ -91,7 +94,7 @@ win32 {
38
-    !sanitizer: QMAKE_LFLAGS += -Wl,-z,defs
39
+    #!sanitizer: QMAKE_LFLAGS += -Wl,-z,defs
40
 } else {
41
     QMAKE_LFLAGS += $$NINJA_LFLAGS
42
 }
43
@@ -85,7 +88,7 @@ win32 {
44
 # and doesn't let Chromium get access to libc symbols through dlsym.
36
 # and doesn't let Chromium get access to libc symbols through dlsym.
45
 CONFIG -= bsymbolic_functions
37
 CONFIG -= bsymbolic_functions
46
 
38
 
(-)b/www/qt5-websockets-qml/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	websockets-qml
3
PORTNAME=	websockets-qml
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	www
5
CATEGORIES=	www
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)b/www/qt5-websockets/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	websockets
3
PORTNAME=	websockets
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	www
5
CATEGORIES=	www
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)b/www/qt5-webview/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	webview
3
PORTNAME=	webview
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	www
5
CATEGORIES=	www
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)b/www/qt5-webview/files/patch-qtwebview.pro (+6 lines)
Added Link Here
1
--- qtwebview.pro.orig	2019-10-14 10:11:35 UTC
2
+++ qtwebview.pro
3
@@ -1,3 +1 @@
4
-requires(qtConfig(gui))
5
-
6
 load(qt_parts)
(-)b/x11-toolkits/qt5-charts/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	charts
3
PORTNAME=	charts
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	x11-toolkits
5
CATEGORIES=	x11-toolkits
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)b/x11-toolkits/qt5-datavis3d/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	datavis3d
3
PORTNAME=	datavis3d
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	x11-toolkits
5
CATEGORIES=	x11-toolkits
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)b/x11-toolkits/qt5-declarative/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	declarative
3
PORTNAME=	declarative
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	x11-toolkits
5
CATEGORIES=	x11-toolkits
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)b/x11-toolkits/qt5-declarative/pkg-plist (+10 lines)
Lines 674-679 Link Here
674
%%QT_INCDIR%%/QtQuickWidgets/qquickwidget.h
674
%%QT_INCDIR%%/QtQuickWidgets/qquickwidget.h
675
%%QT_INCDIR%%/QtQuickWidgets/qtquickwidgetsglobal.h
675
%%QT_INCDIR%%/QtQuickWidgets/qtquickwidgetsglobal.h
676
%%QT_INCDIR%%/QtQuickWidgets/qtquickwidgetsversion.h
676
%%QT_INCDIR%%/QtQuickWidgets/qtquickwidgetsversion.h
677
%%QT_CMAKEDIR%%/Qt5PacketProtocol/Qt5PacketProtocolConfig.cmake
678
%%QT_CMAKEDIR%%/Qt5PacketProtocol/Qt5PacketProtocolConfigVersion.cmake
677
%%QT_CMAKEDIR%%/Qt5Qml/Qt5QmlConfig.cmake
679
%%QT_CMAKEDIR%%/Qt5Qml/Qt5QmlConfig.cmake
678
%%QT_CMAKEDIR%%/Qt5Qml/Qt5QmlConfigExtras.cmake
680
%%QT_CMAKEDIR%%/Qt5Qml/Qt5QmlConfigExtras.cmake
679
%%QT_CMAKEDIR%%/Qt5Qml/Qt5QmlConfigVersion.cmake
681
%%QT_CMAKEDIR%%/Qt5Qml/Qt5QmlConfigVersion.cmake
Lines 688-696 Link Here
688
%%QT_CMAKEDIR%%/Qt5Qml/Qt5Qml_QQmlProfilerServiceFactory.cmake
690
%%QT_CMAKEDIR%%/Qt5Qml/Qt5Qml_QQmlProfilerServiceFactory.cmake
689
%%QT_CMAKEDIR%%/Qt5Qml/Qt5Qml_QQuickProfilerAdapterFactory.cmake
691
%%QT_CMAKEDIR%%/Qt5Qml/Qt5Qml_QQuickProfilerAdapterFactory.cmake
690
%%QT_CMAKEDIR%%/Qt5Qml/Qt5Qml_QTcpServerConnectionFactory.cmake
692
%%QT_CMAKEDIR%%/Qt5Qml/Qt5Qml_QTcpServerConnectionFactory.cmake
693
%%QT_CMAKEDIR%%/Qt5QmlDebug/Qt5QmlDebugConfig.cmake
694
%%QT_CMAKEDIR%%/Qt5QmlDebug/Qt5QmlDebugConfigVersion.cmake
695
%%QT_CMAKEDIR%%/Qt5QmlDevTools/Qt5QmlDevToolsConfig.cmake
696
%%QT_CMAKEDIR%%/Qt5QmlDevTools/Qt5QmlDevToolsConfigVersion.cmake
691
%%QT_CMAKEDIR%%/Qt5Quick/Qt5QuickConfig.cmake
697
%%QT_CMAKEDIR%%/Qt5Quick/Qt5QuickConfig.cmake
692
%%QT_CMAKEDIR%%/Qt5Quick/Qt5QuickConfigVersion.cmake
698
%%QT_CMAKEDIR%%/Qt5Quick/Qt5QuickConfigVersion.cmake
693
%%QT_CMAKEDIR%%/Qt5QuickCompiler/Qt5QuickCompilerConfig.cmake
699
%%QT_CMAKEDIR%%/Qt5QuickCompiler/Qt5QuickCompilerConfig.cmake
700
%%QT_CMAKEDIR%%/Qt5QuickParticles/Qt5QuickParticlesConfig.cmake
701
%%QT_CMAKEDIR%%/Qt5QuickParticles/Qt5QuickParticlesConfigVersion.cmake
702
%%QT_CMAKEDIR%%/Qt5QuickShapes/Qt5QuickShapesConfig.cmake
703
%%QT_CMAKEDIR%%/Qt5QuickShapes/Qt5QuickShapesConfigVersion.cmake
694
%%QT_CMAKEDIR%%/Qt5QuickTest/Qt5QuickTestConfig.cmake
704
%%QT_CMAKEDIR%%/Qt5QuickTest/Qt5QuickTestConfig.cmake
695
%%QT_CMAKEDIR%%/Qt5QuickTest/Qt5QuickTestConfigVersion.cmake
705
%%QT_CMAKEDIR%%/Qt5QuickTest/Qt5QuickTestConfigVersion.cmake
696
%%QT_CMAKEDIR%%/Qt5QuickWidgets/Qt5QuickWidgetsConfig.cmake
706
%%QT_CMAKEDIR%%/Qt5QuickWidgets/Qt5QuickWidgetsConfig.cmake
(-)b/x11-toolkits/qt5-gamepad/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	gamepad
3
PORTNAME=	gamepad
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	x11-toolkits
5
CATEGORIES=	x11-toolkits
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)b/x11-toolkits/qt5-gui/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	gui
3
PORTNAME=	gui
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	2
6
CATEGORIES=	x11-toolkits graphics
5
CATEGORIES=	x11-toolkits graphics
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)b/x11-toolkits/qt5-gui/pkg-plist (+32 lines)
Lines 754-759 Link Here
754
%%QT_INCDIR%%/QtXkbCommonSupport/QtXkbCommonSupportDepends
754
%%QT_INCDIR%%/QtXkbCommonSupport/QtXkbCommonSupportDepends
755
%%QT_INCDIR%%/QtXkbCommonSupport/QtXkbCommonSupportVersion
755
%%QT_INCDIR%%/QtXkbCommonSupport/QtXkbCommonSupportVersion
756
%%QT_INCDIR%%/QtXkbCommonSupport/qtxkbcommonsupportversion.h
756
%%QT_INCDIR%%/QtXkbCommonSupport/qtxkbcommonsupportversion.h
757
%%QT_CMAKEDIR%%/Qt5AccessibilitySupport/Qt5AccessibilitySupportConfig.cmake
758
%%QT_CMAKEDIR%%/Qt5AccessibilitySupport/Qt5AccessibilitySupportConfigVersion.cmake
759
%%QT_CMAKEDIR%%/Qt5DeviceDiscoverySupport/Qt5DeviceDiscoverySupportConfig.cmake
760
%%QT_CMAKEDIR%%/Qt5DeviceDiscoverySupport/Qt5DeviceDiscoverySupportConfigVersion.cmake
761
%%QT_CMAKEDIR%%/Qt5EdidSupport/Qt5EdidSupportConfig.cmake
762
%%QT_CMAKEDIR%%/Qt5EdidSupport/Qt5EdidSupportConfigVersion.cmake
763
%%QT_CMAKEDIR%%/Qt5EglSupport/Qt5EglSupportConfig.cmake
764
%%QT_CMAKEDIR%%/Qt5EglSupport/Qt5EglSupportConfigVersion.cmake
765
%%QT_CMAKEDIR%%/Qt5EventDispatcherSupport/Qt5EventDispatcherSupportConfig.cmake
766
%%QT_CMAKEDIR%%/Qt5EventDispatcherSupport/Qt5EventDispatcherSupportConfigVersion.cmake
767
%%QT_CMAKEDIR%%/Qt5FbSupport/Qt5FbSupportConfig.cmake
768
%%QT_CMAKEDIR%%/Qt5FbSupport/Qt5FbSupportConfigVersion.cmake
769
%%QT_CMAKEDIR%%/Qt5FontDatabaseSupport/Qt5FontDatabaseSupportConfig.cmake
770
%%QT_CMAKEDIR%%/Qt5FontDatabaseSupport/Qt5FontDatabaseSupportConfigVersion.cmake
771
%%QT_CMAKEDIR%%/Qt5GlxSupport/Qt5GlxSupportConfig.cmake
772
%%QT_CMAKEDIR%%/Qt5GlxSupport/Qt5GlxSupportConfigVersion.cmake
757
%%QT_CMAKEDIR%%/Qt5Gui/Qt5GuiConfig.cmake
773
%%QT_CMAKEDIR%%/Qt5Gui/Qt5GuiConfig.cmake
758
%%QT_CMAKEDIR%%/Qt5Gui/Qt5GuiConfigExtras.cmake
774
%%QT_CMAKEDIR%%/Qt5Gui/Qt5GuiConfigExtras.cmake
759
%%QT_CMAKEDIR%%/Qt5Gui/Qt5GuiConfigVersion.cmake
775
%%QT_CMAKEDIR%%/Qt5Gui/Qt5GuiConfigVersion.cmake
Lines 776-783 Link Here
776
%%QT_CMAKEDIR%%/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake
792
%%QT_CMAKEDIR%%/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake
777
%%QT_CMAKEDIR%%/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake
793
%%QT_CMAKEDIR%%/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake
778
%%QT_CMAKEDIR%%/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake
794
%%QT_CMAKEDIR%%/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake
795
%%QT_CMAKEDIR%%/Qt5InputSupport/Qt5InputSupportConfig.cmake
796
%%QT_CMAKEDIR%%/Qt5InputSupport/Qt5InputSupportConfigVersion.cmake
797
%%QT_CMAKEDIR%%/Qt5KmsSupport/Qt5KmsSupportConfig.cmake
798
%%QT_CMAKEDIR%%/Qt5KmsSupport/Qt5KmsSupportConfigVersion.cmake
799
%%QT_CMAKEDIR%%/Qt5LinuxAccessibilitySupport/Qt5LinuxAccessibilitySupportConfig.cmake
800
%%QT_CMAKEDIR%%/Qt5LinuxAccessibilitySupport/Qt5LinuxAccessibilitySupportConfigVersion.cmake
779
%%QT_CMAKEDIR%%/Qt5OpenGLExtensions/Qt5OpenGLExtensionsConfig.cmake
801
%%QT_CMAKEDIR%%/Qt5OpenGLExtensions/Qt5OpenGLExtensionsConfig.cmake
780
%%QT_CMAKEDIR%%/Qt5OpenGLExtensions/Qt5OpenGLExtensionsConfigVersion.cmake
802
%%QT_CMAKEDIR%%/Qt5OpenGLExtensions/Qt5OpenGLExtensionsConfigVersion.cmake
803
%%QT_CMAKEDIR%%/Qt5PlatformCompositorSupport/Qt5PlatformCompositorSupportConfig.cmake
804
%%QT_CMAKEDIR%%/Qt5PlatformCompositorSupport/Qt5PlatformCompositorSupportConfigVersion.cmake
805
%%QT_CMAKEDIR%%/Qt5ServiceSupport/Qt5ServiceSupportConfig.cmake
806
%%QT_CMAKEDIR%%/Qt5ServiceSupport/Qt5ServiceSupportConfigVersion.cmake
807
%%QT_CMAKEDIR%%/Qt5ThemeSupport/Qt5ThemeSupportConfig.cmake
808
%%QT_CMAKEDIR%%/Qt5ThemeSupport/Qt5ThemeSupportConfigVersion.cmake
809
%%QT_CMAKEDIR%%/Qt5XcbQpa/Qt5XcbQpaConfig.cmake
810
%%QT_CMAKEDIR%%/Qt5XcbQpa/Qt5XcbQpaConfigVersion.cmake
811
%%QT_CMAKEDIR%%/Qt5XkbCommonSupport/Qt5XkbCommonSupportConfig.cmake
812
%%QT_CMAKEDIR%%/Qt5XkbCommonSupport/Qt5XkbCommonSupportConfigVersion.cmake
781
%%QT_BINDIR%%/qvkgen
813
%%QT_BINDIR%%/qvkgen
782
%%QT_LIBDIR%%/libQt5AccessibilitySupport.a
814
%%QT_LIBDIR%%/libQt5AccessibilitySupport.a
783
%%QT_LIBDIR%%/libQt5AccessibilitySupport.prl
815
%%QT_LIBDIR%%/libQt5AccessibilitySupport.prl
(-)b/x11-toolkits/qt5-quickcontrols/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	quickcontrols
3
PORTNAME=	quickcontrols
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	x11-toolkits
5
CATEGORIES=	x11-toolkits
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)b/x11-toolkits/qt5-quickcontrols2/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	quickcontrols2
3
PORTNAME=	quickcontrols2
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	x11-toolkits
5
CATEGORIES=	x11-toolkits
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)b/x11-toolkits/qt5-uiplugin/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	uiplugin
3
PORTNAME=	uiplugin
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	x11-toolkits devel
5
CATEGORIES=	x11-toolkits devel
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)b/x11-toolkits/qt5-uiplugin/pkg-plist (+2 lines)
Lines 10-12 Link Here
10
%%QT_CMAKEDIR%%/Qt5UiPlugin/Qt5UiPluginConfig.cmake
10
%%QT_CMAKEDIR%%/Qt5UiPlugin/Qt5UiPluginConfig.cmake
11
%%QT_CMAKEDIR%%/Qt5UiPlugin/Qt5UiPluginConfigVersion.cmake
11
%%QT_CMAKEDIR%%/Qt5UiPlugin/Qt5UiPluginConfigVersion.cmake
12
%%QT_MKSPECDIR%%/modules/qt_lib_uiplugin.pri
12
%%QT_MKSPECDIR%%/modules/qt_lib_uiplugin.pri
13
%%QT_LIBDIR%%/libQt5UiPlugin.prl
14
libdata/pkgconfig/Qt5UiPlugin.pc
(-)b/x11-toolkits/qt5-virtualkeyboard/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	virtualkeyboard
3
PORTNAME=	virtualkeyboard
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	x11-toolkits
5
CATEGORIES=	x11-toolkits
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)b/x11-toolkits/qt5-virtualkeyboard/pkg-plist (+2 lines)
Lines 47-52 Link Here
47
%%QT_INCDIR%%/QtVirtualKeyboard/qvirtualkeyboardselectionlistmodel.h
47
%%QT_INCDIR%%/QtVirtualKeyboard/qvirtualkeyboardselectionlistmodel.h
48
%%QT_INCDIR%%/QtVirtualKeyboard/qvirtualkeyboardtrace.h
48
%%QT_INCDIR%%/QtVirtualKeyboard/qvirtualkeyboardtrace.h
49
%%QT_CMAKEDIR%%/Qt5Gui/Qt5Gui_QVirtualKeyboardPlugin.cmake
49
%%QT_CMAKEDIR%%/Qt5Gui/Qt5Gui_QVirtualKeyboardPlugin.cmake
50
%%QT_CMAKEDIR%%/Qt5HunspellInputMethod/Qt5HunspellInputMethodConfig.cmake
51
%%QT_CMAKEDIR%%/Qt5HunspellInputMethod/Qt5HunspellInputMethodConfigVersion.cmake
50
%%QT_CMAKEDIR%%/Qt5VirtualKeyboard/Qt5VirtualKeyboardConfig.cmake
52
%%QT_CMAKEDIR%%/Qt5VirtualKeyboard/Qt5VirtualKeyboardConfig.cmake
51
%%QT_CMAKEDIR%%/Qt5VirtualKeyboard/Qt5VirtualKeyboardConfigVersion.cmake
53
%%QT_CMAKEDIR%%/Qt5VirtualKeyboard/Qt5VirtualKeyboardConfigVersion.cmake
52
%%QT_CMAKEDIR%%/Qt5VirtualKeyboard/Qt5VirtualKeyboard_QtVirtualKeyboardHunspellPlugin.cmake
54
%%QT_CMAKEDIR%%/Qt5VirtualKeyboard/Qt5VirtualKeyboard_QtVirtualKeyboardHunspellPlugin.cmake
(-)b/x11-toolkits/qt5-widgets/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	widgets
3
PORTNAME=	widgets
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	x11-toolkits
5
CATEGORIES=	x11-toolkits
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)b/x11/qt5-qev/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	qev
3
PORTNAME=	qev
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	x11
5
CATEGORIES=	x11
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)b/x11/qt5-x11extras/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	x11extras
3
PORTNAME=	x11extras
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	x11
5
CATEGORIES=	x11
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7

Return to bug 241649