aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/wlroots/Makefile
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-12-22 19:53:23 +0000
committerJan Beich <jbeich@FreeBSD.org>2019-12-22 19:53:23 +0000
commit5e91646b6bc7df23248de55e796d6f24c5e25677 (patch)
tree388a5edc8f52637dfbbf0d43de5cc4c24ec3465e /x11-toolkits/wlroots/Makefile
parentab3c8c224f692a95fc38e969d61d8fc0984e69e4 (diff)
downloadports-5e91646b6bc7df23248de55e796d6f24c5e25677.tar.gz
ports-5e91646b6bc7df23248de55e796d6f24c5e25677.zip
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
Notes
Notes: svn path=/branches/2019Q4/; revision=520656
Diffstat (limited to 'x11-toolkits/wlroots/Makefile')
-rw-r--r--x11-toolkits/wlroots/Makefile4
1 files changed, 4 insertions, 0 deletions
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