From owner-freebsd-questions Mon Jan 6 6:54:12 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 258CC37B401 for ; Mon, 6 Jan 2003 06:54:11 -0800 (PST) Received: from mail.bellavista.cz (mail.bellavista.cz [62.168.44.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46C6E43EC5 for ; Mon, 6 Jan 2003 06:54:10 -0800 (PST) (envelope-from neuhauser@bellavista.cz) Received: from freepuppy.bellavista.cz (freepuppy.bellavista.cz [10.0.0.10]) by mail.bellavista.cz (Postfix) with ESMTP id AB8293DF; Mon, 6 Jan 2003 15:54:08 +0100 (CET) Received: by freepuppy.bellavista.cz (Postfix, from userid 1001) id 265272FDC3C; Mon, 6 Jan 2003 15:54:08 +0100 (CET) Date: Mon, 6 Jan 2003 15:54:08 +0100 From: Roman Neuhauser To: Andreas Wider?e Andersen Cc: freebsd-questions@freebsd.org Subject: Re: Installing ImageMagick -DWITHOUT... Message-ID: <20030106145408.GI669@freepuppy.bellavista.cz> Mail-Followup-To: Andreas Wider?e Andersen , freebsd-questions@freebsd.org References: <3E199433.2070307@pragma.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3E199433.2070307@pragma.no> User-Agent: Mutt/1.5.1i 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 # awand@pragma.no / 2003-01-06 15:35:31 +0100: > I want to install ImageMagick without X and Ghostscript and other things > I don't need. > > I do it from ports and issue this command: > > # make -DWITHOUT_X11 install clean > > This takes me directly to the Ghostscript driver configuration screen. I > don't want Ghostscript since I don't print from this server. > > 1. Can I specify more "without-options", Ie. "make -DWITHOUT_X11 > -DWITHOUT_GS install clean"? yes. > 2. What is the without syntax for Ghostscript here? look in the Makefile. it's just text. > 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. --with-foo / --without-foo is the syntax the underlying ./configure expects, -DFOO / FOO=1 is the syntax make expects. If you want to get most [understanding] from the ports collection, learn basics of make(1). Simple stuff is easy, it's fun going through the guts of /usr/ports/Mk/bsd.*.mk, and knowing some make-fu is a generally useful virtue. -- If you cc me or remove the list(s) completely I'll most likely ignore your message. see http://www.eyrie.org./~eagle/faqs/questions.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message