From owner-freebsd-ports@FreeBSD.ORG Fri Nov 10 22:37:21 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 CA4B816A492 for ; Fri, 10 Nov 2006 22:37:21 +0000 (UTC) (envelope-from rachel_florentine@yahoo.com) Received: from web57811.mail.re3.yahoo.com (web57811.mail.re3.yahoo.com [68.142.236.89]) by mx1.FreeBSD.org (Postfix) with SMTP id 58CC143D9A for ; Fri, 10 Nov 2006 22:35:51 +0000 (GMT) (envelope-from rachel_florentine@yahoo.com) Received: (qmail 24484 invoked by uid 60001); 10 Nov 2006 22:35:50 -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=4pF7myjVLZWoInKfsv/5caBEQQWD1GLLpnZO463IfUp+3aFnwCNpcZiYTBXTDeps8yw5pmcci7xl3E1vPq8ML9ndsUmxIfkdvlOOiXEtBQm7YEMDX41AGTrMONL9a6tulJWfURKVXQWXztY/UG25JHNVEHg/0dr6/xvgbyCUUDQ= ; Message-ID: <20061110223550.24482.qmail@web57811.mail.re3.yahoo.com> Received: from [69.19.14.23] by web57811.mail.re3.yahoo.com via HTTP; Fri, 10 Nov 2006 14:35:50 PST Date: Fri, 10 Nov 2006 14:35:50 -0800 (PST) From: Rachel Florentine To: freebsd-ports@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: Simple Question 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: Fri, 10 Nov 2006 22:37:21 -0000 Hi;=0ACan someone please tell me how to add options to a port build? For ex= ample, I want to rebuild my openldap with something like this:=0A=0Aenv \= =0ACC=3Dgcc CPPFLAGS=3D"-I/usr/local/include/openssl/" \=0ALDFLAGS=3D"-L/us= r/local/lib/" \=0A./configure \=0A --localstatedir=3D/var/run/slapd \=0A= --enable-spasswd \ =0A --enable-modules \ =0A --enable-shared \= =0A --enable-dynamic \=0A --with-tls \=0A --with-cyrus-sasl \=0A = --enable-bdb \=0A --disable-slapd \=0A --enable-openssl \=0A --e= nable-monitor \=0A --enable-proxycache \=0A --enable-unique \=0A -= -enable-ppolicy \=0A --enable-accesslog \=0A --disable-cleartext =0A= =0AHow do I do that?=0ATIA,=0ARachel=0A=0A=0A=0A