Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 May 2018 18:39:12 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r470714 - in branches/2018Q2/x11-wm/xcompmgr: . files
Message-ID:  <201805231839.w4NIdC3Q098413@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805231839.w4NIdC3Q098413>