Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Aug 2010 13:06:29 +0200
From:      Bartosz Stec <admin@kkip.pl>
Cc:        Anonymous <swell.k@gmail.com>, freebsd-current@freebsd.org, Gabor Kovesdan <gabor@FreeBSD.org>
Subject:   Re: [bsdgrep] -w option matches part of words (Was: Apache 2.2 port and	missing modules on current.)
Message-ID:  <4C725635.8080604@kkip.pl>
In-Reply-To: <4C61C70E.2060207@kkip.pl>
References:  <4C613C56.109@kkip.pl> <86r5i61hwd.fsf@gmail.com>	<4C61C0B4.5030009@FreeBSD.org> <4C61C70E.2060207@kkip.pl>

next in thread | previous in thread | raw e-mail | index | archive | help
  On 2010-08-10 23:39, Bartosz Stec wrote:
>  On 2010-08-10 23:12, Gabor Kovesdan wrote:
>> 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
>
> Thanks for your help with investigating this. I guess that in that 
> case submitting PR is unnecesary.
> regards!
>
Here's quick confirmation that with sources builded yesterday, apache22 
port compilation was succesful and all modules were populated as 
expected. Thanks Gabor! :)

--
Bartosz Stec




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4C725635.8080604>