From owner-freebsd-ports Fri Aug 4 16:53:26 2000 Delivered-To: freebsd-ports@freebsd.org Received: from ducky.nz.freebsd.org (ns1.unixathome.org [203.79.82.27]) by hub.freebsd.org (Postfix) with ESMTP id D0D3F37B52E for ; Fri, 4 Aug 2000 16:53:15 -0700 (PDT) (envelope-from dan@langille.org) Received: from wocker (wocker.int.nz.freebsd.org [192.168.0.99]) by ducky.nz.freebsd.org (8.9.3/8.9.3) with ESMTP id LAA27830; Sat, 5 Aug 2000 11:53:08 +1200 (NZST) Message-Id: <200008042353.LAA27830@ducky.nz.freebsd.org> From: "Dan Langille" Organization: langille.org To: "Chris D. Faulhaber" Date: Sat, 5 Aug 2000 11:53:05 +1200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: FreeType library requires X Reply-To: dan@langille.org Cc: ports@freebsd.org References: <200008042320.LAA27617@ducky.nz.freebsd.org> In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.12c) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 4 Aug 2000, at 19:28, Chris D. Faulhaber wrote: > On Sat, 5 Aug 2000, Dan Langille wrote: > > > Is there a way to compile the FreeType library without installing fetching > > all of X? Witness this: > > > > # grep X /etc/make.conf > > NO_X= true # do not compile in XWindows support (e.g. > > doscmd) > > > > Doesn't NO_X only apply to system binaries? I think what you are looking > for is how billf did ports/graphics/gd (testing for WITH_X11). If > FreeType can be built without X support, just add the hooks like gd. I have no idea whether or not FreeType can be built without X support. That's really why I was looking to ports for assistance. I think you're referring to this from gd (which I already have installed): .if defined(WITH_X11) USE_XLIB= yes USE_XPM= yes USE_FREETYPE= yes .endif This from print/freetype: USE_XLIB= yes USE_GMAKE= yes Shrug. It's a bit beyond me. billf is saying, at least I think he is [sometimes he isn't very obvious], that FreeType needs to compile X and that's all there is to it, so I should fuck off and not ask stupid questions. thanks -- Dan Langille [I'm looking for more work] The FreeBSD Diary - http://www.freebsddiary.org/ FreshPorts - http://freshports.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message