From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 20 13:00:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D48325EC for ; Thu, 20 Feb 2014 13:00:00 +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 AD5351CEA for ; Thu, 20 Feb 2014 13:00:00 +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 s1KD00TE029634 for ; Thu, 20 Feb 2014 13:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1KD00PO029633; Thu, 20 Feb 2014 13:00:00 GMT (envelope-from gnats) Resent-Date: Thu, 20 Feb 2014 13:00:00 GMT Resent-Message-Id: <201402201300.s1KD00PO029633@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kenji Rikitake 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 6584C44B for ; Thu, 20 Feb 2014 12:51:29 +0000 (UTC) Received: from newred.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 510861C8B for ; Thu, 20 Feb 2014 12:51:29 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by newred.freebsd.org (8.14.7/8.14.7) with ESMTP id s1KCpSH9059232 for ; Thu, 20 Feb 2014 12:51:28 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.7/8.14.7/Submit) id s1KCpSnt059225; Thu, 20 Feb 2014 12:51:28 GMT (envelope-from nobody) Message-Id: <201402201251.s1KCpSnt059225@cgiserv.freebsd.org> Date: Thu, 20 Feb 2014 12:51:28 GMT From: Kenji Rikitake To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/186917: editors/vim 7.4.182 does NOT run lua script X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Feb 2014 13:00:01 -0000 >Number: 186917 >Category: ports >Synopsis: editors/vim 7.4.182 does NOT run lua script >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 20 13:00:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Kenji Rikitake >Release: 10.0-STABLE >Organization: >Environment: FreeBSD wellmax.priv.k2r.org 10.0-STABLE FreeBSD 10.0-STABLE #27 r261910: Sat Feb 15 17:28:48 JST 2014 root@wellmax.priv.k2r.org:/usr/obj/usr/src/sys/K2RKERNEL amd64 >Description: Lua script cannot be invoked from vim. >How-To-Repeat: /usr/local/bin/vim then enter ":lua print(_VERSION)" >Fix: The modification on the Makefile by sunpoet on ports svn r344966 broke the code of r344782 on 7.4.161_1. Solution: revert back http://svnweb.freebsd.org/ports/head/editors/vim/Makefile?annotate=344966#l154 to http://svnweb.freebsd.org/ports/head/editors/vim/Makefile?annotate=344782#l183 See also http://svnweb.freebsd.org/ports/head/editors/vim/Makefile?r1=344782&r2=344966 I've attached the patch for the Makefile. Patch attached with submission follows: --- Makefile.FCS 2014-02-20 21:37:55.000000000 +0900 +++ Makefile 2014-02-20 21:38:48.000000000 +0900 @@ -155,7 +155,7 @@ @${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 >Release-Note: >Audit-Trail: >Unformatted: