From owner-svn-ports-branches@freebsd.org Sun Dec 22 19:53:23 2019 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EB5011DB78B; Sun, 22 Dec 2019 19:53:23 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47gtSz5x75z3HsK; Sun, 22 Dec 2019 19:53:23 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C6FD749C3; Sun, 22 Dec 2019 19:53:23 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xBMJrNaO052920; Sun, 22 Dec 2019 19:53:23 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBMJrNoc052918; Sun, 22 Dec 2019 19:53:23 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201912221953.xBMJrNoc052918@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 22 Dec 2019 19:53:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r520656 - branches/2019Q4/x11-toolkits/wlroots X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2019Q4/x11-toolkits/wlroots X-SVN-Commit-Revision: 520656 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Dec 2019 19:53:24 -0000 Author: jbeich Date: Sun Dec 22 19:53:23 2019 New Revision: 520656 URL: https://svnweb.freebsd.org/changeset/ports/520656 Log: 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 Modified: branches/2019Q4/x11-toolkits/wlroots/Makefile branches/2019Q4/x11-toolkits/wlroots/distinfo Directory Properties: branches/2019Q4/ (props changed) Modified: branches/2019Q4/x11-toolkits/wlroots/Makefile ============================================================================== --- branches/2019Q4/x11-toolkits/wlroots/Makefile Sun Dec 22 19:52:08 2019 (r520655) +++ branches/2019Q4/x11-toolkits/wlroots/Makefile Sun Dec 22 19:53:23 2019 (r520656) @@ -2,7 +2,11 @@ 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 Modified: branches/2019Q4/x11-toolkits/wlroots/distinfo ============================================================================== --- branches/2019Q4/x11-toolkits/wlroots/distinfo Sun Dec 22 19:52:08 2019 (r520655) +++ branches/2019Q4/x11-toolkits/wlroots/distinfo Sun Dec 22 19:53:23 2019 (r520656) @@ -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