From owner-freebsd-questions@FreeBSD.ORG Tue Nov 14 16:10:40 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 5D04516A4C8 for ; Tue, 14 Nov 2006 16:10:40 +0000 (UTC) (envelope-from rachel_florentine@yahoo.com) Received: from web57808.mail.re3.yahoo.com (web57808.mail.re3.yahoo.com [68.142.236.86]) by mx1.FreeBSD.org (Postfix) with SMTP id 512F243DF4 for ; Tue, 14 Nov 2006 16:04:54 +0000 (GMT) (envelope-from rachel_florentine@yahoo.com) Received: (qmail 6244 invoked by uid 60001); 14 Nov 2006 16:04:35 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type; b=N9+1h74JD93/EQMD3nHxXwcnBwm4XV0r4PQcZtUfFg5Hl49bYF5OpxvodktKqnc3BFk2ebc3GM2ZOd6XT1/m/wtwsLXlMwc0nUE1xXcHNAEzlPovd6JULN625eF2V+tHLj3GePR4FpfeRUmzC7haGpoAmmnh7ysETvHAweho0HA= ; Message-ID: <20061114160435.6242.qmail@web57808.mail.re3.yahoo.com> Received: from [66.82.9.44] by web57808.mail.re3.yahoo.com via HTTP; Tue, 14 Nov 2006 08:04:35 PST Date: Tue, 14 Nov 2006 08:04:35 -0800 (PST) From: Rachel Florentine To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Building Ports w/ Options, Env X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Nov 2006 16:10:40 -0000 71----- Original Message ----=0AFrom: Nils Vogels =0A=0A> What you put between the brackets [], is passed to make ans = should=0A be=0A> options that make recognizes.=0A>=0A> A small example:=0A>= =0A> MAKE_ARGS =3D {=0A> 'www/squid' =3D> 'CONFIGURE_ARGS+=3D--enab= le-delay-pools=0A> --enable-snmp --enable-ssl --enable-ipf-transparent=0A> = --enable-removal-policies',=0A> 'mail/imp' =3D> 'WITH_HTML=3Dyes WI= TH_COURIER-IMAP=3Dyes',=0A> }=0A=0AOkay, that makes sense! Is it, then, th= e same thing with env variables? Just put everything between the cury brace= s (or are they brackets??) in the MAKE_ARGS definition?=0A=0A> HTH & HAND= =0A=0ANow that's a new one. "HTH" I understand, but what's "HAND" stand for= ?=0ATIA,=0ARachel=0A=0A=0A=0A=0A=0A=0A=0A=0A=0A=0A