svn commit: r399186 - in head/x11-servers: xephyr xorg-server

Koop Mast kwm at FreeBSD.org
Tue Oct 13 11:31:42 UTC 2015


Author: kwm
Date: Tue Oct 13 11:31:40 2015
New Revision: 399186
URL: https://svnweb.freebsd.org/changeset/ports/399186

Log:
  Add missing dependancies so xephyr can be build again. [1]
  
  Reported by:	Piotr Kubaj <pkubaj at riseup.net>

Modified:
  head/x11-servers/xephyr/Makefile
  head/x11-servers/xorg-server/Makefile

Modified: head/x11-servers/xephyr/Makefile
==============================================================================
--- head/x11-servers/xephyr/Makefile	Tue Oct 13 10:10:52 2015	(r399185)
+++ head/x11-servers/xephyr/Makefile	Tue Oct 13 11:31:40 2015	(r399186)
@@ -4,6 +4,11 @@ PORTNAME=	xephyr
 
 COMMENT=	X server from X.Org based on kdrive
 
+LIB_DEPENDS+=	libxcb-image.so:${PORTSDIR}/x11/xcb-util-image \
+		libxcb-icccm.so:${PORTSDIR}/x11/xcb-util-wm \
+		libxcb-keysyms.so:${PORTSDIR}/x11/xcb-util-keysyms \
+		libxcb-render-util.so:${PORTSDIR}/x11/xcb-util-renderutil
+
 MASTERDIR=	${.CURDIR}/../xorg-server
 DESCR=		${.CURDIR}/pkg-descr
 USE_XORG=	x11 xf86driproto glproto randrproto renderproto fixesproto \

Modified: head/x11-servers/xorg-server/Makefile
==============================================================================
--- head/x11-servers/xorg-server/Makefile	Tue Oct 13 10:10:52 2015	(r399185)
+++ head/x11-servers/xorg-server/Makefile	Tue Oct 13 11:31:40 2015	(r399186)
@@ -14,9 +14,9 @@ COMMENT?=	X.Org X server and related pro
 
 LICENSE=	MIT
 
-LIB_DEPENDS=	libdrm.so:${PORTSDIR}/graphics/libdrm \
+LIB_DEPENDS+=	libdrm.so:${PORTSDIR}/graphics/libdrm \
 		libepoxy.so:${PORTSDIR}/graphics/libepoxy
-RUN_DEPENDS=	xkeyboard-config>=2.5:${PORTSDIR}/x11/xkeyboard-config \
+RUN_DEPENDS+=	xkeyboard-config>=2.5:${PORTSDIR}/x11/xkeyboard-config \
 		xkbcomp:${PORTSDIR}/x11/xkbcomp
 
 XORG_CAT=	xserver


More information about the svn-ports-all mailing list