Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Mar 2004 09:21:59 +0100 (CET)
From:      Blaz Zupan <blaz@si.FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/64147: MAINTAINER UPDATE: fix net-snmp dependency for nagios-plugins 
Message-ID:  <20040312082159.A9EF255472@titanic.medinet.si>
Resent-Message-ID: <200403120830.i2C8UKTl022087@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         64147
>Category:       ports
>Synopsis:       MAINTAINER UPDATE: fix net-snmp dependency for nagios-plugins
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 12 00:30:20 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Blaz Zupan
>Release:        FreeBSD 4.9-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD titanic.medinet.si 4.9-RELEASE-p1 FreeBSD 4.9-RELEASE-p1 #3: Sat Dec 20 15:57:16 CET 2003 root@bigbrother.amis.net:/db/obj/usr/src/sys/TITANIC i386


	
>Description:

With the recent creation of the net-mgmt port category, we need to fix the
dependency to net-snmp for nagios-plugins.

>How-To-Repeat:
	
>Fix:

diff -urN nagios-plugins.orig/Makefile nagios-plugins/Makefile
--- nagios-plugins.orig/Makefile	Mon Feb 23 05:42:03 2004
+++ nagios-plugins/Makefile	Fri Mar 12 09:19:50 2004
@@ -7,7 +7,7 @@
 
 PORTNAME=	nagios-plugins
 PORTVERSION=	1.3.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-mgmt
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	nagiosplug
diff -urN nagios-plugins.orig/scripts/configure nagios-plugins/scripts/configure
--- nagios-plugins.orig/scripts/configure	Fri Aug 15 02:49:29 2003
+++ nagios-plugins/scripts/configure	Fri Mar 12 09:19:43 2004
@@ -65,10 +65,10 @@
 			SUB_FPING=""
 			;;
 		\"NetSNMP\")
-			echo "BUILD_DEPENDS+=	snmpcheck:\${PORTSDIR}/net/net-snmp"
-			echo "RUN_DEPENDS+=	snmpcheck:\${PORTSDIR}/net/net-snmp"
-			echo "BUILD_DEPENDS+=	\${LOCALBASE}/lib/perl5/site_perl/\${PERL_VER}/Net/SNMP.pm:\${PORTSDIR}/net/p5-Net-SNMP"
-			echo "RUN_DEPENDS+=	\${LOCALBASE}/lib/perl5/site_perl/\${PERL_VER}/Net/SNMP.pm:\${PORTSDIR}/net/p5-Net-SNMP"
+			echo "BUILD_DEPENDS+=	snmpcheck:\${PORTSDIR}/net-mgmt/net-snmp"
+			echo "RUN_DEPENDS+=	snmpcheck:\${PORTSDIR}/net-mgmt/net-snmp"
+			echo "BUILD_DEPENDS+=	\${LOCALBASE}/lib/perl5/site_perl/\${PERL_VER}/Net/SNMP.pm:\${PORTSDIR}/net-mgmt/p5-Net-SNMP"
+			echo "RUN_DEPENDS+=	\${LOCALBASE}/lib/perl5/site_perl/\${PERL_VER}/Net/SNMP.pm:\${PORTSDIR}/net-mgmt/p5-Net-SNMP"
 			echo "CONFIGURE_ARGS+=	--enable-snmp"
 			SUB_SNMP=""
 			;;

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040312082159.A9EF255472>