FreeBSD Port:nagios-1.0_1

Blaz Zupan blaz at si.FreeBSD.org
Sat Jun 7 22:36:33 PDT 2003


> 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


More information about the freebsd-ports mailing list