Date: Thu, 21 Feb 2013 13:06:16 +0000 From: Ben Morrow <ben@morrow.me.uk> To: hausen@punkt.de, freebsd-stable@freebsd.org Subject: Re: Poudriere questions Message-ID: <20130221130612.GA48410@anubis.morrow.me.uk> In-Reply-To: <4647BC50-5866-4B9D-B5A5-B1852EB6045E@punkt.de> References: <2954D7E9-5FBD-4A9E-A097-195F2BBB195E@punkt.de> <512502C3.9010702@madpilot.net> <0A93B8B5-9C00-4E5E-A0CC-D8CF51A65A82@punkt.de> <512507A5.5080307@madpilot.net> <2F88E216-2412-4FA2-99BE-36DB37D15EC0@punkt.de> <5125E0CE.7030709@madpilot.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Quoth "Patrick M. Hausen" <hausen@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130221130612.GA48410>