Re: issues with bsdgrep and lang/go

2011-08-11 Thread Gabor Kovesdan
Em 2011.08.09. 13:27, Test Rat escreveu: Try below workaround. It also makes empty GREP_COLOR behave like gnugrep(1). Thanks a lot, you were so quick that I haven't had a chance to look at it yet. I'll commit the patch soon. Also, thanks to Alexander for using BSD grep and reporting bugs. Gab

Re: issues with bsdgrep and lang/go

2011-08-11 Thread Gabor Kovesdan
Em 2011.08.10. 22:09, Alexander Best escreveu: well i'd like to help the author of bsdgrep to improve it. testing it and then going back to gnu grep, because bsdgrep still has bugs isn't going to help much. by using it i'd like to trip over these kind of bugs and report them. but you're right...

Re: issues with bsdgrep and lang/go

2011-08-11 Thread Gabor Kovesdan
Em 2011.08.10. 5:02, Jason Hellenthal escreveu: So has the maintainer of bsdgrep updated it yet so these things do not happen ?, if not (and apparently not) I don't understand why you are explicitly defaulting your gnugrep to a broken bsdgrep. This was a known problem a few months back and I for

Re: issues with bsdgrep and lang/go

2011-08-10 Thread Alexander Best
On Tue Aug 9 11, Jason Hellenthal wrote: > > So has the maintainer of bsdgrep updated it yet so these things do not > happen ?, if not (and apparently not) I don't understand why you are > explicitly defaulting your gnugrep to a broken bsdgrep. This was a known > problem a few months back and I f

Re: issues with bsdgrep and lang/go

2011-08-09 Thread Alexander Best
On Tue Aug 9 11, Test Rat wrote: > Alexander Best writes: > > > On Tue Aug 9 11, Test Rat wrote: > >> Alexander Best writes: > >> > >> [...] > >> > gmake -C 6g install > >> > gmake[1]: Entering directory > >> > `/usr/ports/lang/go/work/go-20110515/src/cmd/6g' > >> > quietgcc -I"/usr/ports/la

Re: issues with bsdgrep and lang/go

2011-08-09 Thread Test Rat
Alexander Best writes: > On Tue Aug 9 11, Test Rat wrote: >> Alexander Best writes: >> >> [...] >> > gmake -C 6g install >> > gmake[1]: Entering directory >> > `/usr/ports/lang/go/work/go-20110515/src/cmd/6g' >> > quietgcc -I"/usr/ports/lang/go/work/go-20110515/include" -ggdb -O2 -c >> > "/u

Re: issues with bsdgrep and lang/go

2011-08-09 Thread Alexander Best
On Tue Aug 9 11, Test Rat wrote: > Alexander Best writes: > > [...] > > gmake -C 6g install > > gmake[1]: Entering directory > > `/usr/ports/lang/go/work/go-20110515/src/cmd/6g' > > quietgcc -I"/usr/ports/lang/go/work/go-20110515/include" -ggdb -O2 -c > > "/usr/ports/lang/go/work/go-20110515/s

Re: issues with bsdgrep and lang/go

2011-08-09 Thread Test Rat
Alexander Best writes: [...] > gmake -C 6g install > gmake[1]: Entering directory `/usr/ports/lang/go/work/go-20110515/src/cmd/6g' > quietgcc -I"/usr/ports/lang/go/work/go-20110515/include" -ggdb -O2 -c > "/usr/ports/lang/go/work/go-20110515/src/cmd/6g/list.c" > egrep: : error: .Each undeclared

issues with bsdgrep and lang/go

2011-08-09 Thread Alexander Best
hi there, i'm running HEAD on amd64 with bsdgrep (WITH_BSD_GREP=true). i noticed the lang/go port won't build due to errors caused by egrep. this might be a ports issue, but to me it rather looks like bsdgrep is not behaving exactly the same, as gnu grep. however i haven't tried building the port