From owner-freebsd-current@FreeBSD.ORG Mon Aug 23 11:06:41 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B047A10656A4; Mon, 23 Aug 2010 11:06:41 +0000 (UTC) (envelope-from admin@kkip.pl) Received: from mainframe.kkip.pl (kkip.pl [87.105.164.78]) by mx1.freebsd.org (Postfix) with ESMTP id 251AB8FC1E; Mon, 23 Aug 2010 11:06:40 +0000 (UTC) Received: from static-78-8-144-74.ssp.dialog.net.pl ([78.8.144.74] helo=[192.168.0.2]) by mainframe.kkip.pl with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.72 (FreeBSD)) (envelope-from ) id 1OnUrH-0000f5-FR; Mon, 23 Aug 2010 13:06:39 +0200 Message-ID: <4C725635.8080604@kkip.pl> Date: Mon, 23 Aug 2010 13:06:29 +0200 From: Bartosz Stec User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.4) Gecko/20100702 Lanikai/3.1 MIME-Version: 1.0 References: <4C613C56.109@kkip.pl> <86r5i61hwd.fsf@gmail.com> <4C61C0B4.5030009@FreeBSD.org> <4C61C70E.2060207@kkip.pl> In-Reply-To: <4C61C70E.2060207@kkip.pl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-User: admin@kkip.pl X-Authenticator: plain X-Sender-Verify: SUCCEEDED (sender exists & accepts mail) X-Spam-Score: -8.1 X-Spam-Score-Int: -80 X-Exim-Version: 4.72 (build at 10-Jun-2010 13:05:33) X-Date: 2010-08-23 13:06:39 X-Connected-IP: 78.8.144.74:55475 X-Message-Linecount: 50 X-Body-Linecount: 36 X-Message-Size: 1855 X-Body-Size: 1161 X-Received-Count: 1 X-Recipient-Count: 3 X-Local-Recipient-Count: 3 X-Local-Recipient-Defer-Count: 0 X-Local-Recipient-Fail-Count: 0 Cc: Anonymous , freebsd-current@freebsd.org, Gabor Kovesdan Subject: Re: [bsdgrep] -w option matches part of words (Was: Apache 2.2 port and missing modules on current.) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Aug 2010 11:06:41 -0000 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