From owner-dev-commits-ports-all@freebsd.org Sun Aug 1 10:07:48 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 B4867659ED5; Sun, 1 Aug 2021 10:07:48 +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 4Gcxdw4lLGz3Ky9; Sun, 1 Aug 2021 10:07:48 +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 8B5D2250D; Sun, 1 Aug 2021 10:07:48 +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 171A7mH5048661; Sun, 1 Aug 2021 10:07:48 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 171A7m2b048660; Sun, 1 Aug 2021 10:07:48 GMT (envelope-from git) Date: Sun, 1 Aug 2021 10:07:48 GMT Message-Id: <202108011007.171A7m2b048660@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Jan Beich Subject: git: 681bcb69088b - 2021Q3 - x11/wshowkeys: unbreak runtime after d81a61abe465 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/2021Q3 X-Git-Reftype: branch X-Git-Commit: 681bcb69088b784f40252bfb14df7f450fb60cc7 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: Sun, 01 Aug 2021 10:07:48 -0000 The branch 2021Q3 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=681bcb69088b784f40252bfb14df7f450fb60cc7 commit 681bcb69088b784f40252bfb14df7f450fb60cc7 Author: Jan Beich AuthorDate: 2021-08-01 10:00:33 +0000 Commit: Jan Beich CommitDate: 2021-08-01 10:07:29 +0000 x11/wshowkeys: unbreak runtime after d81a61abe465 $ WAYLAND_DEBUG=1 wshowkeys [...] [0.182] -> wl_compositor@5.create_surface(new id wl_surface@3) [0.185] -> zwlr_layer_shell_v1@7.get_layer_surface(new id zwlr_layer_surface_v1@11, wl_surface@3, nil, 2, "showkeys") [0.192] -> zwlr_layer_surface_v1@11.set_anchor(0) [0.194] -> zwlr_layer_surface_v1@11.set_margin(32, 32, 32, 32) [0.198] -> zwlr_layer_surface_v1@11.set_exclusive_zone(-1) [0.200] -> wl_surface@3.commit() [0.296] -> wl_surface@3.attach(nil, 0, 0) [0.302] -> wl_surface@3.commit() [0.313] wl_display@1.error(zwlr_layer_surface_v1@11, 1, "width 0 requested without setting left and right anchors") zwlr_layer_surface_v1@11: error 1: width 0 requested without setting left and right anchors wl_display_dispatch: Protocol error (cherry picked from commit 03855710ed221e2035d6a4062389f4af8cbbed39) --- x11/wshowkeys/Makefile | 4 ++++ x11/wshowkeys/distinfo | 2 ++ 2 files changed, 6 insertions(+) diff --git a/x11/wshowkeys/Makefile b/x11/wshowkeys/Makefile index 8045e1e06d6a..e3a1bd1888ad 100644 --- a/x11/wshowkeys/Makefile +++ b/x11/wshowkeys/Makefile @@ -1,9 +1,13 @@ PORTNAME= wshowkeys PORTVERSION= s20200330 DISTVERSIONSUFFIX= -0-g6388a49 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= https://git.sr.ht/~sircmpwn/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ +PATCH_SITES= https://github.com/ammgws/${PORTNAME}/commit/ +PATCHFILES+= 35b6f15bd088.patch:-p1 # https://old.reddit.com/r/swaywm/comments/ovfzpv/new_custodianmaintainerbugfix_needed_for_wshowkeys/ + MAINTAINER= jbeich@FreeBSD.org COMMENT= Display keystrokes for screencasts on wlroots compositors diff --git a/x11/wshowkeys/distinfo b/x11/wshowkeys/distinfo index ea40e5bab097..3379ec831426 100644 --- a/x11/wshowkeys/distinfo +++ b/x11/wshowkeys/distinfo @@ -1,3 +1,5 @@ TIMESTAMP = 1585574498 SHA256 (wshowkeys-s20200330-0-g6388a49.tar.gz) = 1a32d4de6372464aa17f8da10688d03831edc838783ed72ee4ab15d830e0e808 SIZE (wshowkeys-s20200330-0-g6388a49.tar.gz) = 26748 +SHA256 (35b6f15bd088.patch) = dea3c4bb80d3fa8647baedf315360ce7a129a81e80cfd9936adcaafbca15d8be +SIZE (35b6f15bd088.patch) = 759