aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2021-12-18 09:11:53 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2022-01-02 08:50:15 +0000
commit11df3b5634b023710abf4a8b5faa1bd18dac2a57 (patch)
tree79f347cca416e64e10c860d011160555f11ec778 /net
parent123b66bc04a58b9396506b2b4b18203c820b5620 (diff)
downloadports-11df3b5634b023710abf4a8b5faa1bd18dac2a57.tar.gz
ports-11df3b5634b023710abf4a8b5faa1bd18dac2a57.zip
Qt: Switch Qt5 to use KDE's Qt patch collection
From [1] What's this? This is a set of git repositories based on the last public commits available for Qt 5.15 branches with a curated collection of patches on top to ensure open source products can be used comfortably until users transition to their Qt 6-based ports. Which patches does it include? This collection of patches includes patches that fix at least one of the following: * Security issues * Crashes * Functional defects We only include patches that have been approved upstream in the Qt project. If a patch cannot be merged upstream for technical reasons (e.g. the class no longer exists), it can also be merged. The patches to merge will be decided based on their relevance towards Open Source products and their viability. PR: 260548 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D33446 [1] https://community.kde.org/Qt5PatchCollection (cherry picked from commit 6b3bece75ad5a3d03e2751e5cdf78ae8aeb0abf9)
Diffstat (limited to 'net')
-rw-r--r--net/qt5-network/Makefile6
-rw-r--r--net/qt5-network/distinfo3
-rw-r--r--net/qt5-networkauth/Makefile6
-rw-r--r--net/qt5-networkauth/distinfo3
4 files changed, 12 insertions, 6 deletions
diff --git a/net/qt5-network/Makefile b/net/qt5-network/Makefile
index a101981df7f5..959ecb987f0a 100644
--- a/net/qt5-network/Makefile
+++ b/net/qt5-network/Makefile
@@ -1,6 +1,5 @@
PORTNAME= network
-DISTVERSION= ${QT5_VERSION}
-PORTREVISION= 1
+PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
CATEGORIES= net
PKGNAMEPREFIX= qt5-
@@ -9,7 +8,8 @@ COMMENT= Qt network module
RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
-USES= compiler:c++11-lang qmake:no_env qt-dist:5,base ssl
+USES= compiler:c++11-lang perl5 qmake:no_env qt-dist:5,base ssl
+USE_PERL5= extract
USE_QT= core buildtools_build
HAS_CONFIGURE= yes
CONFIGURE_ARGS= -no-gui -no-xcb
diff --git a/net/qt5-network/distinfo b/net/qt5-network/distinfo
new file mode 100644
index 000000000000..bb17af30e4b6
--- /dev/null
+++ b/net/qt5-network/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1639423900
+SHA256 (KDE/Qt/5.15.2/kde-qtbase-5.15.2p263.tar.xz) = a516b110cc8c3ae1627711cf3f7fdfffcd300e75cca6c97aa037ea940780ad1e
+SIZE (KDE/Qt/5.15.2/kde-qtbase-5.15.2p263.tar.xz) = 49709048
diff --git a/net/qt5-networkauth/Makefile b/net/qt5-networkauth/Makefile
index 5c45c72d5df9..d3a3422d3636 100644
--- a/net/qt5-networkauth/Makefile
+++ b/net/qt5-networkauth/Makefile
@@ -1,13 +1,13 @@
PORTNAME= networkauth
-DISTVERSION= ${QT5_VERSION}
-PORTREVISION= 1
+PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
CATEGORIES= net
PKGNAMEPREFIX= qt5-
MAINTAINER= kde@FreeBSD.org
COMMENT= Qt network auth module
-USES= compiler:c++11-lang qmake:no_env qt-dist:5
+USES= compiler:c++11-lang perl5 qmake:no_env qt-dist:5
+USE_PERL5= extract
USE_QT= core network \
buildtools_build
diff --git a/net/qt5-networkauth/distinfo b/net/qt5-networkauth/distinfo
new file mode 100644
index 000000000000..240951061f10
--- /dev/null
+++ b/net/qt5-networkauth/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1639423902
+SHA256 (KDE/Qt/5.15.2/kde-qtnetworkauth-5.15.2p2.tar.xz) = 73a747463be53741087836abbe07f7ba7cb787721d3a9dad713fd6552ac1068d
+SIZE (KDE/Qt/5.15.2/kde-qtnetworkauth-5.15.2p2.tar.xz) = 119968