ports/167868: net-mgmt/smokeping fix and request maintenership

Rodrigo OSORIO rodrigo at bebik.net
Mon May 14 10:00:15 UTC 2012


>Number:         167868
>Category:       ports
>Synopsis:       net-mgmt/smokeping fix and request maintenership
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 14 10:00:14 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Rodrigo OSORIO
>Release:        FreeBSD  9.0-RELEASE i386
>Organization:
>Environment:
FreeBSD  9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:15:25 UTC 2012     root at obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

	
>Description:
smokeping is broken, the configure script requires run dependencies (like p5-fcgi) to be installed before
the compilation. As a fast fix I suggest to replace the  RUN_DEPENDS by BUILD_DEPEND to solve the issue.
I also request the maintenership to have more time and work in a more convenient fix. 
Bump PORTREVISION.
>How-To-Repeat:
	
>Fix:

	

--- smokeping.patch begins here ---
--- net-mgmt/smokeping/Makefile	2012-05-14 11:42:26.000000000 +0200
+++ net-mgmt/smokeping/Makefile	2012-05-14 11:43:27.000000000 +0200
@@ -7,14 +7,15 @@
 
 PORTNAME=	smokeping
 PORTVERSION=	2.6.7
+PORTREVISION=	1
 CATEGORIES=	net-mgmt www
 MASTER_SITES=	http://oss.oetiker.ch/smokeping/pub/ \
 		http://smokeping.cs.pu.edu.tw/pub/
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	rodrigo at bebik.net
 COMMENT=	Latency logging and graphing system
 
-RUN_DEPENDS=	rrdtool:${PORTSDIR}/databases/rrdtool \
+BUILD_DEPENDS=	rrdtool:${PORTSDIR}/databases/rrdtool \
 		p5-CGI-Session>0:${PORTSDIR}/www/p5-CGI-Session \
 		p5-Digest-HMAC>0:${PORTSDIR}/security/p5-Digest-HMAC \
 		p5-SNMP_Session>0:${PORTSDIR}/net-mgmt/p5-SNMP_Session \
--- smokeping.patch ends here ---


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



More information about the freebsd-ports-bugs mailing list