Hi; I thought this would be a simple question but it looks like I was mistaken ;) A couple of people kindly responded, but I'm at a loss as to how they meant to address my question ;) Would someone kindly simply edit the following, if that's possible (if 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?
Here's what I have so far. I don't know if it's correct or not... 1. Edit /usr/local/etc/pkgtools.conf and enable it to read /usr/local/etc/pkgtools.local 2. Create the local file and add something like this: MAKE_ENV = { '/usr/ports/net/openldap23-server' => [ 'CC=gcc', 'CPPFLAGS="-I/usr/local/include/openssl/"' 'LDFLAGS="-L/usr/local/lib/"' ], } That would set up the environment, and might actually be correct as written ;) I'm a whole lot less confident of the following: MAKE_ARGS = { '/usr/ports/net/openldap23-server'=> [ '--localstatedir=/var/run/slapd', '--enable-spasswd', etc, etc ], } TIA, Rachel _______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"