Zope Port

2006-11-28 Thread Rachel Florentine
7676Hi; Went to build Zope3 from port and got this error: === zope-3.3.0 has known vulnerabilities: = zope -- restructuredText csv_table Information Disclosure. Reference: http://www.FreeBSD.org/ports/portaudit/65a8f773-4a37-11db-a4cc-000a48049292.html = Please update your ports tree and try

Problem w/ Zope Port

2006-11-28 Thread Rachel Florentine
Hi; I went to build out the Zope29 port. I didn't know until a lot of research one has to type: make install instance clean Didn't know about the instance. At any rate, I ran make install clean then make instance and got this error: cat: /usr/ports/www/zope29/work/instance_message: No such file

I Will PAY Someone To Install OpenLDAP

2006-11-15 Thread Rachel Florentine
I've had it. I've wasted too much time on this. I will pay someone to install openldap with the env and options I want on FreeBSD 6.1. Please contact me outside of the discussion list. TIA, Rachel ___ freebsd-ports@freebsd.org mailing list

Building Mailman w/ Qmail

2006-11-14 Thread Rachel Florentine
76Hi; I went to install the port of Mailman and got presented with a screen asking me to select if I was going to build this with: 1) Sendmail 2) emix3 3) emix4 4) postfix 5) a chinese mailing list 6) htdig integration packages Huh? Where's qmail? TIA, Rachel

Still Confused...Building Port w/ Options

2006-11-14 Thread Rachel Florentine
9275Hi; I tried to issue a command to build openldap with env and options and it didn't work. I tried it broken up in lines as below and as one long line. Please help me understand what I'm doing wrong: MAKE_ENV = { 'openldap23-server' = [ 'CC=gcc CPPFLAGS=-I/usr/local/include/openssl/

Re: Simple Question

2006-11-11 Thread Rachel Florentine
- Original Message From: Robert Huff [EMAIL PROTECTED] Rachel Florentine writes: Can someone please tell me how to add options to a port build? For example, I want to rebuild my openldap with something like this: Start here: man make.conf man pkgtools.conf Hmm

Simple Question

2006-11-10 Thread Rachel Florentine
Hi; Can someone please tell me how to add options to a port build? For example, I want to rebuild my openldap with something like this: env \ CC=gcc CPPFLAGS=-I/usr/local/include/openssl/ \ LDFLAGS=-L/usr/local/lib/ \ ./configure \ --localstatedir=/var/run/slapd \ --enable-spasswd \