php4 with apache 2.2

Joe Marcus Clarke marcus at marcuscom.com
Sun May 20 12:32:48 EDT 2007


On Sun, 2007-05-20 at 12:32 +0200, Marton Kiss wrote:
> I would like to build lang/php4 with apache 2.2, but building process fails.
> 
> I made a 5.5 jail (RELENG_5_5),
> checked out a standard FreeBSD ports tree, and created a build 5.5-FreeBSD.
> I've enabled options, and created a php4/options file:
> _OPTIONS_READ=php4-4.4.6
> WITH_CLI=true
> WITHOUT_CGI=true
> WITH_APACHE=true
> WITHOUT_DEBUG=true
> WITHOUT_SUHOSIN=true
> WITHOUT_MULTIBYTE=true
> WITHOUT_IPV6=true
> WITHOUT_MAILHEAD=true
> WITHOUT_REDIRECT=true
> WITHOUT_DISCARD=true
> WITHOUT_FASTCGI=true
> WITHOUT_PATHINFO=true
> WITH_OPENSSL=true
> WITHOUT_ZLIB=true
> 
> 
> The builds/5.5-FreeBSD/build.env contains this line:
> export USE_APACHE=2.2

As a rule of thumb, USE_*, WANT_*, and HAVE_* macros must NEVER be
passed in make.conf, in the environment, or on the make command line.
What you want is:

export APACHE_PORT=www/apache22

Joe

-- 
PGP Key : http://www.marcuscom.com/pgp.asc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: This is a digitally signed message part
Url : http://marcuscom.com/pipermail/tinderbox-list/attachments/20070520/6d07d477/attachment.bin 


More information about the tinderbox-list mailing list