Quoth "Patrick M. Hausen" <[email protected]>:
> 
> 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

_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[email protected]"

Reply via email to