Quoth "Patrick M. Hausen" <hau...@punkt.de>:
> 
> OK, tried manually wihtout Poudriere:
> 
> cd /usr/ports/www/apache22
> make deinstall
> rm -r /var/db/ports/apache22
> make clean
> make -DBATCH -DPROXY=on -DPROXY_HTTP=on -DSUEXEC=on
> -DSUEXEC_DOCROOT=/var/apache
> -DSUEXEC_LOGFILE=/var/apache/GLOBAL/suexec_log install

You need to read man make. Make's -D option doesn't work the same as
cc's; this defines variables called "PROXY=on" and so on to the value 1.

Ben

_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Reply via email to