From owner-freebsd-ports Fri Aug 4 16:28:56 2000 Delivered-To: freebsd-ports@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [216.28.46.6]) by hub.freebsd.org (Postfix) with ESMTP id 02EDE37B5E3 for ; Fri, 4 Aug 2000 16:28:50 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id EA7451C64; Fri, 4 Aug 2000 19:28:45 -0400 (EDT) Date: Fri, 4 Aug 2000 19:28:45 -0400 From: Bill Fumerola To: Dan Langille Cc: ports@freebsd.org Subject: Re: FreeType library requires X Message-ID: <20000804192845.G58109@jade.chc-chimes.com> References: <200008042320.LAA27617@ducky.nz.freebsd.org>; <20000804192138.F58109@jade.chc-chimes.com> <200008042324.LAA27638@ducky.nz.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200008042324.LAA27638@ducky.nz.freebsd.org>; from dan@langille.org on Sat, Aug 05, 2000 at 11:24:05AM +1200 X-Operating-System: FreeBSD 3.3-STABLE i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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