From owner-freebsd-current@FreeBSD.ORG Tue Aug 10 21:12:25 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 69EF41065678 for ; Tue, 10 Aug 2010 21:12:25 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.mypc.hu (server.mypc.hu [87.229.73.95]) by mx1.freebsd.org (Postfix) with ESMTP id 2441C8FC1E for ; Tue, 10 Aug 2010 21:12:24 +0000 (UTC) Received: from server.mypc.hu (localhost [127.0.0.1]) by server.mypc.hu (Postfix) with ESMTP id D075014DC5A4; Tue, 10 Aug 2010 23:12:23 +0200 (CEST) X-Virus-Scanned: amavisd-new at server.mypc.hu Received: from server.mypc.hu ([127.0.0.1]) by server.mypc.hu (server.mypc.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 9oL95DLoijpI; Tue, 10 Aug 2010 23:12:21 +0200 (CEST) Received: from [192.168.1.105] (catv-80-99-92-167.catv.broadband.hu [80.99.92.167]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by server.mypc.hu (Postfix) with ESMTPSA id A1AB014DC4CD; Tue, 10 Aug 2010 23:12:21 +0200 (CEST) Message-ID: <4C61C0B4.5030009@FreeBSD.org> Date: Tue, 10 Aug 2010 23:12:20 +0200 From: Gabor Kovesdan User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-PT; rv:1.9.1.10) Gecko/20100512 Thunderbird/3.0.5 MIME-Version: 1.0 To: Anonymous References: <4C613C56.109@kkip.pl> <86r5i61hwd.fsf@gmail.com> In-Reply-To: <86r5i61hwd.fsf@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org, Bartosz Stec 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 21:12:25 -0000 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