Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Nov 2002 21:51:57 +0000
From:      Jez Hancock <jez.hancock@munk.nu>
To:        FreeBSD questions List <freebsd-questions@freebsd.org>
Subject:   GD2 without X11 from ports
Message-ID:  <20021110215157.GB98103@users.munk.nu>

next in thread | raw e-mail | index | archive | help
Hi all,

I'm attempting to install the GD2 library from the ports collection
without support for X11 (since GD will only be used as an option to
mod_php4).

After checking the Makefile for GD2, I attempted to build the library
as follows:

root@dev /root# cd /usr/ports/graphics/gd2
root@dev /usr/ports/graphics/gd2# make -DWITHOUT_XPM -DWITHOUT_X11 -DWITH_LZW 

So far so good, GD2 is built without the X11 libs.  However when I move on to
install the port:

root@dev /usr/ports/graphics/gd2# make install
===>  Installing for gd-2.0.1_3
===>   gd-2.0.1_3 depends on shared library: png - found
===>   gd-2.0.1_3 depends on shared library: jpeg - found
===>   gd-2.0.1_3 depends on shared library: freetype - found
===>   gd-2.0.1_3 depends on shared library: X11.6 - not found
===>    Verifying install for X11.6 in /usr/ports/x11/XFree86-4-libraries
>> X420src-1.tgz doesn't seem to exist in /usr/ports/distfiles/xc.
>> Attempting to fetch from ftp://ftp.xfree86.org/pub/XFree86/4.2.0/source/.
[snip]

the 'make install' command still attempts to install the X libs.

Can anyone tell me why this is happening?

Thanks in advance,

Jez

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021110215157.GB98103>