Re: [PATCH] sed is broken in -CURRENT

2002-06-15 Thread Tim Robbins
On Sat, Jun 15, 2002 at 11:31:38PM -0700, Doug Barton wrote: > Joe Marcus Clarke wrote: > > > > After the recent round of -i fixes to sed, certain ports will no longer > > make configure (gaim being a prime example). The problem is that > > mf_fgets() is unnecessarily overwriting sp->len. The

Re: [PATCH] sed is broken in -CURRENT

2002-06-15 Thread Doug Barton
Joe Marcus Clarke wrote: > > After the recent round of -i fixes to sed, certain ports will no longer > make configure (gaim being a prime example). The problem is that > mf_fgets() is unnecessarily overwriting sp->len. The attached patch > corrects the problem while still allowing -i to work on

[PATCH] sed is broken in -CURRENT

2002-06-15 Thread Joe Marcus Clarke
After the recent round of -i fixes to sed, certain ports will no longer make configure (gaim being a prime example). The problem is that mf_fgets() is unnecessarily overwriting sp->len. The attached patch corrects the problem while still allowing -i to work on multiple files. As a ports committ