[MAINTAINER-UPDATE] Update nagios to 1.1
- 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>) PR: ports/53034 Submitted by: Blaz Zupan <blaz.zupan@amis.net>
This commit is contained in:
parent
f7755d1f6c
commit
42c87c3d5f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82526
8 changed files with 24 additions and 12 deletions
|
@ -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
|
||||
|
@ -48,6 +47,10 @@ CONFIGURE_ARGS+=--with-mysql-lib=${LOCALBASE}/lib/mysql \
|
|||
--with-mysql-xdata
|
||||
.endif
|
||||
|
||||
.if defined(NAGIOS_FILE_PERFDATA)
|
||||
CONFIGURE_ARGS+=--with-file-perfdata
|
||||
.endif
|
||||
|
||||
.if defined(WITH_POSTGRES)
|
||||
LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql7
|
||||
CONFIGURE_ARGS+=--with-pgsql-lib=${LOCALBASE}/pgsql \
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (nagios-1.0.tar.gz) = 9f95388c59b34c06745870fd2012388e
|
||||
MD5 (nagios-1.1.tar.gz) = 5f48ecd9bad2c4d7c9d88d0b6f347ecf
|
||||
|
|
|
@ -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
|
||||
|
@ -48,6 +47,10 @@ CONFIGURE_ARGS+=--with-mysql-lib=${LOCALBASE}/lib/mysql \
|
|||
--with-mysql-xdata
|
||||
.endif
|
||||
|
||||
.if defined(NAGIOS_FILE_PERFDATA)
|
||||
CONFIGURE_ARGS+=--with-file-perfdata
|
||||
.endif
|
||||
|
||||
.if defined(WITH_POSTGRES)
|
||||
LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql7
|
||||
CONFIGURE_ARGS+=--with-pgsql-lib=${LOCALBASE}/pgsql \
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (nagios-1.0.tar.gz) = 9f95388c59b34c06745870fd2012388e
|
||||
MD5 (nagios-1.1.tar.gz) = 5f48ecd9bad2c4d7c9d88d0b6f347ecf
|
||||
|
|
|
@ -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
|
||||
|
@ -48,6 +47,10 @@ CONFIGURE_ARGS+=--with-mysql-lib=${LOCALBASE}/lib/mysql \
|
|||
--with-mysql-xdata
|
||||
.endif
|
||||
|
||||
.if defined(NAGIOS_FILE_PERFDATA)
|
||||
CONFIGURE_ARGS+=--with-file-perfdata
|
||||
.endif
|
||||
|
||||
.if defined(WITH_POSTGRES)
|
||||
LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql7
|
||||
CONFIGURE_ARGS+=--with-pgsql-lib=${LOCALBASE}/pgsql \
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (nagios-1.0.tar.gz) = 9f95388c59b34c06745870fd2012388e
|
||||
MD5 (nagios-1.1.tar.gz) = 5f48ecd9bad2c4d7c9d88d0b6f347ecf
|
||||
|
|
|
@ -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
|
||||
|
@ -48,6 +47,10 @@ CONFIGURE_ARGS+=--with-mysql-lib=${LOCALBASE}/lib/mysql \
|
|||
--with-mysql-xdata
|
||||
.endif
|
||||
|
||||
.if defined(NAGIOS_FILE_PERFDATA)
|
||||
CONFIGURE_ARGS+=--with-file-perfdata
|
||||
.endif
|
||||
|
||||
.if defined(WITH_POSTGRES)
|
||||
LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql7
|
||||
CONFIGURE_ARGS+=--with-pgsql-lib=${LOCALBASE}/pgsql \
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (nagios-1.0.tar.gz) = 9f95388c59b34c06745870fd2012388e
|
||||
MD5 (nagios-1.1.tar.gz) = 5f48ecd9bad2c4d7c9d88d0b6f347ecf
|
||||
|
|
Loading…
Reference in a new issue