Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Sep 2021 20:22:43 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: fd0fe1464d56 - main - x11-wm/cage: allow running as root after 341770e8679d
Message-ID:  <202109242022.18OKMheg037447@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=fd0fe1464d5687839424bf4fc358ce6009cadffd

commit fd0fe1464d5687839424bf4fc358ce6009cadffd
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-09-24 18:53:11 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-09-24 20:15:43 +0000

    x11-wm/cage: allow running as root after 341770e8679d
    
    Can be useful in single user mode e.g.,
    
    $ nextboot -o "-s"
    $ shutdown -r now
    $ kldload i915kms
    $ mount -t tmpfs nil /tmp
    $ XDG_RUNTIME_DIR=/tmp seatd-launch cage glmark2-wayland --fullscreen
---
 x11-wm/cage/Makefile | 3 ++-
 x11-wm/cage/distinfo | 2 ++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/x11-wm/cage/Makefile b/x11-wm/cage/Makefile
index e3ea9352b70a..9727763f9694 100644
--- a/x11-wm/cage/Makefile
+++ b/x11-wm/cage/Makefile
@@ -1,11 +1,12 @@
 PORTNAME=	cage
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.1.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-wm
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
 PATCHFILES+=	70ecdcb02ea0.patch:-p1 # https://github.com/Hjdskes/cage/pull/148
+PATCHFILES+=	31a3571a7798.patch:-p1 # https://github.com/Hjdskes/cage/pull/209
 
 MAINTAINER=	jbeich@FreeBSD.org
 COMMENT=	Wayland kiosk
diff --git a/x11-wm/cage/distinfo b/x11-wm/cage/distinfo
index 013ece4c2805..25caebd32116 100644
--- a/x11-wm/cage/distinfo
+++ b/x11-wm/cage/distinfo
@@ -3,3 +3,5 @@ SHA256 (Hjdskes-cage-v0.1.4_GH0.tar.gz) = dfe27fb0c7d43db72d6c82f01e2736580a0791
 SIZE (Hjdskes-cage-v0.1.4_GH0.tar.gz) = 25430
 SHA256 (70ecdcb02ea0.patch) = 2dd0e99d181986c6b2d5e04e89f692e3d77b8bd2a3a08f94cf8a27b38489eb3c
 SIZE (70ecdcb02ea0.patch) = 2137
+SHA256 (31a3571a7798.patch) = 2bedfc37fd7ef5e623e1ba4202be8c2fe2837a495d716c05ae19c41f561f69aa
+SIZE (31a3571a7798.patch) = 880



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