From owner-freebsd-x11@FreeBSD.ORG Mon Dec 29 18:54:44 2014 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4CBAA771; Mon, 29 Dec 2014 18:54:44 +0000 (UTC) Received: from udns.ultimatedns.net (unknown [IPv6:2602:d1:b4d6:e600:4261:86ff:fef6:aa2a]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 241651A76; Mon, 29 Dec 2014 18:54:43 +0000 (UTC) Received: from ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.14.9/8.14.9) with ESMTP id sBTItuig062683; Mon, 29 Dec 2014 10:55:56 -0800 (PST) (envelope-from bsd-lists@bsdforge.com) To: freebsd-ports@freebsd.org, freebsd-x11@freebsd.org, Robert Simmons In-Reply-To: References: From: "Chris H" Subject: Re: x11-servers/xorg-vfbserver depends on x11/xkeyboard-config Date: Mon, 29 Dec 2014 10:55:56 -0800 Content-Type: text/plain; charset=UTF-8; format=fixed MIME-Version: 1.0 Message-id: Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Dec 2014 18:54:44 -0000 On Mon, 29 Dec 2014 12:54:50 -0500 Robert Simmons wrote > When I start Xvfb it fails with the following error: > XKB: Failed to compile keymap > > It appears that xvfb now requires xkeyboard-config. After installing > x11/xkeyboard-config everything works as expected. > > I wanted to modify the port to add this dependency, but I wanted to > make sure it is correct. I looked in the /usr/ports/Mk/bsd.xorg.mk and > did not see this port listed to add it to the USE_XORG= line in the > Makefile. In this case, should this be set in RUN_DEPENDS= ? Yes. That would get it for you. --Chris > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"