From owner-freebsd-ports@FreeBSD.ORG Mon Sep 20 10:23:29 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2D0B16A4CE for ; Mon, 20 Sep 2004 10:23:29 +0000 (GMT) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58F9A43D41 for ; Mon, 20 Sep 2004 10:23:28 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) i8KANNAd007095 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 20 Sep 2004 11:23:23 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)i8KANN2a007094; Mon, 20 Sep 2004 11:23:23 +0100 (BST) (envelope-from matthew) Date: Mon, 20 Sep 2004 11:23:23 +0100 From: Matthew Seaman To: Nika Vidal Message-ID: <20040920102323.GB6502@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Nika Vidal , freebsd-ports@freebsd.org References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="uXxzq0nDebZQVNAZ" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.5.6 (smtp.infracaninophile.co.uk [IPv6:::1]); Mon, 20 Sep 2004 11:23:23 +0100 (BST) X-Virus-Scanned: clamd / ClamAV version devel-20040904, clamav-milter version 0.75l on smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk cc: freebsd-ports@freebsd.org Subject: Re: Problem with graphics/php4-gd X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Sep 2004 10:23:29 -0000 --uXxzq0nDebZQVNAZ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Sep 20, 2004 at 01:52:38AM +0200, Nika Vidal wrote: > I'm trying to install coppermine image gallery on my FreeBSD system, > but it depends of graphics/php4-gd. >=20 > php4-gd needs installing X11 but I don't want to install it, there is > any way to install php4-gd without installing X11?? It's not graphics/php4-gd that depends on X11 itself, but the graphics/gd port. You can certainly install graphics/gd without having to install the X11 client libraries -- you can even install it with Xpm support and without the rest of X11. Install graphics/gd like so: # cd /usr/ports/graphics/gd # make clean # make install WITH_XPM=3Dyes WITHOUT_X11=3Dyes or, if you're a portupgrade user, add the following to the MAKE_ARGS array in /usr/local/etc/pkgtools.conf: 'graphics/gd' =3D> [ 'WITH_XPM=3Dyes', 'WITHOUT_X11=3Dyes', ], Whichever way you choose, then go on to install graphics/php4-gd as normal. Actually 'WITHOUT_X11' is used by many ports that have optional X11 support, so for an X-less machine, putting WITHOUT_X11=3Dyes into /etc/make.conf is a pretty good idea. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --uXxzq0nDebZQVNAZ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBTq+aiD657aJF7eIRAtKFAJ4n6EEOatEcYmWZccglepLcZTM2+QCgkANd uHEVOLu45yI7yOWCPiONAOU= =IwEO -----END PGP SIGNATURE----- --uXxzq0nDebZQVNAZ--