Date: Mon, 10 Nov 2003 07:33:34 -0800 (PST) From: Joseph Scott <joseph@randomnetworks.com> To: MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> Cc: ports@FreeBSD.org Subject: Re: security/swatch Message-ID: <20031110073248.T51928@randomservers> In-Reply-To: <20031110.220532.85417709.sanpei@sanpei.org> References: <20031110.220532.85417709.sanpei@sanpei.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 10 Nov 2003, MIHIRA Sanpei Yoshiro wrote: -> I installed security/swatch with packages on 5.1-RELEASE. -> But some errors was outputed. -> -> # swatch -> Can't locate Date/Parse.pm in @INC (@INC contains: /usr/local/lib/perl5/site_perl/5.6.1/mach /usr/local/lib/perl5/site_perl/5.6.1 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.6.1/BSDPAN /usr/local/lib/perl5/5.6.1/mach /usr/local/lib/perl5/5.6.1 .) at /usr/local/bin/swatch line 285. -> BEGIN failed--compilation aborted at /usr/local/bin/swatch line 285. -> -> I think RUN_DEPENDS was needed in this ports like this. May I -> commit this? -> -> Index: security/swatch/Makefile -> =================================================================== -> RCS file: /home/pcvs/ports/security/swatch/Makefile,v -> retrieving revision 1.17 -> diff -u -r1.17 Makefile -> --- security/swatch/Makefile 24 Oct 2003 12:03:43 -0000 1.17 -> +++ security/swatch/Makefile 10 Nov 2003 13:01:02 -0000 -> @@ -18,6 +18,7 @@ -> ${site_perl}/File/Tail.pm:${PORTSDIR}/devel/p5-File-Tail \ -> ${site_perl}/${PERL_ARCH}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \ -> ${site_perl}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes -> +RUN_DEPENDS= ${BUILD_DEPENDS} -> -> site_perl= ${SITE_PERL} I don't have a 5.x FreeBSD system around to test this on, so if this appears to fix the problem then I say go ahead and commit it. -- Joseph Scott | ICQ: 41906697 joseph@randomnetworks.com | Yahoo Msger: somestrangeid http://www.randomnetworks.com/joseph/ | MSN Msger: joseph@randomnetworks.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031110073248.T51928>