Date: Sun, 9 May 2021 22:52:26 GMT From: Adriaan de Groot <adridg@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 21ae0f9d9fe9 - main - x11-wm/twm: better attribute patches for WM Hints Message-ID: <202105092252.149MqQVi043074@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by adridg: URL: https://cgit.FreeBSD.org/ports/commit/?id=21ae0f9d9fe9471cae4ea080e65fb77aa5eff331 commit 21ae0f9d9fe9471cae4ea080e65fb77aa5eff331 Author: Adriaan de Groot <adridg@FreeBSD.org> AuthorDate: 2021-05-09 22:50:33 +0000 Commit: Adriaan de Groot <adridg@FreeBSD.org> 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" <fullermd@over-yonder.net> --- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105092252.149MqQVi043074>