From owner-freebsd-questions Sun Nov 10 13:50:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A34B37B401 for ; Sun, 10 Nov 2002 13:50:11 -0800 (PST) Received: from users.munk.nu (213-152-51-194.dsl.eclipse.net.uk [213.152.51.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B95743E3B for ; Sun, 10 Nov 2002 13:50:10 -0800 (PST) (envelope-from munk@users.munk.nu) Received: from users.munk.nu (localhost [127.0.0.1]) by users.munk.nu (8.12.5/8.12.3) with ESMTP id gAALpv4g098166 for ; Sun, 10 Nov 2002 21:51:57 GMT (envelope-from munk@users.munk.nu) Received: (from munk@localhost) by users.munk.nu (8.12.5/8.12.3/Submit) id gAALpvdW098165 for freebsd-questions@freebsd.org; Sun, 10 Nov 2002 21:51:57 GMT Date: Sun, 10 Nov 2002 21:51:57 +0000 From: Jez Hancock To: FreeBSD questions List Subject: GD2 without X11 from ports Message-ID: <20021110215157.GB98103@users.munk.nu> Mail-Followup-To: FreeBSD questions List Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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