Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  8 Jun 2003 07:40:34 +0200 (CEST)
From:      Blaz Zupan <blaz.zupan@amis.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/53034: [MAINTAINER-UPDATE] Update nagios to 1.1
Message-ID:  <20030608054034.C832555405@titanic.medinet.si>
Resent-Message-ID: <200306080550.h585oEvt026424@freefall.freebsd.org>

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

>Number:         53034
>Category:       ports
>Synopsis:       [MAINTAINER-UPDATE] Update nagios to 1.1
>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 Jun 07 22:50:13 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Blaz Zupan
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
>Environment:
System: FreeBSD titanic.medinet.si 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Sun Apr 6 14:13:39 CEST 2003 root@bigbrother.amis.net:/db/obj/usr/src/sys/TITANIC i386


	
>Description:
- update nagios port to 1.1
- add NAGIOS_FILE_PERFDATA switch to enable collection of performance data
  to a file (suggested by Douglas K. Rand <rand@meridian-enviro.com>)

>How-To-Repeat:
	
>Fix:

diff -urN nagios.old/Makefile nagios/Makefile
--- nagios.old/Makefile	Mon Apr  7 06:53:20 2003
+++ nagios/Makefile	Fri Jun  6 20:57:58 2003
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	nagios
-PORTVERSION=	1.0
-PORTREVISION=	1
+PORTVERSION=	1.1
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=nagios
@@ -49,6 +48,10 @@
 CONFIGURE_ARGS+=--with-pgsql-lib=${LOCALBASE}/pgsql \
 		--with-pgsql-inc=${LOCALBASE}/pgsql \
 		--with-pgsql-xdata
+.endif
+
+.if defined(NAGIOS_FILE_PERFDATA)
+CONFIGURE_ARGS+=--with-file-perfdata
 .endif
 
 INSTALL_TARGET=	all install config install-config install-daemoninit install-commandmode
diff -urN nagios.old/distinfo nagios/distinfo
--- nagios.old/distinfo	Sat Jan  4 00:51:51 2003
+++ nagios/distinfo	Fri Jun  6 20:58:01 2003
@@ -1 +1 @@
-MD5 (nagios-1.0.tar.gz) = 9f95388c59b34c06745870fd2012388e
+MD5 (nagios-1.1.tar.gz) = 5f48ecd9bad2c4d7c9d88d0b6f347ecf
>Release-Note:
>Audit-Trail:
>Unformatted:



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