Date: Tue, 30 Dec 2014 18:40:10 -0700 (MST) From: Warren Block <wblock@wonkity.com> To: Mathieu Arnold <mat@FreeBSD.org> Cc: olli hauer <ohauer@gmx.de>, Mark Linimon <linimon@lonesome.com>, ports@freebsd.org, "Julian H. Stacey" <jhs@berklix.com> Subject: Re: https://svnweb.freebsd.org/ Attic URLs, eg for ports/mail/demime ? Message-ID: <alpine.BSF.2.11.1412301839440.33796@wonkity.com> In-Reply-To: <AAE5BBA2270B74DE426E4D7C@atuin.in.mat.cc> References: <201412270230.sBR2UIq3071725@fire.js.berklix.net> <549E5ED5.50103@gmx.de> <alpine.BSF.2.11.1412270815200.63470@wonkity.com> <20141228023503.GB32366@lonesome.com> <AAE5BBA2270B74DE426E4D7C@atuin.in.mat.cc>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 30 Dec 2014, Mathieu Arnold wrote: > > > +--On 27 décembre 2014 20:35:03 -0600 Mark Linimon <linimon@lonesome.com> > wrote: > | On Sat, Dec 27, 2014 at 08:20:45AM -0700, Warren Block wrote: > |> I think I could make a good case for moving that ports FAQ into the > |> Porter's Handbook, even if it is for committers. > | > | Sounds good. > > MMmm, well, yeah, but ports should be added with > /usr/ports/Tools/scripts/addport script, that *will do the right thing*. You mean the content is wrong? I was just concerned about having it in the right place. From owner-freebsd-ports@FreeBSD.ORG Wed Dec 31 05:40:08 2014 Return-Path: <owner-freebsd-ports@FreeBSD.ORG> Delivered-To: freebsd-ports@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: <CA+QLa9C53VwH00zFj2VZM2zJn30tGZaEmjEVz81LTdfK_8YGDA@mail.gmail.com> Subject: Re: x11-servers/xorg-vfbserver depends on x11/xkeyboard-config From: Robert Simmons <rsimmons0@gmail.com> To: freebsd-ports@freebsd.org, freebsd-x11@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>, <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/> List-Post: <mailto:freebsd-ports@freebsd.org> List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>, <mailto:freebsd-ports-request@freebsd.org?subject=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 <johnandsara2@cox.net> 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?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.11.1412301839440.33796>