From owner-freebsd-x11@FreeBSD.ORG Wed Dec 31 05:40:08 2014 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 52BB82D4; Wed, 31 Dec 2014 05:40:08 +0000 (UTC) Received: from mail-qc0-x231.google.com (mail-qc0-x231.google.com [IPv6:2607:f8b0:400d:c01::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0E88764BD1; Wed, 31 Dec 2014 05:40:08 +0000 (UTC) Received: by mail-qc0-f177.google.com with SMTP id x3so11174225qcv.22; Tue, 30 Dec 2014 21:40:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=r8ML7lt4ULsy+cGqxeeFTr4Fa/ruKnHENrdZXSTeG+o=; b=dRyjrDeu17KxZwgDRJVrvDyIKd1goxOgDyZV2tlfmjwiQ/u4z8BJQFNQAtkYLu90dK 1MHTVG8GGVm3jTCfmHLf8xcmPGSVAg5CrRDYPwJtGPWlJ8dmrt2AEPqcosyIezPGVjcF LyBRFJO/q4JtUQgR73Cqsn/5hH6tWTfe2UcsNRE3CHtCQVJ85dgBQ1JSQdakWbvJZewR jRi+ieoYWsrdQVOx+OsN5E1+1SCame+RXCr2LuOi+abudxsGfcXzRMyaXgZRbXBx73Og DTC9GvaaVxcLM0PehGzr028NfCPG/q/c1E44pdXyYZD60ya7wnNU+YIDIdzeyYkrbb2g Jphw== MIME-Version: 1.0 X-Received: by 10.229.126.5 with SMTP id a5mr84330787qcs.14.1420004407200; Tue, 30 Dec 2014 21:40:07 -0800 (PST) Received: by 10.140.23.42 with HTTP; Tue, 30 Dec 2014 21:40:07 -0800 (PST) In-Reply-To: <54A1A277.3010608@cox.net> References: <54A1A277.3010608@cox.net> Date: Wed, 31 Dec 2014 00:40:07 -0500 Message-ID: Subject: Re: x11-servers/xorg-vfbserver depends on x11/xkeyboard-config From: Robert Simmons To: freebsd-ports@freebsd.org, freebsd-x11@freebsd.org Content-Type: text/plain; charset=UTF-8 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: Wed, 31 Dec 2014 05:40:08 -0000 On Mon, Dec 29, 2014 at 1:50 PM, John D. Hendrickson wrote: > 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= ? > > check your dependancy list, you missed a package you want :) > > gmiX has dep list, here's part of it: > > xev-1.1.0 > xgamma-1.0.4 > xhost-1.0.4 > xinput-1.5.3 > xkbcomp-1.2.0 > xkbevd-1.1.2 > xkbutils-1.0.3 > intltool-0.33 > xkeyboard-config-1.4 > xkbdata-1.0.1 > xkill-1.0.3 > xlsatoms-1.1.0 > xlsclients-1.1.1 Please pardon my ignorance, but I don't see gmiX in bsd.xorg.mk either. Should I add xkeyboard-config to the port's RUN_DEPENDS?