diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-12-18 09:11:53 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2022-01-02 08:47:54 +0000 |
commit | 6b3bece75ad5a3d03e2751e5cdf78ae8aeb0abf9 (patch) | |
tree | 274b8a7c1de1b060b55e801fb2e68d14168af9c2 /x11/qt5-qev/Makefile | |
parent | 877cceb2366ec51535ac0ad1ba0765dd16227fcd (diff) |
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
Diffstat (limited to 'x11/qt5-qev/Makefile')
-rw-r--r-- | x11/qt5-qev/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/qt5-qev/Makefile b/x11/qt5-qev/Makefile index 01e151ee8ac0..9f594db8d13f 100644 --- a/x11/qt5-qev/Makefile +++ b/x11/qt5-qev/Makefile @@ -1,5 +1,5 @@ PORTNAME= qev -DISTVERSION= ${QT5_VERSION} +PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH} CATEGORIES= x11 PKGNAMEPREFIX= qt5- |