Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jun 2020 18:16:43 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r538523 - head/graphics/cairo
Message-ID:  <202006111816.05BIGhiR060115@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu Jun 11 18:16:43 2020
New Revision: 538523
URL: https://svnweb.freebsd.org/changeset/ports/538523

Log:
  graphics/cairo: drop RUN_DEPENDS on xorgproto
  
  Cairo API doesn't expose any of xorgproto headers. Even if some
  consumers *implicitly* depend on xorgproto via cairo the bootlegging
  still occurs: cairo -> libX11 -> libXdmcp -> xorgproto.

Modified:
  head/graphics/cairo/Makefile   (contents, props changed)

Modified: head/graphics/cairo/Makefile
==============================================================================
--- head/graphics/cairo/Makefile	Thu Jun 11 18:16:08 2020	(r538522)
+++ head/graphics/cairo/Makefile	Thu Jun 11 18:16:43 2020	(r538523)
@@ -42,7 +42,7 @@ OPTIONS_SLAVE=	${ARCH:tu}
 OPTIONS_SUB=	yes
 
 X11_USES=	xorg
-X11_USE=	xorg=x11,xext,xorgproto:both,xrender
+X11_USE=	xorg=x11,xext,xorgproto,xrender
 X11_CONFIGURE_ENABLE=xlib
 
 OPENGL_USES=	gl



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