cvs commit: ports/net/lam7 Makefile distinfo pkg-plist ports/net/lam7/files manpages

Dan Langille dan at langille.org
Sat Jan 22 06:20:10 PST 2005


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 at 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 at 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 at 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 <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"
[dan at polo:~/ports/net/lam7] $
-- 
Dan Langille : http://www.langille.org/
BSDCan - The Technical BSD Conference - http://www.bsdcan.org/



More information about the cvs-all mailing list