From owner-freebsd-questions@FreeBSD.ORG Mon Nov 13 18:50:10 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 03E5D16A4B3 for ; Mon, 13 Nov 2006 18:50:10 +0000 (UTC) (envelope-from rachel_florentine@yahoo.com) Received: from web57813.mail.re3.yahoo.com (web57813.mail.re3.yahoo.com [68.142.236.91]) by mx1.FreeBSD.org (Postfix) with SMTP id 20FB4440B0 for ; Mon, 13 Nov 2006 18:41:04 +0000 (GMT) (envelope-from rachel_florentine@yahoo.com) Received: (qmail 32402 invoked by uid 60001); 13 Nov 2006 18:40:57 -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=PR4ZgVluKE9LlC8tPs8GdyzcJKzOdYOkO2V7dlQ5Q4mQryXIu5TslZdoS+ZxtT4SPAC4jfIBOhETggHJ5uW1eNnBM3eb1v1cIy0VSVrGYnytfVlWCU8khsHTyjg5xQGhmsU9Ics4ha+J3wWJAY5Y87TWUEfToCoveMjIYFDF3jQ= ; Message-ID: <20061113184057.32400.qmail@web57813.mail.re3.yahoo.com> Received: from [66.82.9.54] by web57813.mail.re3.yahoo.com via HTTP; Mon, 13 Nov 2006 10:40:57 PST Date: Mon, 13 Nov 2006 10:40:57 -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: Mon, 13 Nov 2006 18:50:10 -0000 Hi;=0AWould someone kindly simply edit the following, if that's possible (i= f I'm not too far off how it should be done) so that I can have an example = of how to build OpenLDAP with the options and env I want?=0A=0AHere's what = I have so far. I don't know if it's correct or not...=0A=0A1. Edit /usr/loc= al/etc/pkgtools.conf and enable it to read /usr/local/etc/pkgtools.local=0A= 2. Create the local file and add something like this:=0A=0A MAKE_ENV =3D {= =0A '/usr/ports/net/openldap23-server' =3D> [=0A 'CC=3Dgcc',=0A 'C= PPFLAGS=3D"-I/usr/local/include/openssl/"'=0A 'LDFLAGS=3D"-L/usr/local/l= ib/"'=0A ],=0A }=0A=0AThat would set up the environment, and might actu= ally be correct as written ;) I'm a whole lot less confident of the followi= ng:=0A=0A MAKE_ARGS =3D {=0A '/usr/ports/net/openldap23-server'=3D> [= =0A '--localstatedir=3D/var/run/slapd',=0A '--enable-spasswd',=0Aetc,= etc=0A ],=0A }=0A=0ATIA,=0ARachel=0A=0A=0A=0A=0A