Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 May 2012 12:07:31 +0200 (CEST)
From:      Rodrigo OSORIO <rodrigo@bebik.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/167868: net-mgmt/smokeping fix and request maintenership
Message-ID:  <20120514100731.32F7E33DFF@oldfaithful.bebik.local>
Resent-Message-ID: <201205141000.q4EA0Et0086462@freefall.freebsd.org>

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

>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@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@FreeBSD.org
+MAINTAINER=	rodrigo@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:



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