From owner-freebsd-current@FreeBSD.ORG Tue Aug 10 22:06:43 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 A10151065676; Tue, 10 Aug 2010 22:06:43 +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 1302E8FC23; Tue, 10 Aug 2010 22:06:42 +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 1OiwXf-0005vt-49; Tue, 10 Aug 2010 23:39:34 +0200 Message-ID: <4C61C70E.2060207@kkip.pl> Date: Tue, 10 Aug 2010 23:39:26 +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 To: Gabor Kovesdan References: <4C613C56.109@kkip.pl> <86r5i61hwd.fsf@gmail.com> <4C61C0B4.5030009@FreeBSD.org> In-Reply-To: <4C61C0B4.5030009@FreeBSD.org> 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.5 X-Spam-Score-Int: -84 X-Exim-Version: 4.72 (build at 10-Jun-2010 13:05:33) X-Date: 2010-08-10 23:39:34 X-Connected-IP: 78.8.144.74:53448 X-Message-Linecount: 46 X-Body-Linecount: 32 X-Message-Size: 1594 X-Body-Size: 922 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 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: Tue, 10 Aug 2010 22:06:43 -0000 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! -- Bartosz Stec