From 5e91646b6bc7df23248de55e796d6f24c5e25677 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Sun, 22 Dec 2019 19:53:23 +0000 Subject: MFH: r520655 x11-toolkits/wlroots: backport fix for TTY > 10 $ sway -d [...] [sway/server.c:39] Preparing Wayland server initialization [backend/session/direct-freebsd.c:159] Using tty /dev/ttyv10 [backend/session/direct-freebsd.c:163] Cannot open tty: No such file or directory [backend/session/session.c:96] Failed to load session backend [backend/backend.c:321] Failed to start a DRM session [backend/noop/backend.c:51] Creating noop backend [sway/server.c:46] Unable to create backend PR: 242801 Submitted by: Ting-Wei Lan Approved by: ports-secteam blanket --- x11-toolkits/wlroots/Makefile | 4 ++++ x11-toolkits/wlroots/distinfo | 2 ++ 2 files changed, 6 insertions(+) diff --git a/x11-toolkits/wlroots/Makefile b/x11-toolkits/wlroots/Makefile index 1fed0ed8b72f..4aa5076869b7 100644 --- a/x11-toolkits/wlroots/Makefile +++ b/x11-toolkits/wlroots/Makefile @@ -2,8 +2,12 @@ PORTNAME= wlroots DISTVERSION= 0.7.0 +PORTREVISION= 1 CATEGORIES= x11-toolkits +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= fc6c0ca12e94.patch:-p1 + MAINTAINER= jbeich@FreeBSD.org COMMENT= Modular Wayland compositor library diff --git a/x11-toolkits/wlroots/distinfo b/x11-toolkits/wlroots/distinfo index f2ed0aeac244..0584a60d1773 100644 --- a/x11-toolkits/wlroots/distinfo +++ b/x11-toolkits/wlroots/distinfo @@ -1,5 +1,7 @@ TIMESTAMP = 1566876744 SHA256 (swaywm-wlroots-0.7.0_GH0.tar.gz) = e93091d49fc4a3dc1743eca7cdfa75584f2922f59036ba0a99194a9fc8b5e818 SIZE (swaywm-wlroots-0.7.0_GH0.tar.gz) = 446392 +SHA256 (fc6c0ca12e94.patch) = 8fe6473c3ab262a6f838c262fe70cdef63bc80b883eedbd58c72437f39fbf489 +SIZE (fc6c0ca12e94.patch) = 2717 SHA256 (ac65ec72a2f2.patch) = 83a1995d99f042a12e4b523cfab9e59089fcf1567086350e0e56f59eb507dff5 SIZE (ac65ec72a2f2.patch) = 28370 -- cgit v1.2.3