Date: Thu, 21 Feb 2013 09:54:38 +0100 From: Guido Falsi <mad@madpilot.net> To: "Patrick M. Hausen" <hausen@punkt.de> Cc: freebsd-stable@freebsd.org Subject: Re: Poudriere questions Message-ID: <5125E0CE.7030709@madpilot.net> In-Reply-To: <2F88E216-2412-4FA2-99BE-36DB37D15EC0@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>
next in thread | previous in thread | raw e-mail | index | archive | help
On 02/21/13 09:41, Patrick M. Hausen wrote: > Good morning, > > Am 20.02.2013 um 18:28 schrieb Guido Falsi <mad@madpilot.net>: >> There is no per port file, but, bbeing make.conf a file sourced by make, you can use make syntax: >> >> .if ${.CURDIR:M*www/apache22*} >> SUEXEC_DOCROOT=/foo/bar >> .endif > > > Now that I gave that a try it seems like there's something missing: > > "/etc/make.conf", line 5: Unassociated shell command "PROXY=on" > "/etc/make.conf", line 6: Unassociated shell command "PROXY_HTTP=on" > "/etc/make.conf", line 7: Unassociated shell command "SUEXEC=on" > "/etc/make.conf", line 8: Unassociated shell command "SUEXEC_DOCROOT=/var/apache" > "/etc/make.conf", line 9: Unassociated shell command "SUEXEC_LOGFILE=/var/apache/GLOBAL/suexec_log" > > That's my make.conf: > > .if ${.CURDIR:M*www/apache22*} > PROXY=on > PROXY_HTTP=on > SUEXEC=on > SUEXEC_DOCROOT=/var/apache > SUEXEC_LOGFILE=/var/apache/GLOBAL/suexec_log > .endif > Sorry, I forgot to mention: no tabs. tabs have a spacial meaning to make. They mean a shell command follows and should be used only in make targets. Use spaces to indent things. -- Guido Falsi <mad@madpilot.net>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5125E0CE.7030709>