Poudriere questions

Ben Morrow ben at morrow.me.uk
Thu Feb 21 13:06:23 UTC 2013


Quoth "Patrick M. Hausen" <hausen at 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



More information about the freebsd-stable mailing list