Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jan 2005 16:16:46 +0900 (JST)
From:      KIMURA Yasuhiro <yasu@utahime.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/76594: net/lam7: make fails unless Perl 5.8 is installed
Message-ID:  <20050123071646.1B0EC54D8@eastasia.home.utahime.org>
Resent-Message-ID: <200501230720.j0N7KS7n083777@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



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