Skip site navigation (1)Skip section navigation (2)
Date:      30 Apr 2002 22:07:36 -0000
From:      "Øyvind" Kolbu <oyvind@kebab.gaffel.nu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/37613: Smokeping port need more run dependencies.
Message-ID:  <20020430220736.19530.qmail@kebab.gaffel.nu>

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

>Number:         37613
>Category:       ports
>Synopsis:       Smokeping port need more run dependencies.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 30 15:10:03 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Øyvind Kolbu
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
>Environment:
System: FreeBSD kebab.gaffel.nu 4.5-STABLE FreeBSD 4.5-STABLE #6: Fri Feb 22 21:32:47 CET 2002 oyvind@kebab.gaffel.nu:/usr/obj/usr/src/sys/kebab i386


	smokeping 1.8 from ports
>Description:
	When trying to run smokeping it fails due to mrtg and p5-Digest-MD5 not being installed. 
	It lacks ${SITE_PERL}Pod/Usage.pm and ${SITE_PERL}Digest/MD5.pm.
>How-To-Repeat:
	Install smokeping. Run it.
>Fix:

--- Makefile.orig       Sun Apr 28 18:26:21 2002
+++ Makefile    Wed May  1 00:04:54 2002
@@ -7,6 +7,7 @@
 
 PORTNAME=      smokeping
 PORTVERSION=   1.8
+PORTREVISION=  1
 CATEGORIES=    net www
 MASTER_SITES=  http://people.ee.ethz.ch/~oetiker/webtools/smokeping/pub/
 
@@ -16,6 +17,9 @@
                ${SITE_PERL}/CGI/SpeedyCGI.pm:${PORTSDIR}/www/p5-CGI-SpeedyCGI \
                ${SITE_PERL}/BER.pm:${PORTSDIR}/net/p5-SNMP_Session \
                ${LOCALBASE}/sbin/fping:${PORTSDIR}/net/fping
+
+RUN_DEPENDS=   mrtg:${PORTSDIR}/net/mrtg \
+               ${SITE_PERL}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
 
 USE_PERL5=     yes
	

>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?20020430220736.19530.qmail>