Bug 91897

Summary: horde fails to install when php wasn't installed as a module
Product: Ports & Packages Reporter: Gustavo Picón <gpicon>
Component: Individual Port(s)Assignee: Thierry Thomas <thierry>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Gustavo Picón 2006-01-17 03:10:12 UTC
When PHP isn't installed as an apache module horde fails to install because it requires:
WANT_PHP_MOD= yes
instead of
WANT_PHP_WEB= yes
in the Makefile.
Horde works as CGI/Fastcgi without problems.

Fix: 

Replace
WANT_PHP_MOD= yes
with
WANT_PHP_WEB= yes
in /usr/ports/www/horde/Makefile
How-To-Repeat: Install www/php[45]-cgi
Install www/horde
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-01-17 08:55:35 UTC
Responsible Changed
From-To: freebsd-ports-bugs->thierry

Over to maintainer
Comment 2 Thierry Thomas freebsd_committer freebsd_triage 2006-01-17 20:58:15 UTC
State Changed
From-To: open->closed


Committed, thanks for your report!