git: 6bc83dc31c79 - 2022Q4 - x11-wm/gamescope: temporarily disable wayland category

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Sun, 27 Nov 2022 18:49:08 UTC
The branch 2022Q4 has been updated by jbeich:

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

commit 6bc83dc31c7949b568d8b9f32e450cbcbfceb56e
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-11-27 18:27:42 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-11-27 18:48:59 +0000

    x11-wm/gamescope: temporarily disable wayland category
    
    $ gamescope -- vkcube-wayland
    No CAP_SYS_NICE, falling back to regular-priority compute and threads.
    Performance will be affected.
    wlserver: [backend/headless/backend.c:68] Creating headless backend
    vulkan: selecting physical device 'Intel(R) HD Graphics 530 (SKL GT2)': queue family 0
    vulkan: physical device supports DRM format modifiers
    vulkan: supported DRM formats for sampling usage:
    vulkan:   0x34325241
    vulkan:   0x34325258
    vulkan:   0x3231564E
    wlserver: Running compositor on wayland display 'gamescope-0'
    wlserver: [backend/headless/backend.c:16] Starting headless backend
    wlserver: [xwayland/server.c:108] Starting Xwayland on :1
    wlserver: [types/wlr_compositor.c:681] New wlr_surface 0x84aae6500 (res 0x84ab47880)
    wlserver: [xwayland/server.c:273] Xserver is ready
    xwm: Failed to find PID for window 0x200001
    Cannot connect to wayland.
    Exiting ...
    load: 0.97  cmd: Xwayland 64175 [select] 8.23r 0.02u 0.00s 0% 35848k
    ^C
    gamescope: received kill signal, terminating!
    
    (cherry picked from commit d4bf27c2e084f0aef4ab7805f1e40c9b8c2c7e11)
---
 x11-wm/gamescope/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/gamescope/Makefile b/x11-wm/gamescope/Makefile
index 6422e8918eea..58b63fb6e6e8 100644
--- a/x11-wm/gamescope/Makefile
+++ b/x11-wm/gamescope/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	gamescope
 DISTVERSION=	3.11.49
-CATEGORIES=	x11-wm wayland
+CATEGORIES=	x11-wm # wayland: depends on https://github.com/Plagman/gamescope/issues/543
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
 PATCHFILES+=	2a84a44f6897.patch:-p1 # https://github.com/Plagman/gamescope/pull/119