From owner-freebsd-x11@FreeBSD.ORG Thu Dec 30 15:57:50 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F066116A4CE; Thu, 30 Dec 2004 15:57:50 +0000 (GMT) Received: from moby.liwing.de (www.liwing.de [82.97.68.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 679AD43D1D; Thu, 30 Dec 2004 15:57:50 +0000 (GMT) (envelope-from rehsack@liwing.de) Received: from [80.64.176.27] (helo=[10.62.10.4]) by moby.helpers.liwing.de with esmtp (Exim 4.40 (FreeBSD)) id 1Ck2gc-00042L-AM; Thu, 30 Dec 2004 15:58:02 +0000 Message-ID: <41D42623.7070709@liwing.de> Date: Thu, 30 Dec 2004 16:00:35 +0000 From: Jens Rehsack User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.3) Gecko/20041118 X-Accept-Language: de-de, de, en-us, en MIME-Version: 1.0 To: Eric Anholt References: <200412292210.iBTMA5H9017569@freefall.freebsd.org> In-Reply-To: <200412292210.iBTMA5H9017569@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-x11@FreeBSD.org Subject: Re: ports/73309: [PATCH] Fixing missing dependency which prevents xorg-vfbserver from running X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.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: Thu, 30 Dec 2004 15:57:51 -0000 Eric Anholt wrote: > Synopsis: [PATCH] Fixing missing dependency which prevents xorg-vfbserver from running > > State-Changed-From-To: open->closed > State-Changed-By: anholt > State-Changed-When: Wed Dec 29 22:08:33 GMT 2004 > State-Changed-Why: > Conclusion: If you want to use an X Server, you must ensure that you have > sufficient fonts, which in the X.Org case means the xorg-miscbitmaps port or a > fontserver available which provides that. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=73309 The Virtual X-Server requires the fonts to run, noone else. So the patch does exactly what you want: it ensures the the sufficient fonts are available. Best regards, Jens