Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Oct 2005 10:16:05 +0200 (CEST)
From:      Blaz Zupan <blaz@si.FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/87474: MAINTAINER UPDATE: net-mgmt/nagios 
Message-ID:  <200510150816.j9F8G5ak005232@titanic.medinet.si>
Resent-Message-ID: <200510150820.j9F8KInV069223@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         87474
>Category:       ports
>Synopsis:       MAINTAINER UPDATE: net-mgmt/nagios
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 15 08:20:17 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Blaz Zupan
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:

	
>Description:

Patch submitted by Jarrod <jarrod@netleader.com.au>.

This update adds a knob which enables changing the URL of the
HTML pages and CGI scripts.

Also, I have reset the maintainer to ports@FreeBSD.org, as I no longer
have time to maintain the port.

>How-To-Repeat:
	
>Fix:

	


diff -urN nagios.old/Makefile nagios/Makefile
--- nagios.old/Makefile	Wed Aug 31 14:29:48 2005
+++ nagios/Makefile	Sat Oct 15 10:10:06 2005
@@ -7,12 +7,13 @@
 
 PORTNAME=	nagios
 PORTVERSION=	2.0.b4
+PORTREVISION=	1
 CATEGORIES=	net-mgmt
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=nagios
 DISTNAME=	nagios-2.0b4
 
-MAINTAINER=	blaz@si.FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Extremely powerful network monitoring system
 
 LIB_DEPENDS=	gd.4:${PORTSDIR}/graphics/gd
@@ -32,6 +33,9 @@
 NAGIOSGROUP?=	nagios
 NAGIOSDIR?=	/var/spool/nagios
 
+NAGIOSHTMURL?=	/nagios
+NAGIOSCGIURL?=	${NAGIOSHTMURL}/cgi-bin
+
 .include <bsd.port.pre.mk>
 
 CPPFLAGS=	-I${LOCALBASE}/include -fPIC
@@ -43,6 +47,8 @@
 		--with-command-group=www \
 		--with-nagios-user=${NAGIOSUSER} \
 		--with-nagios-group=${NAGIOSGROUP} \
+		--with-htmurl=${NAGIOSHTMURL} \
+		--with-cgiurl=${NAGIOSCGIURL} \
 		--sbindir=${PREFIX}/share/nagios/cgi-bin \
 		--libexecdir=${PREFIX}/libexec/nagios \
 		--datadir=${PREFIX}/share/nagios \
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510150816.j9F8G5ak005232>