Date: Fri, 29 Jan 2021 10:58:28 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r563193 - in branches/2021Q1/x11/libxfce4menu: . files Message-ID: <202101291058.10TAwS6f049349@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: madpilot Date: Fri Jan 29 10:58:28 2021 New Revision: 563193 URL: https://svnweb.freebsd.org/changeset/ports/563193 Log: MFH: r563178 Add patch to libxfce4menu reverting part of upstream commit 85d8d390, adding back code to ungrab all keys before grabbing them again. The call has been removed upstream due to causing problems with tty switching on linux, but testing in FreeBSD show no such problems when switching to and from vty, and fix issues with keys not working properly in FreeBSD. PR: 244290 Submitted by: aryeh.friedman@gmail.com, Jethro Nederhof <jethro@jethron.id.au> (suggested patch) Reported by: many Added: branches/2021Q1/x11/libxfce4menu/files/ - copied from r563178, head/x11/libxfce4menu/files/ Modified: branches/2021Q1/x11/libxfce4menu/Makefile Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/x11/libxfce4menu/Makefile ============================================================================== --- branches/2021Q1/x11/libxfce4menu/Makefile Fri Jan 29 10:52:10 2021 (r563192) +++ branches/2021Q1/x11/libxfce4menu/Makefile Fri Jan 29 10:58:28 2021 (r563193) @@ -3,6 +3,7 @@ PORTNAME= libxfce4menu PORTVERSION= 4.16.0 +PORTREVISION= 1 CATEGORIES= x11 xfce MASTER_SITES= XFCE DISTNAME= libxfce4ui-${DISTVERSIONFULL}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101291058.10TAwS6f049349>