svn commit: r563193 - in branches/2021Q1/x11/libxfce4menu: . files

Guido Falsi madpilot at FreeBSD.org
Fri Jan 29 10:58:28 UTC 2021


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 at gmail.com,
  		Jethro Nederhof <jethro at 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}


More information about the svn-ports-branches mailing list