From owner-svn-ports-head@FreeBSD.ORG Sat Jul 27 16:25:05 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 0536924C; Sat, 27 Jul 2013 16:25:05 +0000 (UTC) Date: Sat, 27 Jul 2013 16:25:05 +0000 From: Alexey Dokuchaev To: Andrej Zverev Subject: Re: svn commit: r323795 - in head: audio/mp32ogg audio/p5-Shout databases/p5-DBD-InterBase databases/p5-DBIx-Class-TimeStamp databases/p5-DBIx-MySQLSequence devel/cvslines devel/cvsplot devel/cvsstat d... Message-ID: <20130727162504.GA78281@FreeBSD.org> References: <201307271606.r6RG6PoL038173@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201307271606.r6RG6PoL038173@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Jul 2013 16:25:05 -0000 On Sat, Jul 27, 2013 at 04:06:25PM +0000, Andrej Zverev wrote: > New Revision: 323795 > URL: http://svnweb.freebsd.org/changeset/ports/323795 > > @@ -32,7 +29,7 @@ NO_BUILD= yes > PLIST_FILES= bin/mp32ogg > > post-patch: > - @${PERL} -pi -e "s,%%LOCALBASE%%,${LOCALBASE},g" ${WRKSRC}/mp32ogg > + @${REINPLACE_CMD} -i '' -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/mp32ogg Andrej, can you clarify why explicit -i '' is needed here and quite a few other ports in the commit? Is it because of otherwise .bak files will be installed? Just looks weird to see these args all over the place... ./danfe