Bug 79227

Summary: [patch] Mk/bsd.php.mk: incorrect processing WANT_PHP_CGI when lang/php installed
Product: Ports & Packages Reporter: Mykola Dzham <levsha>
Component: Individual Port(s)Assignee: Alex Dupre <ale>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Mykola Dzham 2005-03-25 14:10:02 UTC
Can not install port with WANT_PHP_CGI=yes when lang/php4 (or lang/php5) installed:
the error "This port requires the CGI version of PHP" occur.

How-To-Repeat: Install lang/php4
Try to install www/pnews :
# cd /usr/ports/www/pnews
# make
This port requires the CGI version of PHP, but you have already
installed a conflicting PHP port without CGI.
*** Error code 1

Stop in /usr/ports/www/pnews.
Comment 1 Herve Quiroz freebsd_committer freebsd_triage 2005-03-25 14:28:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

Over to maintainer.
Comment 2 Alex Dupre freebsd_committer freebsd_triage 2005-03-31 09:37:40 UTC
State Changed
From-To: open->closed

Bogus, the check is there to not be ignored.