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

wilbury at users.sourceforge.net wilbury at users.sourceforge.net
Wed Jul 4 00:18:22 CEST 2012


Revision: 18628
          http://gar.svn.sourceforge.net/gar/?rev=18628&view=rev
Author:   wilbury
Date:     2012-07-03 22:18:22 +0000 (Tue, 03 Jul 2012)
Log Message:
-----------
nagios_plugins/trunk: Fix dependencies and overrides.

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

Modified: csw/mgar/pkg/nagios_plugins/trunk/Makefile
===================================================================
--- csw/mgar/pkg/nagios_plugins/trunk/Makefile	2012-07-03 21:03:40 UTC (rev 18627)
+++ csw/mgar/pkg/nagios_plugins/trunk/Makefile	2012-07-03 22:18:22 UTC (rev 18628)
@@ -35,7 +35,7 @@
 CONFIGURE_ARGS += --with-mysql-dir=/opt/csw
 CONFIGURE_ARGS += --with-pg-dir=/opt/csw/postgresql/include/
 CONFIGURE_ARGS += --disable-largefile
-CONFIGURE_ARGS  += --libexecdir=$(prefix)/libexec/nagios-plugins
+CONFIGURE_ARGS += --libexecdir=$(prefix)/libexec/nagios-plugins
 CONFIGURE_ARGS += --with-perl=/opt/csw/bin/perl
 CONFIGURE_ARGS += --with-openssl=/opt/csw
 # http://184.82.236.176/?p=4
@@ -46,6 +46,8 @@
 #
 CONFIGURE_ARGS += --with-trusted-path=/usr/bin:/usr/sbin:/opt/csw/bin:/opt/csw/sbin:$(prefix)/libexec/nagios-plugins
 CONFIGURE_ARGS += --with-ping6-command="/usr/sbin/ping -A inet6 -s %s 56 %d"
+CONFIGURE_ARGS += --with-snmpget-command=/opt/csw/bin/snmpget
+CONFIGURE_ARGS += --with-snmpgetnext-command=/opt/csw/bin/snmpgetnext
 
 libexecdir 	?= $(prefix)/libexec/nagios-plugins
 
@@ -60,6 +62,9 @@
 RUNTIME_DEP_PKGS_CSWnagios-plugins += CSWlibz1 CSWperl CSWliblber2-4-2 CSWlibldap2-4-2
 RUNTIME_DEP_PKGS_CSWnagios-plugins += CSWnetsnmp
 
+# Add this override for now
+CHECKPKG_OVERRIDES_CSWnagios-plugins += surplus-dependency|CSWnetsnmp
+
 BUILD_DEP_PKGS_CSWnagios-plugins += CSWmysql-dev
 BUILD_DEP_PKGS_CSWnagios-plugins += CSWpostgresql-dev
 BUILD_DEP_PKGS_CSWnagios-plugins += CSWlibz-dev

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