From owner-svn-ports-all@freebsd.org Sat Oct 10 07:35:23 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 407D2A0DBA3; Sat, 10 Oct 2015 07:35:23 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 196551DA1; Sat, 10 Oct 2015 07:35:22 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from [192.168.1.23] (209.Red-83-39-202.dynamicIP.rima-tde.net [83.39.202.209]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id AF34843BAA; Sat, 10 Oct 2015 02:35:18 -0500 (CDT) Subject: Re: svn commit: r398971 - in head/audio/musescore: . files To: Alexey Dokuchaev , John Marino References: <201510100544.t9A5iZA2064835@repo.freebsd.org> <20151010070827.GA93698@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Reply-To: marino@freebsd.org From: John Marino Message-ID: <5618BFB3.2020905@marino.st> Date: Sat, 10 Oct 2015 09:35:15 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 In-Reply-To: <20151010070827.GA93698@FreeBSD.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Oct 2015 07:35:23 -0000 On 10/10/2015 9:08 AM, Alexey Dokuchaev wrote: > On Sat, Oct 10, 2015 at 05:44:35AM +0000, John Marino wrote: >> New Revision: 398971 >> URL: https://svnweb.freebsd.org/changeset/ports/398971 >> >> [...] >> + @${REINPLACE_CMD} -e \ >> + 's||| ; \ >> + s||| ; \ >> + s||| ; \ >> + s|||' ${WRKSRC}/all.h > > I think these foo.h are missing escaping of the dot (should be foo\.h), no? Yes, but adding a slash doesn't change the result. It's a more correct matching, but the current version is good enough (e.g. doesn't match more than ) . In any case, it passed a build test. John