Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Dec 2023 18:58:23 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a82ea0950a97 - main - x11-wm/gamescope: skip updates due to graphics/drm-kmod bug
Message-ID:  <202312061858.3B6IwN1C070685@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

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

commit a82ea0950a9717dc507ca427b2530ecb1aaea6e5
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-12-06 18:57:03 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-12-06 18:57:37 +0000

    x11-wm/gamescope: skip updates due to graphics/drm-kmod bug
---
 x11-wm/gamescope/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/x11-wm/gamescope/Makefile b/x11-wm/gamescope/Makefile
index 7972f9b22bda..fa2b0fa1a63d 100644
--- a/x11-wm/gamescope/Makefile
+++ b/x11-wm/gamescope/Makefile
@@ -47,6 +47,9 @@ PLIST_FILES=	bin/${PORTNAME} \
 		lib/libVkLayer_FROG_${PORTNAME}_wsi_${MESON_ARCH_FAMILY}.so \
 		share/vulkan/implicit_layer.d/VkLayer_FROG_${PORTNAME}_wsi.${MESON_ARCH_FAMILY}.json
 
+# https://github.com/freebsd/drm-kmod/issues/271
+PORTSCOUT=	ignore:1
+
 OPTIONS_DEFINE=	PIPEWIRE
 OPTIONS_DEFAULT=PIPEWIRE
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312061858.3B6IwN1C070685>