svn commit: r538523 - head/graphics/cairo

Jan Beich jbeich at FreeBSD.org
Thu Jun 11 18:16:44 UTC 2020


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


More information about the svn-ports-all mailing list