From nobody@FreeBSD.org  Tue Jul  2 06:20:52 2002
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 735D437B400
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  2 Jul 2002 06:20:52 -0700 (PDT)
Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2ABFA43E09
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  2 Jul 2002 06:20:52 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g62DKpOT069780
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 2 Jul 2002 06:20:51 -0700 (PDT)
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.4/8.12.4/Submit) id g62DKpuw069779;
	Tue, 2 Jul 2002 06:20:51 -0700 (PDT)
Message-Id: <200207021320.g62DKpuw069779@www.freebsd.org>
Date: Tue, 2 Jul 2002 06:20:51 -0700 (PDT)
From: Scott Lipcon <slipcon@mercea.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: smokeping port needs RUN_DEPENDS not BUILD_DEPENDS
X-Send-Pr-Version: www-1.0

>Number:         40113
>Category:       ports
>Synopsis:       smokeping port needs RUN_DEPENDS not BUILD_DEPENDS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 02 06:30:00 PDT 2002
>Closed-Date:    Wed Jul 03 23:39:59 PDT 2002
>Last-Modified:  Wed Jul 03 23:39:59 PDT 2002
>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:

From: Lars Thegler <lars@thegler.dk>
To: Scott Lipcon <slipcon@mercea.net>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/40113: smokeping port needs RUN_DEPENDS not BUILD_DEPENDS
Date: Wed, 03 Jul 2002 21:32:14 +0200

 Scott Lipcon wrote:
 > The net/smokeping port needs RUN_DEPENDS instead of BUILD_DEPENDS.
 
 I stand corrected.
 
 > This is a repeat of PR 37613
 
 Erm, no. ports/37613 was about a missing dependency of Pod::Usage and 
 Digest::MD5.
 
 /Lars
 
State-Changed-From-To: open->closed 
State-Changed-By: ijliao 
State-Changed-When: Wed Jul 3 23:39:44 PDT 2002 
State-Changed-Why:  
committed, thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=40113 
>Unformatted:
