Subject: Re: Solaris /usr/xpg/bin/sed takes only 100 expressions
To: None <tech-pkg@netbsd.org>
From: Stoned Elipot <seb@starfleet.univ-paris7.fr>
List: tech-pkg
Date: 01/23/2003 16:04:04
On Thu, Jan 23, 2003 at 06:10:04AM -0800, Klaus Heinz wrote:
> Solaris' /usr/xpg/bin/sed seems to take at most 100 expressions with
> option '-e':
> 
>   sed: Too many commands, last: /^lib\/locale\/no@nynorsk\/LC_MESSAGES$/d
> 
> The above line appears with package mail/tnef (version 1.1.2 doesn't
> compile cleanly while 1.1.4 does) when I try
> 
>   $ bmake print-PLIST
> 
> 
> and the 'nynorsk' expression is the hundredth (of about 250).
> 
> Any ideas how to work around this?

Install textproc/gsed and do bmake SED=/usr/pkg/bin/gsed ...