From owner-svn-ports-head@FreeBSD.ORG Mon Feb 24 19:05:43 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 8E7C1540 for ; Mon, 24 Feb 2014 19:05:43 +0000 (UTC) Received: from mail-la0-f43.google.com (mail-la0-f43.google.com [209.85.215.43]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 04BF81A81 for ; Mon, 24 Feb 2014 19:05:42 +0000 (UTC) Received: by mail-la0-f43.google.com with SMTP id pv20so6473744lab.30 for ; Mon, 24 Feb 2014 11:05:35 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=/3Y2P5RV4FbP3jyRCKt8IBlmpcIldZesb7zVyyDWBMg=; b=VSqeSvxT5LvvL8x45H2jssKe96kmmBuIyDfSv7rMlSTlv/85Yrd9p2LbTvRoiVMteh csQFA0RFnRhYxnX3uRRWRSNcCbMVtnhT3J5MuhfRf+vW9t/OWJ+0Bg0iCtfIaHKWXAsR 6Y8jWzSRnaNTsBSTO+GhC62wDlEc6R+CLtbmxN7QwexNDGjETbWxwynqvU8iFL/Zgf8Q SIEmfAADmS5kCGGYeIxribmF0WTpbcKu2EzhBMP6CeF1s4V+Rog3QQStlyH5qNzZzvKi cOTFZA6qEfHxxC01ihRVMCw4NvM/DYaQD6n9NVXqTUoudhIt0bExz8sQ7rN9/P7D7lho P53w== X-Gm-Message-State: ALoCoQmZ/vJOuy6Kr4kDTf0rTLm292MOTqLz8pD8whdR69wTfSZ2yHl24cxDgjHvHqeOkT312CdF X-Received: by 10.112.137.65 with SMTP id qg1mr12627073lbb.7.1393268735145; Mon, 24 Feb 2014 11:05:35 -0800 (PST) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.112.2.200 with HTTP; Mon, 24 Feb 2014 11:05:15 -0800 (PST) In-Reply-To: <530B949A.5020805@FreeBSD.org> References: <201402241844.s1OIiGOe058833@svn.freebsd.org> <530B949A.5020805@FreeBSD.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 25 Feb 2014 03:05:15 +0800 X-Google-Sender-Auth: Kj_n7lLB5Z3OiJPsNirxbL2CVGo Message-ID: Subject: Re: svn commit: r345889 - head/editors/vim To: Bryan Drewery Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 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:05:43 -0000 On Tue, Feb 25, 2014 at 2:51 AM, Bryan Drewery 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 > > > > 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 >