[csw-devel] SF.net SVN: gar:[6866] csw/mgar/pkg/nagios_plugins/trunk

j_arndt at users.sourceforge.net j_arndt at users.sourceforge.net
Wed Oct 14 20:43:50 CEST 2009


Revision: 6866
          http://gar.svn.sourceforge.net/gar/?rev=6866&view=rev
Author:   j_arndt
Date:     2009-10-14 18:43:50 +0000 (Wed, 14 Oct 2009)

Log Message:
-----------
nagios_plugins: update to 1.4.14, switched to dynamic gspec

Modified Paths:
--------------
    csw/mgar/pkg/nagios_plugins/trunk/Makefile
    csw/mgar/pkg/nagios_plugins/trunk/checksums

Added Paths:
-----------
    csw/mgar/pkg/nagios_plugins/trunk/files/pst3.c.diff

Removed Paths:
-------------
    csw/mgar/pkg/nagios_plugins/trunk/files/CSWnagiosp.gspec
    csw/mgar/pkg/nagios_plugins/trunk/files/makefile.diff

Modified: csw/mgar/pkg/nagios_plugins/trunk/Makefile
===================================================================
--- csw/mgar/pkg/nagios_plugins/trunk/Makefile	2009-10-14 18:11:34 UTC (rev 6865)
+++ csw/mgar/pkg/nagios_plugins/trunk/Makefile	2009-10-14 18:43:50 UTC (rev 6866)
@@ -1,5 +1,5 @@
 GARNAME = nagios-plugins
-GARVERSION = 1.4.13
+GARVERSION = 1.4.14
 CATEGORIES = apps
 
 DESCRIPTION = plugins for nagios
@@ -9,11 +9,16 @@
 
 MASTER_SITES = http://surfnet.dl.sourceforge.net/sourceforge/nagiosplug/
 DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
-DISTFILES += $(call admfiles,CSWnagiosp,prototype )
 
+DISTFILES += CSWnagiosp.prototype
+
 PATCHFILES += check_procs.c.diff
 PATCHFILES += subst.in.diff
+PATCHFILES += pst3.c.diff
 
+PACKAGES = CSWnagiosp
+CATALOGNAME_CSWnagiosp = nagios_plugins
+
 REQUIRED_PKGS_CSWnagiosp  = CSWggettextrt CSWiconv CSWlibnet CSWlibpq 
 REQUIRED_PKGS_CSWnagiosp += CSWmysql5rt CSWoldaprt CSWosslrt CSWsasl
 REQUIRED_PKGS_CSWnagiosp += CSWzlib CSWperl

Modified: csw/mgar/pkg/nagios_plugins/trunk/checksums
===================================================================
--- csw/mgar/pkg/nagios_plugins/trunk/checksums	2009-10-14 18:11:34 UTC (rev 6865)
+++ csw/mgar/pkg/nagios_plugins/trunk/checksums	2009-10-14 18:43:50 UTC (rev 6866)
@@ -1,5 +1,5 @@
-61f490e92b603ac8628fb0c6cebb39ce  download/CSWnagiosp.gspec
 65bdf1c84228ccd98397837636004761  download/CSWnagiosp.prototype
 4e1d82a9b3b21ade03ad39652352857e  download/check_procs.c.diff
-be6cc7699fff3ee29d1fd4d562377386  download/nagios-plugins-1.4.13.tar.gz
+a1835a48a777863ed2583de3c82446a9  download/nagios-plugins-1.4.14.tar.gz
+03263abe39cb30741932b878323127e1  download/pst3.c.diff
 54ff8a8e4484fd06f1edf9df4adefabf  download/subst.in.diff

Deleted: csw/mgar/pkg/nagios_plugins/trunk/files/CSWnagiosp.gspec
===================================================================
--- csw/mgar/pkg/nagios_plugins/trunk/files/CSWnagiosp.gspec	2009-10-14 18:11:34 UTC (rev 6865)
+++ csw/mgar/pkg/nagios_plugins/trunk/files/CSWnagiosp.gspec	2009-10-14 18:43:50 UTC (rev 6866)
@@ -1,3 +0,0 @@
-%var            bitname nagios_plugins
-%var            pkgname CSWnagiosp
-%include        url file://%{PKGLIB}/csw_dyndepend.gspec

Deleted: csw/mgar/pkg/nagios_plugins/trunk/files/makefile.diff
===================================================================
--- csw/mgar/pkg/nagios_plugins/trunk/files/makefile.diff	2009-10-14 18:11:34 UTC (rev 6865)
+++ csw/mgar/pkg/nagios_plugins/trunk/files/makefile.diff	2009-10-14 18:43:50 UTC (rev 6866)
@@ -1,22 +0,0 @@
-diff --speed-large-files --minimal -Nru nagios-plugins-1.4.13.orig/Makefile.in nagios-plugins-1.4.13/Makefile.in
---- nagios-plugins-1.4.13.orig/Makefile.in	2008-09-25 10:33:22.000000000 +0200
-+++ nagios-plugins-1.4.13/Makefile.in	2009-02-03 21:53:58.207039758 +0100
-@@ -1037,6 +1037,12 @@
- install-root:
- 	cd plugins-root && $(MAKE) $@
- 
-+install-contrib:
-+	tar cf contrib.tar contrib/
-+	$(INSTALL) -d $(DESTDIR)$(docdir)
-+	$(INSTALL) -m 644 contrib.tar $(DESTDIR)$(docdir)
-+
-+
- tap:
- 	cd @TAP_DIR@ && $(MAKE)
- 
-@@ -1073,3 +1079,5 @@
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
- .NOEXPORT:
-+
-+none:

Added: csw/mgar/pkg/nagios_plugins/trunk/files/pst3.c.diff
===================================================================
--- csw/mgar/pkg/nagios_plugins/trunk/files/pst3.c.diff	                        (rev 0)
+++ csw/mgar/pkg/nagios_plugins/trunk/files/pst3.c.diff	2009-10-14 18:43:50 UTC (rev 6866)
@@ -0,0 +1,12 @@
+diff --speed-large-files --minimal -Nru nagios-plugins-1.4.14.orig/plugins-root/pst3.c nagios-plugins-1.4.14/plugins-root/pst3.c
+--- nagios-plugins-1.4.14.orig/plugins-root/pst3.c	2009-09-14 12:21:24.000000000 +0200
++++ nagios-plugins-1.4.14/plugins-root/pst3.c	2009-10-14 19:50:47.193501484 +0200
+@@ -43,8 +43,6 @@
+ 
+ #include <stdio.h>
+ #include <stdlib.h>
+-#include <string.h>
+-#include <unistd.h>
+ #include <dirent.h>
+ #include <errno.h>
+ #include <fcntl.h>


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list