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 /comms/qt5-serialport/Makefile | |
parent | 877cceb2366ec51535ac0ad1ba0765dd16227fcd (diff) | |
download | ports-6b3bece75ad5a3d03e2751e5cdf78ae8aeb0abf9.tar.gz ports-6b3bece75ad5a3d03e2751e5cdf78ae8aeb0abf9.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
Diffstat (limited to 'comms/qt5-serialport/Makefile')
-rw-r--r-- | comms/qt5-serialport/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/qt5-serialport/Makefile b/comms/qt5-serialport/Makefile index ae63f5c1514b..59b1509c0960 100644 --- a/comms/qt5-serialport/Makefile +++ b/comms/qt5-serialport/Makefile @@ -1,13 +1,13 @@ PORTNAME= serialport -DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 +PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH} CATEGORIES= comms PKGNAMEPREFIX= qt5- MAINTAINER= kde@FreeBSD.org COMMENT= Qt functions to access serial ports -USES= compiler:c++11-lang libtool qmake qt-dist:5,serialport +USES= compiler:c++11-lang libtool perl5 qmake qt-dist:5,serialport +USE_PERL5= extract USE_QT= core buildtools_build .include <bsd.port.mk> |