Index: head/x11-wm/xcompmgr/files/patch-xcompmgr.c =================================================================== --- head/x11-wm/xcompmgr/files/patch-xcompmgr.c (revision 496882) +++ head/x11-wm/xcompmgr/files/patch-xcompmgr.c (nonexistent) @@ -1,28 +0,0 @@ ---- xcompmgr.c.orig 2015-04-17 05:56:17 UTC -+++ xcompmgr.c -@@ -1028,7 +1028,6 @@ paint_all (Display *dpy, XserverRegion region) - { - w->borderClip = XFixesCreateRegion (dpy, NULL, 0); - XFixesCopyRegion (dpy, w->borderClip, region); -- XFixesIntersectRegion(dpy, w->borderClip, w->borderClip, w->borderSize); - } - w->prev_trans = t; - t = w; -@@ -1080,6 +1079,8 @@ paint_all (Display *dpy, XserverRegion region) - if (w->mode == WINDOW_TRANS) - { - int x, y, wid, hei; -+ XFixesIntersectRegion(dpy, w->borderClip, w->borderClip, w->borderSize); -+ XFixesSetPictureClipRegion(dpy, rootBuffer, 0, 0, w->borderClip); - #if HAS_NAME_WINDOW_PIXMAP - x = w->a.x; - y = w->a.y; -@@ -1099,6 +1100,8 @@ paint_all (Display *dpy, XserverRegion region) - else if (w->mode == WINDOW_ARGB) - { - int x, y, wid, hei; -+ XFixesIntersectRegion(dpy, w->borderClip, w->borderClip, w->borderSize); -+ XFixesSetPictureClipRegion(dpy, rootBuffer, 0, 0, w->borderClip); - #if HAS_NAME_WINDOW_PIXMAP - x = w->a.x; - y = w->a.y; Property changes on: head/x11-wm/xcompmgr/files/patch-xcompmgr.c ___________________________________________________________________ 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/xcompmgr/Makefile =================================================================== --- head/x11-wm/xcompmgr/Makefile (revision 496882) +++ head/x11-wm/xcompmgr/Makefile (revision 496883) @@ -1,17 +1,19 @@ # Created by: Eric Anholt # $FreeBSD$ PORTNAME= xcompmgr -PORTVERSION= 1.1.7 -PORTREVISION= 1 +PORTVERSION= 1.1.8 CATEGORIES= x11-wm MAINTAINER= x11@FreeBSD.org COMMENT= Sample X compositing manager + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING XORG_CAT= app USE_XORG= x11 xcomposite xext xfixes xdamage xrender PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz .include Index: head/x11-wm/xcompmgr/distinfo =================================================================== --- head/x11-wm/xcompmgr/distinfo (revision 496882) +++ head/x11-wm/xcompmgr/distinfo (revision 496883) @@ -1,2 +1,3 @@ -SHA256 (xorg/app/xcompmgr-1.1.7.tar.bz2) = c8049b1a2531313be7469ba9b198d334f0b91cc01efc2b20b9afcb117e4d6892 -SIZE (xorg/app/xcompmgr-1.1.7.tar.bz2) = 136667 +TIMESTAMP = 1553590961 +SHA256 (xorg/app/xcompmgr-1.1.8.tar.bz2) = 0b89daf4f060fa3fa83cca862c45d531fef7121b5d06552c1d73d396ad9a7243 +SIZE (xorg/app/xcompmgr-1.1.8.tar.bz2) = 138806