From owner-freebsd-ports Wed Jan 2 7:43:14 2002 Delivered-To: freebsd-ports@freebsd.org Received: from ns.bsag.ch (ns.bsag.ch [62.2.201.74]) by hub.freebsd.org (Postfix) with ESMTP id A6E1037B41D for ; Wed, 2 Jan 2002 07:43:09 -0800 (PST) Received: from gw.bsag.ch (root@localhost) by ns.bsag.ch with ESMTP id g02FiVg22422 for ; Wed, 2 Jan 2002 16:44:31 +0100 (CET) Received: from ns.bsag.ch (bs13.bsag.ch [192.168.1.13]) by gw.bsag.ch with ESMTP id g02FiVn22418 for ; Wed, 2 Jan 2002 16:44:31 +0100 (CET) Received: (from hpr@localhost) by ns.bsag.ch (8.11.3/8.11.3/SuSE Linux 8.11.1-0.5) id g02Fh3s23996 for ports@FreeBSD.ORG; Wed, 2 Jan 2002 16:43:03 +0100 Date: Wed, 2 Jan 2002 16:43:03 +0100 From: Hanspeter Roth To: ports@FreeBSD.ORG Subject: Re: customizing a port Message-ID: <20020102164303.A23687@bs13.bsag.ch> Mail-Followup-To: ports@FreeBSD.ORG References: <20011231165258.A19838@bs13.bsag.ch> <20011231114005.B80099@pr0n.kutulu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.16i In-Reply-To: <20011231114005.B80099@pr0n.kutulu.org>; from kutulu@kutulu.org on Mon, Dec 31, 2001 at 11:40:05AM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, Dec 31, 2001 at 11:40:05AM -0500, Kutulu wrote: > On Mon, Dec 31, 2001 at 04:52:58PM +0100, Hanspeter Roth wrote: > > Hello, > > > > how can one customize a port? > > In most cases, you can define CONFIGURE_ARGS on the make command line to > generate arguments to configure. > > make -DCONFIGURE_ARGS='--with-included-regex' install > > This will work with varying degrees of success for a given port, as some > ports replace CONFIGURE_ARGS with their own, instead of > appending to it. As of `less' it seems to require CONFIGURE_ARGS (without -D). Thanks. -Hanspeter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message