git: ddeb3e2d7f6e - main - x11-toolkits/wlroots: move experimental label to CONSOLEKIT

Jan Beich jbeich at FreeBSD.org
Thu Apr 8 23:34:19 UTC 2021


The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ddeb3e2d7f6e69262d65cb84f9b2b75c127b2af0

commit ddeb3e2d7f6e69262d65cb84f9b2b75c127b2af0
Author:     Jan Beich <jbeich at FreeBSD.org>
AuthorDate: 2021-04-08 04:42:36 +0000
Commit:     Jan Beich <jbeich at FreeBSD.org>
CommitDate: 2021-04-08 23:33:31 +0000

    x11-toolkits/wlroots: move experimental label to CONSOLEKIT
    
    ConsoleKit2 support uses a patch rejected upstream, and upstream plans
    to simplify session handling via libseat by dropping other session backends.
---
 x11-toolkits/wlroots/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-toolkits/wlroots/Makefile b/x11-toolkits/wlroots/Makefile
index 16ae013a3737..80b27c74400f 100644
--- a/x11-toolkits/wlroots/Makefile
+++ b/x11-toolkits/wlroots/Makefile
@@ -35,7 +35,7 @@ OPTIONS_DEFINE=	CONSOLEKIT LIBSEAT UUID X11
 OPTIONS_DEFAULT=LIBSEAT UUID X11
 OPTIONS_SUB=	yes
 
-CONSOLEKIT_DESC=	DRM sessions without root using ConsoleKit2
+CONSOLEKIT_DESC=	DRM sessions without root via ConsoleKit2 (experimental)
 CONSOLEKIT_PATCH_SITES=	https://github.com/unrelentingtech/${GH_PROJECT}/commit/:ck2
 CONSOLEKIT_PATCHFILES=	fb837ae10b1f.patch:-p1:ck2 # https://github.com/swaywm/wlroots/pull/1467
 CONSOLEKIT_LIB_DEPENDS=	libdbus-1.so:devel/dbus \
@@ -45,7 +45,7 @@ CONSOLEKIT_MESON_ENABLED=	consolekit2
 .MAKEFLAGS:		WITH+=CONSOLEKIT
 .endif
 
-LIBSEAT_DESC=		DRM sessions with/without root via libseat (experimental)
+LIBSEAT_DESC=		DRM sessions with/without root via libseat
 LIBSEAT_LIB_DEPENDS=	libseat.so:sysutils/seatd
 LIBSEAT_MESON_ENABLED=	libseat
 


More information about the dev-commits-ports-all mailing list