From owner-svn-ports-all@freebsd.org Wed May 23 18:39:13 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 18AF0EAD328; Wed, 23 May 2018 18:39:13 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BA1BC785D6; Wed, 23 May 2018 18:39:12 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 985EA26897; Wed, 23 May 2018 18:39:12 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4NIdCXU098414; Wed, 23 May 2018 18:39:12 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4NIdC3Q098413; Wed, 23 May 2018 18:39:12 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201805231839.w4NIdC3Q098413@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Wed, 23 May 2018 18:39:12 +0000 (UTC) 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 X-SVN-Group: ports-branches X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: in branches/2018Q2/x11-wm/xcompmgr: . files X-SVN-Commit-Revision: 470714 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 May 2018 18:39:13 -0000 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