git: f7332d1b25d0 - main - net-im/libaccounts-qt: Deorbit Qt 5 flavor
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Jun 2026 21:17:01 UTC
The branch main has been updated by makc:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f7332d1b25d01bc82b21da4b45d4eeb0e592b6d5
commit f7332d1b25d01bc82b21da4b45d4eeb0e592b6d5
Author: Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2026-06-22 21:15:06 +0000
Commit: Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2026-06-22 21:15:06 +0000
net-im/libaccounts-qt: Deorbit Qt 5 flavor
---
net-im/libaccounts-qt/Makefile | 20 +++++++-------------
1 file changed, 7 insertions(+), 13 deletions(-)
diff --git a/net-im/libaccounts-qt/Makefile b/net-im/libaccounts-qt/Makefile
index 267adcc46495..b687224edd8c 100644
--- a/net-im/libaccounts-qt/Makefile
+++ b/net-im/libaccounts-qt/Makefile
@@ -1,11 +1,12 @@
PORTNAME= libaccounts-qt
DISTVERSION= 1.17
+PORTREVISION= 1
CATEGORIES= net-im
-PKGNAMESUFFIX= ${FLAVOR:S/qt//}
+PKGNAMESUFFIX= 6
DIST_SUBDIR= KDE/${GL_ACCOUNT}
MAINTAINER= kde@FreeBSD.org
-COMMENT= Qt5 wrapper for SSO framework
+COMMENT= Qt 6 wrapper for SSO framework
WWW= https://gitlab.com/accounts-sso
LICENSE= LGPL21
@@ -13,30 +14,23 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libaccounts-glib.so:net-im/libaccounts-glib
-FLAVORS= qt5 qt6
-FLAVOR?= qt5
-
USES= compiler:c++17-lang gettext-runtime gnome qmake \
- pathfix pkgconfig python qt:${FLAVOR:S/qt//} tar:bz2
+ pathfix pkgconfig python qt:6 tar:bz2
USE_GITLAB= yes
GL_ACCOUNT= accounts-sso
GL_TAGNAME= c8fdd05f1a1ff5886f4649d24f2ba8c5f61cfa3a
USE_GNOME= glib20
USE_LDCONFIG= yes
-_USE_QT_qt5= buildtools:build core qmake:build testlib:build xml
-_USE_QT_qt6= base
-USE_QT= ${_USE_QT_${FLAVOR}}
+USE_QT= base
-PLIST_SUB= QT_VER=${FLAVOR:S/qt//}
+PLIST_SUB= QT_VER=6
OPTIONS_DEFINE= DOCS
OPTIONS_SUB= yes
DOCS_BUILD_DEPENDS= doxygen:devel/doxygen \
dot:graphics/graphviz
-_DOCS_USE_qt5= QT=help:build
-_DOCS_USE_qt6= QT=tools:build
-DOCS_USE= ${_DOCS_USE_${FLAVOR}}
+DOCS_USE= QT=tools:build
DOCS_QMAKE_ON= CONFIG+=docs
DOCS_BINARY_ALIAS= qhelpgenerator=${QHELPGENERATOR}