From owner-freebsd-questions Wed Aug 7 1: 9:26 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 3047A37B405 for ; Wed, 7 Aug 2002 01:09:21 -0700 (PDT) Received: from mail.thundernet.cz (mail.thundernet.cz [62.77.87.114]) by mx1.FreeBSD.org (Postfix) with SMTP id A9BC943E65 for ; Wed, 7 Aug 2002 01:09:19 -0700 (PDT) (envelope-from neuhauser@bellavista.cz) Received: (qmail 9828 invoked from network); 7 Aug 2002 08:09:04 -0000 Received: from unknown (HELO freepuppy.bellavista.cz) (62.168.44.50) by mail.thundernet.cz with SMTP; 7 Aug 2002 08:09:04 -0000 Received: by freepuppy.bellavista.cz (Postfix, from userid 1001) id 43EE24F5; Tue, 6 Aug 2002 17:27:07 +0200 (CEST) Date: Tue, 6 Aug 2002 17:27:07 +0200 From: Roman Neuhauser To: MikeM Cc: freebsd-questions@FreeBSD.org Subject: Re: How to pass configure parms into a port Message-ID: <20020806152707.GB281@freepuppy.bellavista.cz> Mail-Followup-To: MikeM , freebsd-questions@FreeBSD.org References: <200208061115140503.0049FE96@sentry.24cl.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200208061115140503.0049FE96@sentry.24cl.com> 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 > Date: Tue, 06 Aug 2002 11:15:14 -0400 > From: "MikeM" > To: freebsd-questions@FreeBSD.org > Subject: How to pass configure parms into a port > > I'd like to build the port of the nano editor and I'd like to disable > wrapping in the editor. If I were building nano from the tarball, I'd > specify the --disable-wrapping parameter on the configure step of the > build. > > But I am at a loss trying to specify that parameter on the make step of > building from a port. I checked the handbook, and I didn't find > anything that looked helpful for this question. > > What obvious thing am I overlooking? /usr/ports/Mk/bsd.port.mk :) seriously though, i think everyone should read it. it's tough as hell, but even if you wrap your head around 1% of it, it'll greatly help you understand ports. now, to answer your question: # make CONFIGURE_ARGS=--disable-wrapping install clean -- FreeBSD 4.6-STABLE 5:24PM up 45 mins, 4 users, load averages: 0.07, 0.03, 0.01 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message