Date: Fri, 4 Aug 2000 19:28:45 -0400 From: Bill Fumerola <billf@chimesnet.com> To: Dan Langille <dan@langille.org> Cc: ports@freebsd.org Subject: Re: FreeType library requires X Message-ID: <20000804192845.G58109@jade.chc-chimes.com> In-Reply-To: <200008042324.LAA27638@ducky.nz.freebsd.org>; from dan@langille.org on Sat, Aug 05, 2000 at 11:24:05AM %2B1200 References: <200008042320.LAA27617@ducky.nz.freebsd.org>; <20000804192138.F58109@jade.chc-chimes.com> <200008042324.LAA27638@ducky.nz.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Aug 05, 2000 at 11:24:05AM +1200, Dan Langille wrote: > > > Is there a way to compile the FreeType library without installing fetching > > > all of X? Witness this: > > > > USE_XLIB= yes > > Instead of or in addtion to: > > NO_X= true Uhm. Just because /etc/make.conf has a hook for not using X doesn't mean that every port supports it. > > No. (at least as the port stands right now..) > > I'm hoping this will only fetch X and not try to compile it. That would > take many hours/days on this box. It need the X libraries, it would have compiled it. If it needs the X libraries, it needs the X libraries. Just because you have something in /etc/make.conf doesn't negate the fact that it needs the X libraries. [hawk-billf] /usr/ports/print/freetype > ldd =ftdump /usr/local/bin/ftdump: libttf.so.4 => /usr/local/lib/libttf.so.4 (0x28066000) libm.so.2 => /usr/lib/libm.so.2 (0x2808b000) libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x280a6000) libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x280af000) libc.so.4 => /usr/lib/libc.so.4 (0x280c4000) It links with them and everything. -- Bill Fumerola - Network Architect, BOFH / Chimes, Inc. billf@chimesnet.com / billf@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000804192845.G58109>