Index: head/x11-wm/xfce4-wm/files/patch-gpid-long =================================================================== --- head/x11-wm/xfce4-wm/files/patch-gpid-long (revision 543942) +++ head/x11-wm/xfce4-wm/files/patch-gpid-long (nonexistent) @@ -1,50 +0,0 @@ -diff --git a/src/client.c b/src/client.c -index 47f5c7b7..9f19948e 100644 ---- src/client.c -+++ src/client.c -@@ -1589,7 +1589,6 @@ clientFrame (DisplayInfo *display_info, Window w, gboolean recapture) - gboolean shaped; - gchar *wm_name; - unsigned long valuemask; -- long pid; - int i; - - g_return_val_if_fail (w != None, NULL); -diff --git a/src/hints.c b/src/hints.c -index 9d79869f..4b1ec3a2 100644 ---- src/hints.c -+++ src/hints.c -@@ -1450,7 +1450,7 @@ getWindowStartupId (DisplayInfo *display_info, Window w, gchar **startup_id) - GPid - getWindowPID (DisplayInfo *display_info, Window w) - { -- GPid pid = 0; -+ long pid = 0; - #ifdef HAVE_XRES - XResClientIdSpec client_specs; - XResClientIdValue *client_ids = NULL; -@@ -1476,7 +1476,7 @@ getWindowPID (DisplayInfo *display_info, Window w) - if (client_ids[i].spec.mask == XRES_CLIENT_ID_PID_MASK) - { - CARD32 *value = client_ids[i].value; -- pid = (GPid) *value; -+ pid = (long) *value; - break; - } - } -@@ -1485,7 +1485,7 @@ getWindowPID (DisplayInfo *display_info, Window w) - - if (pid > 0) - { -- return pid; -+ return (GPid) pid; - } - } - } -@@ -1493,5 +1493,5 @@ getWindowPID (DisplayInfo *display_info, Window w) - - getHint (display_info, w, NET_WM_PID, (long *) &pid); - -- return pid; -+ return (GPid) pid; - } Property changes on: head/x11-wm/xfce4-wm/files/patch-gpid-long ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/x11-wm/xfce4-wm/Makefile =================================================================== --- head/x11-wm/xfce4-wm/Makefile (revision 543942) +++ head/x11-wm/xfce4-wm/Makefile (revision 543943) @@ -1,53 +1,53 @@ # Created by: James Earl # $FreeBSD$ PORTNAME= xfce4-wm -PORTVERSION= 4.14.3 +PORTVERSION= 4.14.4 CATEGORIES= x11-wm xfce MASTER_SITES= XFCE DISTNAME= xfwm4-${DISTVERSIONFULL} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Xfce's window manager LICENSE= GPLv2 LIB_DEPENDS= libepoxy.so:graphics/libepoxy USES= compiler:c11 gettext-tools gmake gnome pkgconfig tar:bzip2 \ xfce xorg USE_GNOME= cairo gtk30 intltool libwnck3 USE_XFCE= libmenu xfconf USE_XORG= ice sm x11 xcomposite xdamage xext xfixes xi xinerama \ xorgproto xpresent xrandr xrender xres CONFIGURE_ARGS= --enable-xsync \ --enable-render \ --enable-randr \ --enable-compositor \ --enable-xpresent \ --disable-kde-systray GNU_CONFIGURE= yes INSTALLS_ICONS= yes DATADIR= ${PREFIX}/share/xfwm4 PORTSCOUT= limitw:1,even OPTIONS_DEFINE= NLS STARTUP OPTIONS_DEFAULT= STARTUP OPTIONS_SUB= yes STARTUP_DESC= Startup notification NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext-runtime STARTUP_CONFIGURE_ENABLE= startup-notification STARTUP_LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification post-patch: @${REINPLACE_CMD} -e 's|Default|Greybird|' \ ${WRKSRC}/settings-dialogs/xfwm4-settings.c .include Index: head/x11-wm/xfce4-wm/distinfo =================================================================== --- head/x11-wm/xfce4-wm/distinfo (revision 543942) +++ head/x11-wm/xfce4-wm/distinfo (revision 543943) @@ -1,3 +1,3 @@ -TIMESTAMP = 1595759392 -SHA256 (xfce4/xfwm4-4.14.3.tar.bz2) = 829bec5a9e35a9f11c54a546c0112f5ad36e0f747be1156856d4abcce37283bf -SIZE (xfce4/xfwm4-4.14.3.tar.bz2) = 1164653 +TIMESTAMP = 1596307102 +SHA256 (xfce4/xfwm4-4.14.4.tar.bz2) = b2a4e6acc3e6eb5503f247f2664c2b1a25240050d75ca93299955aa6b5e62a7e +SIZE (xfce4/xfwm4-4.14.4.tar.bz2) = 1164972