From yasu@home.utahime.org  Sun Jan 23 07:16:47 2005
Return-Path: <yasu@home.utahime.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D9A8516A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 23 Jan 2005 07:16:47 +0000 (GMT)
Received: from utahime.as.wakwak.ne.jp (utahime.as.wakwak.ne.jp [61.205.238.40])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 459D243D1D
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 23 Jan 2005 07:16:47 +0000 (GMT)
	(envelope-from yasu@home.utahime.org)
Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1])
	by utahime.as.wakwak.ne.jp (Postfix) with ESMTP id 6CA29B84A
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 23 Jan 2005 16:16:46 +0900 (JST)
Received: from localhost.home.utahime.org (localhost.home.utahime.org [127.0.0.1])
	by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id 3B8F254DF;
	Sun, 23 Jan 2005 16:16:46 +0900 (JST)
Received: from eastasia.home.utahime.org (localhost.home.utahime.org [127.0.0.1])
	by localhost.home.utahime.org (AvMailGate-2.0.2-5) id 84756-6E319EB1;
	Sun, 23 Jan 2005 16:16:46 +0900
Received: by eastasia.home.utahime.org (Postfix, from userid 1000)
	id 1B0EC54D8; Sun, 23 Jan 2005 16:16:46 +0900 (JST)
Message-Id: <20050123071646.1B0EC54D8@eastasia.home.utahime.org>
Date: Sun, 23 Jan 2005 16:16:46 +0900 (JST)
From: KIMURA Yasuhiro <yasu@utahime.org>
To: FreeBSD-gnats-submit@freebsd.org
Subject: net/lam7: make fails unless Perl 5.8 is installed
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 23 07:20:27 GMT 2005
>Closed-Date:    Wed Jan 26 17:22:57 GMT 2005
>Last-Modified:  Wed Jan 26 17:22:57 GMT 2005
>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:

From: Ulrich Spoerlein <q@uni.de>
To: freebsd-gnats-submit@FreeBSD.org
Cc: jan.lentfer@web.de, sem@FreeBSD.org
Subject: Re: ports/76594: net/lam7: make fails unless Perl 5.8 is installed
Date: Sun, 23 Jan 2005 11:08:09 +0100

 This also breaks INDEX builds, please commit the patch ASAP. Thanks
 
 Ulrich Spoerlein
 -- 
  PGP Key ID: F0DB9F44				Encrypted mail welcome!
 Fingerprint: F1CE D062 0CA9 ADE3 349B  2FE8 980A C6B5 F0DB 9F44
 Ok, which part of "Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn."
 didn't you understand?
State-Changed-From-To: open->closed 
State-Changed-By: sem 
State-Changed-When: Wed Jan 26 17:22:50 GMT 2005 
State-Changed-Why:  
Fixed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=76594 
>Unformatted:
