svn commit: r395581 - head/editors/vim

Sunpoet Po-Chuan Hsieh sunpoet at freebsd.org
Sat Sep 19 05:58:05 UTC 2015


On Thu, Sep 3, 2015 at 12:30 PM, Matthew D. Fuller <fullermd at over-yonder.net
> wrote:

> 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.
>

Hello,

I've put back the missing "\" in r397305.
Thanks!

Regards,
sunpoet


More information about the svn-ports-head mailing list