Date: Tue, 13 Oct 2015 11:31:41 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399186 - in head/x11-servers: xephyr xorg-server Message-ID: <201510131131.t9DBVf1F095571@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510131131.t9DBVf1F095571>