From owner-cvs-all@FreeBSD.ORG Sat Jan 22 14:20:10 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A89616A4CE; Sat, 22 Jan 2005 14:20:10 +0000 (GMT) Received: from bast.unixathome.org (bast.unixathome.org [66.11.174.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1590243D39; Sat, 22 Jan 2005 14:20:10 +0000 (GMT) (envelope-from dan@langille.org) Received: from wocker (wocker.unixathome.org [192.168.0.99]) by bast.unixathome.org (Postfix) with ESMTP id 8AAA83D39; Sat, 22 Jan 2005 09:20:09 -0500 (EST) From: "Dan Langille" To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, Sergey Matveychuk Date: Sat, 22 Jan 2005 09:22:11 -0500 MIME-Version: 1.0 Message-ID: <41F21B43.7689.17830D22@localhost> Priority: normal In-reply-to: <200501221207.j0MC71Ux058091@repoman.freebsd.org> X-mailer: Pegasus Mail for Windows (4.21c) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body cc: jan.lentfer@web.de Subject: Re: cvs commit: ports/net/lam7 Makefile distinfo pkg-plist ports/net/lam7/files manpages X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Jan 2005 14:20:10 -0000 On 22 Jan 2005 at 12:07, Sergey Matveychuk wrote: > sem 2005-01-22 12:07:01 UTC > > FreeBSD ports repository > > Modified files: > net/lam7 Makefile distinfo pkg-plist > Removed files: > net/lam7/files manpages > Log: > - Update to 7.1.1 > > PR: ports/76335 > Submitted by: maintainer > > Revision Changes Path > 1.9 +356 -8 ports/net/lam7/Makefile > 1.5 +2 -2 ports/net/lam7/distinfo > 1.4 +0 -349 ports/net/lam7/files/manpages (dead) > 1.4 +9 -6 ports/net/lam7/pkg-plist On a system with perl 5.6.1, I get the following error: [dan@polo:~/ports/net/lam7] $ make -V PORTVERSION "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 [dan@polo:~/ports/net/lam7] $ I fixed it by removing the whitespace from the start of the line numbers mentioned above. A diff follows, but I suspect it will be munged by mailing: [dan@polo:~/ports/net/lam7] $ diff -ru Makefile~ Makefile --- Makefile~ Sat Jan 22 09:18:12 2005 +++ Makefile Sat Jan 22 09:19:05 2005 @@ -25,8 +25,8 @@ .include .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" [dan@polo:~/ports/net/lam7] $ -- Dan Langille : http://www.langille.org/ BSDCan - The Technical BSD Conference - http://www.bsdcan.org/