From owner-dev-commits-ports-main@freebsd.org Sun May 9 22:52:26 2021 Return-Path: Delivered-To: dev-commits-ports-main@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 EC15B645336; Sun, 9 May 2021 22:52:26 +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 4FdfZy6QVCz4TWD; Sun, 9 May 2021 22:52:26 +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 CF62219F33; Sun, 9 May 2021 22:52:26 +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 149MqQ58043075; Sun, 9 May 2021 22:52:26 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 149MqQVi043074; Sun, 9 May 2021 22:52:26 GMT (envelope-from git) Date: Sun, 9 May 2021 22:52:26 GMT Message-Id: <202105092252.149MqQVi043074@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Adriaan de Groot Subject: git: 21ae0f9d9fe9 - main - x11-wm/twm: better attribute patches for WM Hints MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: adridg X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 21ae0f9d9fe9471cae4ea080e65fb77aa5eff331 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 May 2021 22:52:27 -0000 The branch main has been updated by adridg: URL: https://cgit.FreeBSD.org/ports/commit/?id=21ae0f9d9fe9471cae4ea080e65fb77aa5eff331 commit 21ae0f9d9fe9471cae4ea080e65fb77aa5eff331 Author: Adriaan de Groot AuthorDate: 2021-05-09 22:50:33 +0000 Commit: Adriaan de Groot CommitDate: 2021-05-09 22:51:17 +0000 x11-wm/twm: better attribute patches for WM Hints This affects only the comment / header in the patches, nothing in the patches or the twm package. Reported by: "Matthew D. Fuller" --- x11-wm/twm/files/patch-src_add__window.c | 3 +++ x11-wm/twm/files/patch-src_util.c | 3 +++ x11-wm/twm/files/patch-src_util.h | 3 +++ 3 files changed, 9 insertions(+) diff --git a/x11-wm/twm/files/patch-src_add__window.c b/x11-wm/twm/files/patch-src_add__window.c index c0fc55446d57..98e83a5df911 100644 --- a/x11-wm/twm/files/patch-src_add__window.c +++ b/x11-wm/twm/files/patch-src_add__window.c @@ -1,3 +1,6 @@ +This is a cut-down version of https://bazaar.launchpad.net/~ctwm/ctwm/trunk/revision/558 +which passed through vtwm and Reddit before arriving in FreeBSD ports. + --- src/add_window.c.orig 2020-06-14 23:58:19 UTC +++ src/add_window.c @@ -238,6 +238,9 @@ AddWindow(Window w, int iconm, IconMgr *iconp) diff --git a/x11-wm/twm/files/patch-src_util.c b/x11-wm/twm/files/patch-src_util.c index 27419870b8de..1d36fed3896b 100644 --- a/x11-wm/twm/files/patch-src_util.c +++ b/x11-wm/twm/files/patch-src_util.c @@ -1,3 +1,6 @@ +This is a cut-down version of https://bazaar.launchpad.net/~ctwm/ctwm/trunk/revision/558 +which passed through vtwm and Reddit before arriving in FreeBSD ports. + --- src/util.c.orig 2020-06-14 23:58:19 UTC +++ src/util.c @@ -1033,3 +1033,44 @@ Bell(int type _X_UNUSED, int percent, Window win _X_UN diff --git a/x11-wm/twm/files/patch-src_util.h b/x11-wm/twm/files/patch-src_util.h index 143a3f2e695a..c5e5130b4c4f 100644 --- a/x11-wm/twm/files/patch-src_util.h +++ b/x11-wm/twm/files/patch-src_util.h @@ -1,3 +1,6 @@ +This is a cut-down version of https://bazaar.launchpad.net/~ctwm/ctwm/trunk/revision/558 +which passed through vtwm and Reddit before arriving in FreeBSD ports. + --- src/util.h.orig 2020-06-14 23:58:19 UTC +++ src/util.h @@ -88,6 +88,8 @@ extern Status I18N_GetIconName(Display *dpy, Window wi