ports/90020: correct rrdtool dependency

Sergey Akifyev asa at agava.com
Tue Dec 6 12:40:04 UTC 2005


>Number:         90020
>Category:       ports
>Synopsis:       correct rrdtool dependency
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 06 12:40:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Sergey Akifyev
>Release:        FreeBSD 6.0-RC1 i386
>Organization:
AGAVA Software Ltd.
>Environment:

>Description:
jffnms must depend on net/rrdtool10 instead of net/rrdtool
>How-To-Repeat:
>Fix:

--- jffnms.diff begins here ---
diff -ruN jffnms.orig/Makefile jffnms/Makefile
--- jffnms.orig/Makefile	Tue Dec  6 15:11:48 2005
+++ jffnms/Makefile	Tue Dec  6 15:12:17 2005
@@ -7,6 +7,7 @@
 
 PORTNAME=	jffnms
 PORTVERSION=	0.8.2
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=${PORTNAME}
@@ -15,7 +16,7 @@
 COMMENT=	Very advanced network monitoring and control system
 
 RUN_DEPENDS=	neato:${PORTSDIR}/graphics/graphviz \
-		rrdtool:${PORTSDIR}/net/rrdtool \
+		rrdtool:${PORTSDIR}/net/rrdtool10 \
 		nmap:${PORTSDIR}/security/nmap \
 		${LOCALBASE}/sbin/tmpwatch:${PORTSDIR}/sysutils/tmpwatch
 
--- jffnms.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list