Bug 177763

Summary: net-mgmt/nagiosql: Missing dependency php5-filter
Product: Ports & Packages Reporter: Helmut Ritter <freebsd-ports>
Component: Individual Port(s)Assignee: Olli Hauer <ohauer>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Helmut Ritter 2013-04-10 22:20:00 UTC
Apr 10 23:05:08 BSDHelmut httpd[23454]: [error] [client 192.168.124.131] PHP Fatal error:  Call to undefined function filter_var() in /var/www/nagiosql/functions/nag_class.php on line 113

See also http://www.nagiosql.org/documentation/14-faqs/general-documentation/78-requirements-ql32x.html

Fix: 

USERS?=                nagios--xRp4dPYExIYcUJv0LPaIgD2XKuhJR1LeRa56fT2vmo1Y4JMa
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- ./Makefile  2013-04-10 23:13:08.000000000 +0200
+++ /usr/ports/net-mgmt/nagiosql/Makefile       2013-04-10 23:13:43.000000000 +0200
@@ -20,7 +20,7 @@
 USE_BZIP2=     yes
 USE_MYSQL=     yes
 USE_GETTEXT=   yes
-USE_PHP=       mysql gettext session simplexml
+USE_PHP=       filter gettext mysql session simplexml
 WANT_PHP_WEB=  yes
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2013-04-11 19:43:44 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-ports-bugs

ports PR.
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-04-11 19:43:58 UTC
Maintainer of net-mgmt/nagiosql,

Please note that PR ports/177763 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/177763

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2013-04-11 19:43:59 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Olli Hauer freebsd_committer freebsd_triage 2013-04-16 21:56:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ohauer

I'll take it
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-04-16 22:24:30 UTC
Author: ohauer
Date: Tue Apr 16 21:24:17 2013
New Revision: 315908
URL: http://svnweb.freebsd.org/changeset/ports/315908

Log:
  - add mising dependency php-filter
   (in addition to PR: ports/175457)
  - bump PORTREVISION
  
  Feature safe: yes
  
  PR:		ports/177763
  Submitted by:	Helmut Ritter <freebsd-ports@charlieroot.de>
  Approved by:	maintainer (implicit)

Modified:
  head/net-mgmt/nagiosql/Makefile

Modified: head/net-mgmt/nagiosql/Makefile
==============================================================================
--- head/net-mgmt/nagiosql/Makefile	Tue Apr 16 21:21:25 2013	(r315907)
+++ head/net-mgmt/nagiosql/Makefile	Tue Apr 16 21:24:17 2013	(r315908)
@@ -3,7 +3,7 @@
 
 PORTNAME=	nagiosql
 PORTVERSION=	3.2.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-mgmt www
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/NagiosQL%20${PORTVERSION}/
 DISTNAME=	${PORTNAME}_${PORTVERSION:S/.//g}
@@ -20,7 +20,7 @@ RUN_DEPENDS=	nagios:${PORTSDIR}/net-mgmt
 USE_BZIP2=	yes
 USE_MYSQL=	yes
 USE_GETTEXT=	yes
-USE_PHP=	mysql gettext session simplexml
+USE_PHP=	mysql filter gettext session simplexml
 WANT_PHP_WEB=	yes
 
 USERS?=		nagios
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 6 Olli Hauer freebsd_committer freebsd_triage 2013-04-16 22:24:36 UTC
State Changed
From-To: feedback->closed

Committed, 
Thanks!