From owner-svn-ports-head@freebsd.org Tue Oct 13 11:31:42 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 56672A1150D; Tue, 13 Oct 2015 11:31:42 +0000 (UTC) (envelope-from kwm@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 mx1.freebsd.org (Postfix) with ESMTPS id 208957CB; Tue, 13 Oct 2015 11:31:42 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9DBVfh5095573; Tue, 13 Oct 2015 11:31:41 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9DBVf1F095571; Tue, 13 Oct 2015 11:31:41 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201510131131.t9DBVf1F095571@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Tue, 13 Oct 2015 11:31:41 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Oct 2015 11:31:42 -0000 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 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