Date: Wed, 23 Oct 2002 13:47:30 +0200 (CEST) From: Erwin Lansing <erwin@lansing.dk> To: FreeBSD-gnats-submit@FreeBSD.org Cc: jeremy@external.org Subject: ports/44406: fix RUN_DEPENDS devel/p5-File-Tail Message-ID: <20021023114730.E4C34AB3B@backup-mx.droso.dk>
next in thread | raw e-mail | index | archive | help
>Number: 44406 >Category: ports >Synopsis: fix RUN_DEPENDS devel/p5-File-Tail >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Oct 23 04:50:01 PDT 2002 >Closed-Date: >Last-Modified: >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: >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?20021023114730.E4C34AB3B>