Bug 41045

Summary: Build www/mod_php4 with --enable-track-vars and --enable-force-cgi-redirect
Product: Ports & Packages Reporter: mike
Component: Individual Port(s)Assignee: dirk
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Makefile.diff none

Description mike 2002-07-27 14:10:01 UTC
Many web applications which use PHP4 expect it to be built with configure
given the argument "--enable-track-vars". The specific example which caused
me to file this PR is Squirrel Mail.

Also, `configure --help` suggests that when building PHP as a module, that
it be run with the argument "--enable-force-cgi-redirect", again which
is required by Squirrel Mail.

Fix: The following patch for www/mod_php4/Makefile ensures it is built with the
desired configure args.
 
How-To-Repeat: 
Build the port www/mod_php4
Comment 1 Patrick Li freebsd_committer freebsd_triage 2002-07-27 16:21:36 UTC
Responsible Changed
From-To: freebsd-ports->dirk

Over to maintainer
Comment 2 dirk freebsd_committer freebsd_triage 2002-08-03 20:09:17 UTC
State Changed
From-To: open->closed

--enable-track-vars isn't a configure option any longer and 
--enable-force-cgi-redirect doesn't matter for the module version 
of php.