Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Jun 2003 07:36:30 +0200 (CEST)
From:      Blaz Zupan <blaz@si.FreeBSD.org>
To:        "e.Z.y" <ezyt@optushome.com.au>
Cc:        ports@freebsd.org
Subject:   Re: FreeBSD Port:nagios-1.0_1
Message-ID:  <20030608073615.L56293@titanic.medinet.si>
In-Reply-To: <008801c32d38$8e317410$0801000a@cmchelpdesk.local>
References:  <008801c32d38$8e317410$0801000a@cmchelpdesk.local>

next in thread | previous in thread | raw e-mail | index | archive | help
> Has thier been any thought about creating a port for the new version of nagios 1.1?  It is a major improvement with lots of bug fixes from previous version.

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



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