Re: [bsdgrep] -w option matches part of words (Was: Apache 2.2 port and missing modules on current.)

From: Gabor Kovesdan <gabor_at_FreeBSD.org>
Date: Tue, 10 Aug 2010 23:12:20 +0200
Em 2010.08.10. 19:45, Anonymous escreveu:
> Seems like APACHE_MODULES is incorrectly populated.
>
>    $ make -V APACHE_MODULES BATCH= GREP=${LOCALBASE-/usr/local}/bin/grep | fgrep cache
>    ...cache disk_cache file_cache...
>    $ make -V APACHE_MODULES BATCH= | fgrep cache
>    ...disk_cache file_cache...
>
> I guess the failing line is below in bsd.apache.mk
>
>    ${ECHO_CMD} ${WITHOUT_MODULES} | ${GREP} -wq $${module} 2>  /dev/null || \
>
> It can be reduced to
>
>    $ echo mem_cache | grep --color -w cache
>    
I'm sorry for this issue, it didn't come up in the exp-run because it 
didn't make the port actually fail. I have a fix in my queue, which I 
sent to my mentor and I'll commit it soon.

Gabor
Received on Tue Aug 10 2010 - 19:12:25 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:06 UTC