From owner-svn-ports-head@FreeBSD.ORG Mon Feb 24 19:10:05 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 039DE8A3 for ; Mon, 24 Feb 2014 19:10:05 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D2A691AC2 for ; Mon, 24 Feb 2014 19:10:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1OJA4tk088766 for ; Mon, 24 Feb 2014 19:10:04 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1OJA4mO088760 for svn-ports-head@freebsd.org; Mon, 24 Feb 2014 19:10:04 GMT (envelope-from bdrewery) Received: (qmail 23594 invoked from network); 24 Feb 2014 13:10:03 -0600 Received: from unknown (HELO ?10.10.0.24?) (freebsd@shatow.net@10.10.0.24) by sweb.xzibition.com with ESMTPA; 24 Feb 2014 13:10:03 -0600 Message-ID: <530B98FF.5060506@FreeBSD.org> Date: Mon, 24 Feb 2014 13:09:51 -0600 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Sunpoet Po-Chuan Hsieh Subject: Re: svn commit: r345889 - head/editors/vim References: <201402241844.s1OIiGOe058833@svn.freebsd.org> <530B949A.5020805@FreeBSD.org> In-Reply-To: X-Enigmail-Version: 1.6 OpenPGP: id=6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="psMoWf5wA0e2dOni5uMAaxJLEAwqqfPp1" Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Feb 2014 19:10:05 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --psMoWf5wA0e2dOni5uMAaxJLEAwqqfPp1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 2/24/2014 1:05 PM, Sunpoet Po-Chuan Hsieh wrote: > On Tue, Feb 25, 2014 at 2:51 AM, Bryan Drewery > wrote: >=20 > 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 > > > > > Modified: > > head/editors/vim/Makefile > > > > Modified: head/editors/vim/Makefile > > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > --- head/editors/vim/Makefile Mon Feb 24 18:39:50 2014 =20 > (r345888) > > +++ head/editors/vim/Makefile Mon Feb 24 18:44:16 2014 =20 > (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 > > >=20 > 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. >=20 >=20 > I just made a PORTREVISION bump in r345888 which is 5 minutes before > this commit. > IIRC, does the 10-minute rule apply? Technically yes it needs a bump. Someone may have built packages in those 5 minutes. They may have email hooks on updates to their ports to trigger builds. Maybe they build ports at :40 minute marker. Who knows. I've frequently hit problems in packages because the revision was not bumped. Without it you now have 2 different behaving 7.4*_1 packages. I understand if you don't want to bump it now, just try to group runtime changes better next time :) --=20 Regards, Bryan Drewery --psMoWf5wA0e2dOni5uMAaxJLEAwqqfPp1 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBAgAGBQJTC5j/AAoJEDXXcbtuRpfPglkH/A0uL01j6uk3DDwuYrfBA8PI F1dNP89sevoygzv+vykDu5g7E+bTO+xBXIVqNxblRDkYGLjpBnH8Po5zWb5uH265 i6V6omP5cJJymmXD3ZND4Wz1TnYc4/DES1Q/LUuiBGYYclE7qz0XX0E4QLkh5v4+ qu9b02OwYEYIa06fljGeiisXmYE1qN6rxjXTIFGHiK9BtDiV39asU+yvLHGEl+CN FD7ay1Qg1tTilLpd7pzv5iHQdsena6PS+5Ss2LqDsUtZEQmo2Z/U3CFt3M5txtyj p828OQGe/H0dBWaiBSp4jalS44atGFYPXHsq8IbKwILA0hh5MNLI5DgzttuHNHE= =CpSQ -----END PGP SIGNATURE----- --psMoWf5wA0e2dOni5uMAaxJLEAwqqfPp1--