Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Mar 2004 00:17:43 +0100 (CET)
From:      Thomas Vogt <thomas@bsdunix.ch>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/63722: [patch] port/net/zebra: fix wrong net-snmp4 directory
Message-ID:  <200403032317.i23NHhUD071917@conversation.bsdunix.ch>
Resent-Message-ID: <200403032320.i23NK11Z098015@freefall.freebsd.org>

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

>Number:         63722
>Category:       ports
>Synopsis:       [patch] port/net/zebra: fix wrong net-snmp4 directory
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 03 15:20:00 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Thomas Vogt
>Release:        FreeBSD 4.9-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD conversation.bsdunix.ch 4.9-RELEASE-p2 FreeBSD 4.9-RELEASE-p2 #0: Thu Feb 5 23:50:46 CET 2004 root@conversation.bsdunix.ch:/usr/obj/usr/src/sys/CONVERSATION i386


>Description:
Zebra doesn't find the net-snmp4 port. net-snmp4 port has moved to /net-mgmt
>How-To-Repeat:
>Fix:

--- configure.bak	Thu Mar  4 00:09:56 2004
+++ configure	Thu Mar  4 00:10:01 2004
@@ -50,7 +50,7 @@
 		;;
 	\"SNMP\")
 		echo CONFIGURE_ARGS+=--enable-snmp
-		echo 'LIB_DEPENDS+=snmp.4:${PORTSDIR}/net/net-snmp4:install'
+		echo 'LIB_DEPENDS+=snmp.4:${PORTSDIR}/net-mgmt/net-snmp4:install'
 		;;
 	\"TCP-ZEBRA\")
 		echo CONFIGURE_ARGS+=--enable-tcp-zebra


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



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