Index: Makefile =================================================================== --- Makefile (revision 562687) +++ Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= libxfce4menu PORTVERSION= 4.16.0 +PORTREVISSION= 1 CATEGORIES= x11 xfce MASTER_SITES= XFCE DISTNAME= libxfce4ui-${DISTVERSIONFULL} Index: files/patch-libxfce4kbd-private_xfce-shortcuts-grabber.c =================================================================== --- files/patch-libxfce4kbd-private_xfce-shortcuts-grabber.c (nonexistent) +++ files/patch-libxfce4kbd-private_xfce-shortcuts-grabber.c (working copy) @@ -0,0 +1,21 @@ +--- libxfce4kbd-private/xfce-shortcuts-grabber.c.orig 2020-11-23 10:16:17 UTC ++++ libxfce4kbd-private/xfce-shortcuts-grabber.c +@@ -22,6 +22,8 @@ + #include + #endif + ++#include ++ + #include + #include + +@@ -180,6 +182,9 @@ xfce_shortcuts_grabber_keys_changed (GdkKeymap + + TRACE ("Keys changed, regrabbing"); + ++#ifdef __FreeBSD__ ++ xfce_shortcuts_grabber_ungrab_all (grabber); ++#endif + xfce_shortcuts_grabber_grab_all (grabber); + } + Property changes on: files/patch-libxfce4kbd-private_xfce-shortcuts-grabber.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property