svn commit: r395581 - head/editors/vim

Matthew D. Fuller fullermd at over-yonder.net
Thu Sep 3 04:30:44 UTC 2015


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 at over-yonder.net
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
           On the Internet, nobody can hear you scream.


More information about the svn-ports-all mailing list