From owner-freebsd-questions Mon Jan 6 6:48:28 2003 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 2C88D37B401 for ; Mon, 6 Jan 2003 06:48:27 -0800 (PST) Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1B2043E4A for ; Mon, 6 Jan 2003 06:48:26 -0800 (PST) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com[24.147.188.198]) by rwcrmhc51.attbi.com (rwcrmhc51) with ESMTP id <2003010614482505100h0s2ce>; Mon, 6 Jan 2003 14:48:26 +0000 Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.198] (may be forged)) by be-well.ilk.org (8.12.6/8.12.6) with ESMTP id h06EmOXt000411; Mon, 6 Jan 2003 09:48:25 -0500 (EST) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.6/8.12.6/Submit) id h06EmOfA000408; Mon, 6 Jan 2003 09:48:24 -0500 (EST) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f To: Andreas =?iso-8859-1?q?Wider=F8e?= Andersen Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Installing ImageMagick -DWITHOUT... References: <3E199433.2070307@pragma.no> From: Lowell Gilbert Date: 06 Jan 2003 09:48:24 -0500 In-Reply-To: <3E199433.2070307@pragma.no> Message-ID: <441y3qz64n.fsf@be-well.ilk.org> Lines: 31 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable 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 Andreas Wider=F8e Andersen writes: > I want to install ImageMagick without X and Ghostscript and other > things I don't need. >=20 > I do it from ports and issue this command: >=20 > # make -DWITHOUT_X11 install clean >=20 > This takes me directly to the Ghostscript driver configuration > screen. I don't want Ghostscript since I don't print from this server. Postscript is one of the formats that ImageMagick seems to consider fundamental. I don't think you can build it without it.=20=20 > 1. Can I specify more "without-options", Ie. "make -DWITHOUT_X11 > -DWITHOUT_GS install clean"? Won't help. > 2. What is the without syntax for Ghostscript here? You'll need to go pretty deeply into ImageMagick itself to come up with a way to do that. > 3. What is the general FreeBSD exclude "without" command when > installing from ports and where is it placed? I've seen several, > Ie. --without-gui, -DWHITOUT and so on. See the Porter's Handbook.=20=20 Or just look at a given port's makefile to see what it supports. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message