Skip site navigation (1)Skip section navigation (2)
Date:      Thu,  4 Jul 2002 07:52:39 +0200 (CEST)
From:      Lars Thegler <lars@thegler.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Scott Lipcon <slipcon@mercea.net>
Subject:   ports/40170: [MAINTAINER UPDATE] net/smokeping dependency fix
Message-ID:  <20020704055239.B2B547C86@marvin.thegler.dk>

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

>Number:         40170
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] net/smokeping dependency fix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 03 23:00:06 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Lars Thegler
>Release:        FreeBSD 4.6-RC i386
>Organization:
>Environment:
System: FreeBSD marvin.thegler.dk 4.6-RC FreeBSD 4.6-RC #4: Sun Jun 2 21:37:38 CEST 2002 root@marvin.thegler.dk:/usr/obj/usr/src/sys/GENERIC i386

>Description:
The net/smokeping port needs RUN_DEPENDS instead of BUILD_DEPENDS,
as reported by Scott Lipcon <slipcon@mercea.net>. Solves PR 40113.

>How-To-Repeat:
>Fix:
Apply this diff:

--cut--
--- /usr/ports/net/smokeping/Makefile   Wed Jul  3 21:11:07 2002
+++ smokeping/Makefile  Thu Jul  4 07:40:02 2002
@@ -7,12 +7,13 @@
 
 PORTNAME=      smokeping
 PORTVERSION=   1.12
+PORTREVISION=  1
 CATEGORIES=    net www
 MASTER_SITES=  http://people.ee.ethz.ch/~oetiker/webtools/smokeping/pub/
 
 MAINTAINER=    lars@thegler.dk
 
-BUILD_DEPENDS= rrdtool:${PORTSDIR}/net/rrdtool \
+RUN_DEPENDS=   rrdtool:${PORTSDIR}/net/rrdtool \
                ${SITE_PERL}/CGI/SpeedyCGI.pm:${PORTSDIR}/www/p5-CGI-SpeedyCGI \
                ${SITE_PERL}/BER.pm:${PORTSDIR}/net/p5-SNMP_Session \
                ${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \
--cut--

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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