From owner-freebsd-x11@FreeBSD.ORG Sun Sep 2 16:06:17 2007 Return-Path: Delivered-To: x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1285B16A418 for ; Sun, 2 Sep 2007 16:06:17 +0000 (UTC) (envelope-from oceanare@pacific.net.sg) Received: from smtpgate1.pacific.net.sg (smtpgate1.pacific.net.sg [203.120.90.31]) by mx1.freebsd.org (Postfix) with SMTP id 5C6C113C442 for ; Sun, 2 Sep 2007 16:06:13 +0000 (UTC) (envelope-from oceanare@pacific.net.sg) Received: (qmail 30023 invoked from network); 2 Sep 2007 15:39:05 -0000 Received: from bb121-7-106-120.singnet.com.sg (HELO P2120.somewherefaraway.com) (oceanare@121.7.106.120) by smtpgate1.pacific.net.sg with ESMTPA; 2 Sep 2007 15:39:05 -0000 Message-ID: <46DAD914.9050103@pacific.net.sg> Date: Sun, 02 Sep 2007 23:39:00 +0800 From: Erich Dollansky User-Agent: Thunderbird 2.0.0.6 (X11/20070826) MIME-Version: 1.0 To: =?ISO-8859-1?Q?Romain_Tarti=E8re?= References: <20070902141858.GA89621@marvin.blogreen.org> In-Reply-To: <20070902141858.GA89621@marvin.blogreen.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: x11@FreeBSD.org Subject: Re: Creating ports for X11 fonts X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2007 16:06:17 -0000 Hi, Romain Tartière wrote: > > I'm preparing ports to bring additional fonts in FreeBSD. According to > the porter's handbook [1], "If your port installs fonts for the X Window > System, put them in X11BASE/lib/X11/fonts/local.", but when looking at > the Makefile of some ports in x11-fonts, they install font files in > X11BASE/lib/X11/fonts/${FONTNAME}/ with FONTNAME set to ${PORTNAME}... > why not use /usr/local/lib/X11/fonts/ and then another level of directories depending on the type of the font i.e. TTF for true type fonts. I would not use PORTNAME to create another directory. But I also see the advantage of doing so. Erich