From owner-svn-ports-head@freebsd.org Thu Sep 3 04:30:44 2015 Return-Path: Delivered-To: svn-ports-head@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 776629C859A; Thu, 3 Sep 2015 04:30:44 +0000 (UTC) (envelope-from fullermd@over-yonder.net) Received: from mail.infocus-llc.com (mail.infocus-llc.com [199.15.120.13]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 52B6414A5; Thu, 3 Sep 2015 04:30:43 +0000 (UTC) (envelope-from fullermd@over-yonder.net) Received: from draco.over-yonder.net (c-75-65-60-66.hsd1.ms.comcast.net [75.65.60.66]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.tarragon.infocus-llc.com (Postfix) with ESMTPSA id 3n68MN74KYzTq; Wed, 2 Sep 2015 23:30:40 -0500 (CDT) Received: by draco.over-yonder.net (Postfix, from userid 100) id 3n68MN2HDpz1m7; Wed, 2 Sep 2015 23:30:40 -0500 (CDT) Date: Wed, 2 Sep 2015 23:30:40 -0500 From: "Matthew D. Fuller" To: Sunpoet Po-Chuan Hsieh Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r395581 - head/editors/vim Message-ID: <20150903043040.GP49648@over-yonder.net> References: <201508300356.t7U3uNn9003584@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201508300356.t7U3uNn9003584@repo.freebsd.org> X-Editor: vi X-OS: FreeBSD X-Virus-Scanned: clamav-milter 0.98.7 at mail.tarragon.infocus-llc.com X-Virus-Status: Clean User-Agent: Mutt/1.5.23-fullermd.4 (2014-03-12) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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: Thu, 03 Sep 2015 04:30:44 -0000 On Sun, Aug 30, 2015 at 03:56:23AM +0000 I heard the voice of Sunpoet Po-Chuan Hsieh, and lo! it spake thus: > Author: sunpoet > Date: Sun Aug 30 03:56:22 2015 > New Revision: 395581 > URL: https://svnweb.freebsd.org/changeset/ports/395581 > > Log: > - Convert to new options targer helper This lost the double \-ing: > -CTAGS_CMD= ${FIND} . -type f \\| ${XARGS} ctags > +post-patch-EXUBERANT_CTAGS-off: > + @${FIND} ${WRKSRC}/runtime/ -name 'menu*.vim' -print0 | ${XARGS} -0 ${REINPLACE_CMD} -e 's|ctags -R \.|${FIND} . -type f \| ${XARGS} ctags|g' so the installed files only have an un-escaped | in them, which leads to gvim complaining. Looks like it was originally changed based on https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=107524 in r181800. -- Matthew Fuller (MF4839) | fullermd@over-yonder.net Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ On the Internet, nobody can hear you scream.