Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Nov 2003 22:05:32 +0900 (JST)
From:      MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org>
To:        joseph@randomnetworks.com
Cc:        ports@FreeBSD.org
Subject:   security/swatch 
Message-ID:  <20031110.220532.85417709.sanpei@sanpei.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031110.220532.85417709.sanpei>