svn commit: r470714 - in branches/2018Q2/x11-wm/xcompmgr: . files

Niclas Zeising zeising at FreeBSD.org
Wed May 23 18:39:13 UTC 2018


Author: zeising
Date: Wed May 23 18:39:12 2018
New Revision: 470714
URL: https://svnweb.freebsd.org/changeset/ports/470714

Log:
  MFH: r470458
  
  x11-wm/xcompmgr: Add patch to fix shadow rendering
  
  The patch has been laying in upstream bugzilla for quite some time, but is
  used on some linux distribution packages, such as debian packages.
  
  While here, add missing dependency on xext.
  
  PR:		182002
  Submitted by:	Brandon Gooch
  Obtained from:	https://bugs.freedesktop.org/show_bug.cgi?id=46285 (patch)
  
  Approved by:	ports-secteam (riggs)

Added:
  branches/2018Q2/x11-wm/xcompmgr/files/
     - copied from r470458, head/x11-wm/xcompmgr/files/
Modified:
  branches/2018Q2/x11-wm/xcompmgr/Makefile
Directory Properties:
  branches/2018Q2/   (props changed)

Modified: branches/2018Q2/x11-wm/xcompmgr/Makefile
==============================================================================
--- branches/2018Q2/x11-wm/xcompmgr/Makefile	Wed May 23 18:31:50 2018	(r470713)
+++ branches/2018Q2/x11-wm/xcompmgr/Makefile	Wed May 23 18:39:12 2018	(r470714)
@@ -3,13 +3,14 @@
 
 PORTNAME=	xcompmgr
 PORTVERSION=	1.1.7
+PORTREVISION=	1
 CATEGORIES=	x11-wm
 
 MAINTAINER=	x11 at FreeBSD.org
 COMMENT=	Sample X compositing manager
 
 XORG_CAT=	app
-USE_XORG=	x11 xcomposite xfixes xdamage xrender
+USE_XORG=	x11 xcomposite xext xfixes xdamage xrender
 
 PLIST_FILES=	bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
 


More information about the svn-ports-branches mailing list