Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Sep 2015 13:57:23 +0800
From:      Sunpoet Po-Chuan Hsieh <sunpoet@freebsd.org>
To:        "Matthew D. Fuller" <fullermd@over-yonder.net>
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:  <CAMHz58Q7411joJc0X-Ezi1M6kt9VRbfDpbq6rsm=h6Ow1GHWPw@mail.gmail.com>
In-Reply-To: <20150903043040.GP49648@over-yonder.net>
References:  <201508300356.t7U3uNn9003584@repo.freebsd.org> <20150903043040.GP49648@over-yonder.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Sep 3, 2015 at 12:30 PM, Matthew D. Fuller <fullermd@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMHz58Q7411joJc0X-Ezi1M6kt9VRbfDpbq6rsm=h6Ow1GHWPw>