Date: Wed, 21 Jul 2021 15:24:59 GMT From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2a57daeb2f20 - main - x11/rxvt-unicode: add a message into UPDATING Message-ID: <202107211524.16LFOxWw012691@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=2a57daeb2f209b23b194d9cbb4b8c0c6cb7fe445 commit 2a57daeb2f209b23b194d9cbb4b8c0c6cb7fe445 Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2021-07-21 15:06:43 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2021-07-21 15:06:43 +0000 x11/rxvt-unicode: add a message into UPDATING -pe keysym-list doesn't work in 9.26. Upstream is aware of this and say it'll be fixed in the next release. PR: 257146 Reported by: Mason Loring Bliss <mason (at) blisses.org> --- UPDATING | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/UPDATING b/UPDATING index f6997d5f86fa..046591ff4b32 100644 --- a/UPDATING +++ b/UPDATING @@ -5,6 +5,15 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20210721: + AFFECTS: users of x11/rxvt-unicode + AUTHOR: thierry@FreeBSD.org + + Since 9.26, there is a regression in resource parsing, which no longer + accepts a prefix of the form "URxvt*keysym" ("*." is equivalent to "*"). + + Changing "*." to "." should make your bindings work again. + 20210704: AFFECTS: users of misc/qtchooser AUTHOR: kde@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107211524.16LFOxWw012691>