Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Feb 2014 03:05:15 +0800
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        Bryan Drewery <bdrewery@freebsd.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers <ports-committers@freebsd.org>
Subject:   Re: svn commit: r345889 - head/editors/vim
Message-ID:  <CAMHz58R=UXsd-Akw7jfRfH_%2BPQGHLkCZk_6JdF1sHS=5AUkJDQ@mail.gmail.com>
In-Reply-To: <530B949A.5020805@FreeBSD.org>
References:  <201402241844.s1OIiGOe058833@svn.freebsd.org> <530B949A.5020805@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Feb 25, 2014 at 2:51 AM, Bryan Drewery <bdrewery@freebsd.org> wrote:

> On 2/24/2014 12:44 PM, Sunpoet Po-Chuan Hsieh wrote:
> > Author: sunpoet
> > Date: Mon Feb 24 18:44:16 2014
> > New Revision: 345889
> > URL: http://svnweb.freebsd.org/changeset/ports/345889
> > QAT: https://qat.redports.org/buildarchive/r345889/
> >
> > Log:
> >   - Fix lua support
> >
> >   PR:         ports/186917
> >   Submitted by:       Kenji Rikitake <kenji@k2r.org>
> >
> > Modified:
> >   head/editors/vim/Makefile
> >
> > Modified: head/editors/vim/Makefile
> >
> ==============================================================================
> > --- head/editors/vim/Makefile Mon Feb 24 18:39:50 2014        (r345888)
> > +++ head/editors/vim/Makefile Mon Feb 24 18:44:16 2014        (r345889)
> > @@ -159,7 +159,7 @@ pre-configure:
> >       @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
> >               -e
> 's|\$$gtk_config_prefix/bin/gtk-config|\$${GTK_CONFIG}|g' \
> >               -e
> 's|\$$gtk_config_exec_prefix/bin/gtk-config|\$${GTK_CONFIG}|g' \
> > -             -e 's|set dummy lua;|set dummy lua-${LUA_VER};|g'
> ${WRKSRC}/src/auto/configure
> > +             -e 's|set dummy lua;|set dummy ${LUA_CMD};|g'
> ${WRKSRC}/src/auto/configure
> >  .if ${PORT_OPTIONS:MXTERM_SAVE}
> >       @${REINPLACE_CMD} -e '/FEAT_XTERM_SAVE/ s|.*|#define
> FEAT_XTERM_SAVE|' ${WRKSRC}/src/feature.h
> >  .endif
> >
>
> Was this a build-time failure or runtime change? The PR suggests a
> runtime issue. If runtime needs a PORTREVISION bump, regardless of
> default options.
>

I just made a PORTREVISION bump in r345888 which is 5 minutes before this
commit.
IIRC, does the 10-minute rule apply?

Regards,
sunpoet

--
> Regards,
> Bryan Drewery
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMHz58R=UXsd-Akw7jfRfH_%2BPQGHLkCZk_6JdF1sHS=5AUkJDQ>