From owner-freebsd-x11@FreeBSD.ORG Sun Feb 13 09:50:55 2005 Return-Path: <owner-freebsd-x11@FreeBSD.ORG> 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 65E8016A4DE; Sun, 13 Feb 2005 09:50:55 +0000 (GMT) Received: from 212.106.253.169.adsl.jazztel.es (212.106.253.169.adsl.jazztel.es [212.106.253.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id C808243D1F; Sun, 13 Feb 2005 09:50:53 +0000 (GMT) (envelope-from josemi@freebsd.jazztel.es) Received: from redesjm.local (orion.redesjm.local [192.168.254.16]) j1D9QvVe002427; Sun, 13 Feb 2005 10:26:57 +0100 (CET) (envelope-from freebsd@redesjm.local) Received: from localhost (localhost [[UNIX: localhost]]) by redesjm.local (8.13.1/8.13.1/Submit) id j1D9Rn6C092199; Sun, 13 Feb 2005 10:27:49 +0100 (CET) (envelope-from freebsd@redesjm.local) From: Jose M Rodriguez <josemi@freebsd.jazztel.es> To: freebsd-x11@freebsd.org Date: Sun, 13 Feb 2005 10:27:49 +0100 User-Agent: KMail/1.7.2 References: <20050213031235.GA32587@xor.obsecurity.org> In-Reply-To: <20050213031235.GA32587@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200502131027.49644.freebsd@redesjm.local> X-AntiVirus: checked by AntiVir Milter (version: 1.1.0-3; AVE: 6.29.0.8; VDF: 6.29.0.100; host: antares.redesjm.local) cc: x11@freebsd.org cc: Kris Kennaway <kris@obsecurity.org> Subject: Re: lib/X11/fonts/TTF vs lib/X11/fonts/TrueType X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support <freebsd-x11.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-x11>, <mailto:freebsd-x11-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-x11> List-Post: <mailto:freebsd-x11@freebsd.org> List-Help: <mailto:freebsd-x11-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-x11>, <mailto:freebsd-x11-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 13 Feb 2005 09:50:55 -0000 El Domingo, 13 de Febrero de 2005 04:12, Kris Kennaway escribi=F3: > A number of ports install TrueType fonts into lib/X11/fonts/TrueType > instead of lib/X11/fonts/TTF which seems to be the canonical X11 > location. Should these ports be fixed, or should the TrueType > directory be added to the BSD.x11-4.dist file (or forthcoming > pkg-plist)? > This must be _allways_ under ${X11BASE}/lib/X11/fonts/ or stock=20 fontconfig can't see it. The only exception to this I know is gsfonts (Type1), that must be=20 installed under ${LOCALBASE}/share/ghostscript/fonts/ to make gs happy. I launch a PR time ago about making fontconfig aware of=20 ${LOCALBASE}/share/ghostscript/fonts/ and don't install Xorg Type1=20 fonts. > Kris =2D- josemi