Subject: Re: pkgsrc NetBSD 2.0/i386 bulk build results 2005-04-01
To: Urban Boquist <urban@boquist.net>
From: Thomas Klausner <wiz@NetBSD.org>
List: pkgsrc-bulk
Date: 04/06/2005 08:10:11
On Tue, Apr 05, 2005 at 10:24:17PM +0200, Urban Boquist wrote:
> >>>>> Thomas Klausner writes:
> 
> Thomas> 74a75
> >> lang/erlang tech-pkg@NetBSD.org
> 
> Thomas>  Bareword found where operator expected at -e line 1, near
> Thomas>  "s/%PERL%//usr" syntax error at -e line 1, near
> Thomas>  "s/%PERL%//usr" Execution of -e aborted due to compilation
> Thomas>  errors.
> Thomas> and later lots of PLIST problems.
> 
> I'm not sure why it is needed, but the patch below fixes lang/erlang
> for me.

Probably because $(PERL) contains the complete path to the perl
binary including slashes, which are also used as the separators for
the sed expression. Thanks for the patch, I committed it.
 Thomas