git: 6344875adb25 - main - devel/kf5-kfilemetadata: disable Mobipocket plugin
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 Aug 2025 09:04:33 UTC
The branch main has been updated by makc:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6344875adb25be725f7e538ce79982243d959cc0
commit 6344875adb25be725f7e538ce79982243d959cc0
Author: Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2025-08-16 09:04:20 +0000
Commit: Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2025-08-16 09:04:20 +0000
devel/kf5-kfilemetadata: disable Mobipocket plugin
It does not build with recent KDE Gear.
---
devel/kf5-kfilemetadata/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devel/kf5-kfilemetadata/Makefile b/devel/kf5-kfilemetadata/Makefile
index db99851a78db..3bd81003d08a 100644
--- a/devel/kf5-kfilemetadata/Makefile
+++ b/devel/kf5-kfilemetadata/Makefile
@@ -22,10 +22,10 @@ USE_QT= core gui xml \
buildtools:build qmake:build
OPTIONS_DEFINE= MOBIPOCKET
-OPTIONS_DEFAULT= ${OPTIONS_DEFINE}
OPTIONS_SUB= yes
MOBIPOCKET_DESC= Mobipocket plugin to handle metadata
MOBIPOCKET_LIB_DEPENDS= libqmobipocket.so:graphics/kdegraphics-mobipocket@qt5
+MOBIPOCKET_BROKEN= does not build with KDE Gear 25.08
.include <bsd.port.mk>