ports/76594: net/lam7: make fails unless Perl 5.8 is installed
KIMURA Yasuhiro
yasu at utahime.org
Sun Jan 23 07:20:28 UTC 2005
>Number: 76594
>Category: ports
>Synopsis: net/lam7: make fails unless Perl 5.8 is installed
>Confidential: no
>Severity: critical
>Priority: high
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Sun Jan 23 07:20:27 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: KIMURA Yasuhiro
>Release: FreeBSD 4.10-RELEASE-p5 i386
>Organization:
>Environment:
System: FreeBSD xxxxxxxx 4.10-RELEASE-p5 FreeBSD 4.10-RELEASE-p5 #0: Thu Dec 2 10:37:24 JST 2004 xxxxxxxx i386
>Description:
If lang/perl5.8 is not installed, make fails as following:
eastasia# make
"Makefile", line 28: Unassociated shell command "BUILD_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp"
"Makefile", line 29: Unassociated shell command "RUN_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp"
make: fatal errors encountered -- cannot continue
eastasia#
>How-To-Repeat:
cd to /usr/ports/net/lam7 and type 'make'
>Fix:
--- patch-lam7 begins here ---
Index: net/lam7/Makefile
===================================================================
RCS file: /net/cvsup/cvsroot/ports/net/lam7/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- net/lam7/Makefile 22 Jan 2005 12:07:01 -0000 1.9
+++ net/lam7/Makefile 23 Jan 2005 01:38:59 -0000
@@ -25,8 +25,8 @@
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
- BUILD_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
- RUN_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
+BUILD_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
+RUN_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
.endif
.if ${ARCH} == "i386"
--- patch-lam7 ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list