Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Sep 2015 23:30:40 -0500
From:      "Matthew D. Fuller" <fullermd@over-yonder.net>
To:        Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
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>
In-Reply-To: <201508300356.t7U3uNn9003584@repo.freebsd.org>
References:  <201508300356.t7U3uNn9003584@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150903043040.GP49648>