From owner-freebsd-ports@FreeBSD.ORG Tue Nov 14 23:44:59 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 689CD16A403 for ; Tue, 14 Nov 2006 23:44:59 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from dione.picobyte.net (host-212-158-207-124.bulldogdsl.com [212.158.207.124]) by mx1.FreeBSD.org (Postfix) with SMTP id B8EED43D5E for ; Tue, 14 Nov 2006 23:44:58 +0000 (GMT) (envelope-from shaun@FreeBSD.org) Received: from charon.picobyte.net (charon.picobyte.net [IPv6:2001:4bd0:201e::fe03]) by dione.picobyte.net (Postfix) with ESMTP; Tue, 14 Nov 2006 23:44:56 +0000 (GMT) Date: Tue, 14 Nov 2006 23:44:56 +0000 From: Shaun Amott To: Rachel Florentine Message-ID: <20061114234456.GA2307@charon.picobyte.net> References: <20061114204737.49222.qmail@web57810.mail.re3.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="NzB8fVQJ5HfG6fxh" Content-Disposition: inline In-Reply-To: <20061114204737.49222.qmail@web57810.mail.re3.yahoo.com> User-Agent: Mutt/1.5.11 (FreeBSD i386) Cc: freebsd-ports@freebsd.org Subject: Re: Still Confused...Building Port w/ Options X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Nov 2006 23:44:59 -0000 --NzB8fVQJ5HfG6fxh Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 14, 2006 at 12:47:37PM -0800, Rachel Florentine wrote: >=20 > I tried to issue a command to build openldap with env and options and it = didn't work. [snip] > MAKE_ARGS =3D { > 'openldap23-server' =3D> 'CONFIGURE_ARGS+=3D \ > --localstatedir=3D/var/run/slapd \ > --enable-spasswd \=20 > --enable-modules \=20 > --enable-shared \ > --enable-dynamic \ > --with-tls \ > --with-cyrus-sasl \ > --enable-bdb \ > --disable-slapd \ > --enable-openssl \ > --enable-monitor \ > --enable-proxycache \ > --enable-unique \ > --enable-ppolicy \ > --enable-accesslog \ > --disable-cleartext', > } Modifiying CONFIGURE_ARGS isn't supported by the ports framework. It may "work" (to some extent) with some ports, but openldap23-server isn't one of them. Take a look at the port's Makefile, as many of those variables have special knobs which you can set instead. If you find one that isn't handled, poke the maintainer and/or submit a PR requesting that it be added. --=20 Shaun Amott // PGP: 0x6B387A9A "A foolish consistency is the hobgoblin of little minds." - Ralph Waldo Emerson --NzB8fVQJ5HfG6fxh Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFFWlT4kmhdCGs4epoRAs1hAJ9i1kNmeEhq/ksiLv9ewSZhYe6ZPgCfVqJo SeglQM0cylXLhdP2FOOvYzM= =6rJj -----END PGP SIGNATURE----- --NzB8fVQJ5HfG6fxh--