security/swatch

MIHIRA Sanpei Yoshiro sanpei at FreeBSD.org
Mon Nov 10 05:05:33 PST 2003


Hi.
FreeBSD ports security/swatch maintainer
Joseph Scott 

  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}
 

---
MIHIRA, Sanpei Yoshiro
Tokyo, Japan.


More information about the freebsd-ports mailing list