Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jul 2002 06:20:51 -0700 (PDT)
From:      Scott Lipcon <slipcon@mercea.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/40113: smokeping port needs RUN_DEPENDS not BUILD_DEPENDS
Message-ID:  <200207021320.g62DKpuw069779@www.freebsd.org>

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

>Number:         40113
>Category:       ports
>Synopsis:       smokeping port needs RUN_DEPENDS not BUILD_DEPENDS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 02 06:30:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Scott Lipcon
>Release:        4.6
>Organization:
>Environment:
FreeBSD mercea.mercea.net 4.6-STABLE FreeBSD 4.6-STABLE #0: Sat Jun 29 13:11:06 EDT 2002     root@mercea.mercea.net:/usr/obj/usr/src/sys/MERCEA  i386
>Description:
The net/smokeping port needs RUN_DEPENDS instead of BUILD_DEPENDS.
This is a repeat of PR 37613
>How-To-Repeat:

>Fix:
--- Makefile.orig       Tue Jul  2 09:13:48 2002
+++ Makefile    Tue Jul  2 09:20:11 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 \

>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?200207021320.g62DKpuw069779>