Bug 191753 - net-mgmt/nagios requires mod_php but doesn't use WANT_PHP_MOD
Summary: net-mgmt/nagios requires mod_php but doesn't use WANT_PHP_MOD
Status: Closed Works As Intended
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Mathieu Arnold
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-08 21:22 UTC by Matt Pounsett
Modified: 2014-07-21 10:01 UTC (History)
0 users

See Also:


Attachments
Suggested patch to the net-mgmt/nagios Makefile (295 bytes, patch)
2014-07-08 21:22 UTC, Matt Pounsett
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Pounsett 2014-07-08 21:22:04 UTC
Created attachment 144525 [details]
Suggested patch to the net-mgmt/nagios Makefile

The net-mgmt/nagios port requires PHP but doesn't request it.  The Makefile should include WANT_PHP_MOD.
Comment 1 Mathieu Arnold freebsd_committer freebsd_triage 2014-07-21 10:01:45 UTC
The nagios port doesn't require the apache php module to work, it needs a php interpreter in any web server, that could be the apache mod_php, or a cgi, or a fastcgi version.