From erwin@backup-mx.droso.dk  Wed Oct 23 04:47:35 2002
Return-Path: <erwin@backup-mx.droso.dk>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 14B1837B401
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 23 Oct 2002 04:47:35 -0700 (PDT)
Received: from backup-mx.droso.dk (backup-mx.droso.dk [62.79.38.251])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 88B4043E65
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 23 Oct 2002 04:47:34 -0700 (PDT)
	(envelope-from erwin@backup-mx.droso.dk)
Received: by backup-mx.droso.dk (Postfix, from userid 1000)
	id E4C34AB3B; Wed, 23 Oct 2002 13:47:30 +0200 (CEST)
Message-Id: <20021023114730.E4C34AB3B@backup-mx.droso.dk>
Date: Wed, 23 Oct 2002 13:47:30 +0200 (CEST)
From: Erwin Lansing <erwin@lansing.dk>
Reply-To: Erwin Lansing <erwin@lansing.dk>
To: FreeBSD-gnats-submit@freebsd.org
Cc: jeremy@external.org
Subject: fix RUN_DEPENDS devel/p5-File-Tail 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         44406
>Category:       ports
>Synopsis:       fix RUN_DEPENDS devel/p5-File-Tail
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 23 04:50:01 PDT 2002
>Closed-Date:    Thu Oct 24 05:02:42 PDT 2002
>Last-Modified:  Thu Oct 24 05:02:42 PDT 2002
>Originator:     Erwin Lansing
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
pil.dk 
>Environment:
System: FreeBSD panda.droso.net 4.7-STABLE FreeBSD 4.7-STABLE #11: Thu Oct 10 01:16:26 CEST 2002 root@panda.droso.net:/usr/obj/usr/src/sys/PANDA i386


	
>Description:

File::Tail also depends on Time::HiRes while running, add RUN_DEPENDS
to reflect this.

>How-To-Repeat:

'make test' in ${WRKSRC} without p5-Time-HiRes

>Fix:

	

--- p5-File-Tail.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-File-Tail/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	10 May 2001 15:34:53 -0000	1.3
+++ Makefile	23 Oct 2002 11:42:30 -0000
@@ -14,6 +14,7 @@
 MAINTAINER=	jeremy@external.org
 
 BUILD_DEPENDS=	${site_perl}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
+RUN_DEPENDS=	${BUILD_DEPENDS}
 
 site_perl=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}
 
--- p5-File-Tail.diff ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: ijliao 
State-Changed-When: Thu Oct 24 05:02:33 PDT 2002 
State-Changed-Why:  
committed, thanks 

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