From owner-dev-commits-ports-all@freebsd.org Fri Sep 24 20:22:44 2021 Return-Path: Delivered-To: dev-commits-ports-all@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 28D73674118; Fri, 24 Sep 2021 20:22:44 +0000 (UTC) (envelope-from git@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HGNkX03dZz3r4v; Fri, 24 Sep 2021 20:22:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D3EBD1D061; Fri, 24 Sep 2021 20:22:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18OKMhWs037448; Fri, 24 Sep 2021 20:22:43 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18OKMheg037447; Fri, 24 Sep 2021 20:22:43 GMT (envelope-from git) Date: Fri, 24 Sep 2021 20:22:43 GMT Message-Id: <202109242022.18OKMheg037447@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: fd0fe1464d56 - main - x11-wm/cage: allow running as root after 341770e8679d MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: fd0fe1464d5687839424bf4fc358ce6009cadffd Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Sep 2021 20:22:44 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=fd0fe1464d5687839424bf4fc358ce6009cadffd commit fd0fe1464d5687839424bf4fc358ce6009cadffd Author: Jan Beich AuthorDate: 2021-09-24 18:53:11 +0000 Commit: Jan Beich 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