git: 5e325c34d4ce - main - x11/plasma6-plasma-workspace: IGNORE on FreeBSD 13
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 08 Mar 2026 11:12:27 UTC
The branch main has been updated by makc:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5e325c34d4cebb17ae5255ad09ebad0fabf516f4
commit 5e325c34d4cebb17ae5255ad09ebad0fabf516f4
Author: Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2026-03-08 11:12:10 +0000
Commit: Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2026-03-08 11:12:10 +0000
x11/plasma6-plasma-workspace: IGNORE on FreeBSD 13
KDE project uses the latest stable FreeBSD for their CI.
kde@ team does not guarantee support for old stable.
---
x11/plasma6-plasma-workspace/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/x11/plasma6-plasma-workspace/Makefile b/x11/plasma6-plasma-workspace/Makefile
index dcccf982f683..d275f0fc38fd 100644
--- a/x11/plasma6-plasma-workspace/Makefile
+++ b/x11/plasma6-plasma-workspace/Makefile
@@ -54,6 +54,8 @@ OPTIONS_DEFINE= GTK
GTK_DESC= Global menu bar support for GTK applications
GTK_RUN_DEPENDS= appmenu-gtk-module>0:x11/gtk-app-menu
+IGNORE_FreeBSD_13= requires timerfd(2)
+
post-patch:
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
${PATCH_WRKSRC}/startkde/startplasma.cpp \