ports/86697: MAINTAINER UPDATE: net-mgmt/nagios-plugins to 1.4.2
Blaz Zupan
blaz at si.FreeBSD.org
Thu Sep 29 06:30:16 UTC 2005
>Number: 86697
>Category: ports
>Synopsis: MAINTAINER UPDATE: net-mgmt/nagios-plugins to 1.4.2
>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: Thu Sep 29 06:30:14 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Blaz Zupan
>Release: FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:
>Description:
>How-To-Repeat:
>Fix:
diff -urN nagios-plugins.old/Makefile nagios-plugins/Makefile
--- nagios-plugins.old/Makefile Fri Sep 2 14:55:54 2005
+++ nagios-plugins/Makefile Thu Sep 22 14:52:22 2005
@@ -6,8 +6,7 @@
#
PORTNAME= nagios-plugins
-PORTVERSION= 1.4.1
-PORTREVISION= 1
+PORTVERSION= 1.4.2
PORTEPOCH= 1
CATEGORIES= net-mgmt
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
diff -urN nagios-plugins.old/distinfo nagios-plugins/distinfo
--- nagios-plugins.old/distinfo Wed Aug 31 14:31:36 2005
+++ nagios-plugins/distinfo Thu Sep 22 14:53:39 2005
@@ -1,2 +1,2 @@
-MD5 (nagios-plugins-1.4.1.tar.gz) = 5bdd5dd7fca92a2aeb29683866ee42f1
-SIZE (nagios-plugins-1.4.1.tar.gz) = 967552
+MD5 (nagios-plugins-1.4.2.tar.gz) = 1f2bee15ade3d98ec79964a43479e328
+SIZE (nagios-plugins-1.4.2.tar.gz) = 971447
diff -urN nagios-plugins.old/files/patch-Makefile.am nagios-plugins/files/patch-Makefile.am
--- nagios-plugins.old/files/patch-Makefile.am Fri Sep 2 14:55:55 2005
+++ nagios-plugins/files/patch-Makefile.am Thu Sep 22 14:55:04 2005
@@ -1,11 +1,11 @@
---- plugins/Makefile.am.orig Fri Aug 12 14:09:44 2005
-+++ plugins/Makefile.am Fri Aug 12 14:10:51 2005
-@@ -3,7 +3,7 @@
+--- plugins/Makefile.am.orig Wed Sep 14 14:40:26 2005
++++ plugins/Makefile.am Thu Sep 22 14:54:50 2005
+@@ -2,7 +2,7 @@
+
VPATH = $(top_srcdir) $(top_srcdir)/lib $(top_srcdir)/plugins $(top_srcdir)/plugins/t
- INCLUDES = -I.. -I$(top_srcdir)/lib -I$(top_srcdir)/intl \
-- at LDAPINCLUDE@ @PGINCLUDE@
-+ at LDAPINCLUDE@ @PGINCLUDE@ @RADIUSINCLUDE@
+-INCLUDES = -I.. -I$(top_srcdir)/lib -I$(top_srcdir)/intl @LDAPINCLUDE@ @PGINCLUDE@
++INCLUDES = -I.. -I$(top_srcdir)/lib -I$(top_srcdir)/intl @LDAPINCLUDE@ @PGINCLUDE@ @RADIUSINCLUDE@
datadir = @datadir@
localedir = $(datadir)/locale
diff -urN nagios-plugins.old/files/patch-check_snmp.c nagios-plugins/files/patch-check_snmp.c
--- nagios-plugins.old/files/patch-check_snmp.c Wed Sep 7 10:46:49 2005
+++ nagios-plugins/files/patch-check_snmp.c Thu Jan 1 01:00:00 1970
@@ -1,18 +0,0 @@
---- plugins/check_snmp.c.orig Wed Sep 7 12:35:57 2005
-+++ plugins/check_snmp.c Wed Sep 7 12:43:03 2005
-@@ -141,6 +141,7 @@
- char *p2 = NULL;
- char *show = NULL;
- char type[8];
-+ char *str[MAX_INPUT_BUFFER];
-
- setlocale (LC_ALL, ""); setlocale(LC_NUMERIC, "C");
- bindtextdomain (PACKAGE, LOCALEDIR);
-@@ -338,7 +339,6 @@
-
- i++;
-
-- char *str[MAX_INPUT_BUFFER];
- asprintf(str, "=%s%s;;;; ", show, type ? type : "");
- strcat(perfstr, *str);
-
diff -urN nagios-plugins.old/files/patch-configure.in nagios-plugins/files/patch-configure.in
--- nagios-plugins.old/files/patch-configure.in Sat Sep 3 18:13:45 2005
+++ nagios-plugins/files/patch-configure.in Thu Sep 22 14:58:35 2005
@@ -1,5 +1,5 @@
---- configure.in.orig Mon Aug 1 23:24:51 2005
-+++ configure.in Mon Aug 15 21:20:53 2005
+--- configure.in.orig Mon Sep 19 15:51:19 2005
++++ configure.in Thu Sep 22 14:57:12 2005
@@ -10,7 +10,7 @@
RELEASE=1
AC_SUBST(RELEASE)
@@ -91,7 +91,7 @@
dnl Check for mysql libraries
-@@ -597,247 +609,11 @@
+@@ -597,245 +609,11 @@
AC_PATH_PROG(PATH_TO_PS,ps)
@@ -206,7 +206,6 @@
- ac_cv_ps_cols=9
- AC_MSG_RESULT([$ac_cv_ps_command])
-
--XXX
-elif ps -eo 's comm vsz rss user uid pid ppid args' 2>/dev/null | \
- egrep -i ["^S[TAUES]* +C[OMDNA]+ +[VSIZE]+ +U[SER]+ +U[ID]+ +P[PID]+ +P[PID]+ +[RGSCOMDNA]+"] >/dev/null
-then
@@ -331,7 +330,6 @@
- ac_cv_ps_format="%*s %s %d %d %d %*s %*s %*s %*s %*s %*s %*s %*s %*s %n%s"
- ac_cv_ps_cols=8
- AC_MSG_RESULT([$ac_cv_ps_command])
--XXX
-
-else
- AC_MSG_WARN([unable to find usable ps syntax - check_procs and check_nagios will not be compiled])
@@ -344,7 +342,7 @@
if test -n "$ac_cv_ps_varlist" ; then
AC_DEFINE_UNQUOTED(PS_VARLIST,$ac_cv_ps_varlist,
-@@ -1198,6 +974,8 @@
+@@ -1196,6 +974,8 @@
AC_DEFINE_UNQUOTED(WHO_COMMAND,"$ac_cv_path_to_who",
[path and arguments for invoking 'who'])
@@ -353,7 +351,7 @@
AC_PATH_PROG(PATH_TO_SNMPGET,snmpget)
if test -x "$PATH_TO_SNMPGET"
then
-@@ -1220,7 +998,10 @@
+@@ -1218,7 +998,10 @@
else
AC_MSG_WARN([Tried $PERL - install Net::SNMP perl module if you want to use the perl snmp plugins])
fi
@@ -364,7 +362,7 @@
AC_PATH_PROG(PATH_TO_QUAKESTAT,quakestat)
AC_PATH_PROG(PATH_TO_QSTAT,qstat)
-@@ -1242,7 +1023,10 @@
+@@ -1240,7 +1023,10 @@
AC_DEFINE_UNQUOTED(PATH_TO_QSTAT,"$ac_cv_path_to_qstat",
[path to qstat/quakestat])
fi
@@ -375,7 +373,7 @@
AC_PATH_PROG(PATH_TO_FPING,fping)
if test -x "$PATH_TO_FPING"
then
-@@ -1251,6 +1035,7 @@
+@@ -1249,6 +1035,7 @@
else
AC_MSG_WARN([Get fping from http://www.fping.com in order to make check_fping plugin])
fi
@@ -383,7 +381,7 @@
AC_PATH_PROG(PATH_TO_SSH,ssh)
-@@ -1313,32 +1098,12 @@
+@@ -1311,32 +1098,12 @@
dnl end if for PATH_TO_SWAP
fi
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list