From owner-svn-ports-all@FreeBSD.ORG Wed Feb 12 02:59:58 2014 Return-Path: Delivered-To: svn-ports-all@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 BDE1AF95; Wed, 12 Feb 2014 02:59:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 A95651703; Wed, 12 Feb 2014 02:59:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1C2xw3d050356; Wed, 12 Feb 2014 02:59:58 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1C2xw6G050353; Wed, 12 Feb 2014 02:59:58 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201402120259.s1C2xw6G050353@svn.freebsd.org> From: Martin Wilke Date: Wed, 12 Feb 2014 02:59:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343835 - in head/editors/vim: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Feb 2014 02:59:58 -0000 Author: miwi Date: Wed Feb 12 02:59:57 2014 New Revision: 343835 URL: http://svnweb.freebsd.org/changeset/ports/343835 QAT: https://qat.redports.org/buildarchive/r343835/ Log: - Fix lua support PR: 185650 184588 Submitted by: Kenji Rikitake Approved by: maintainer timeout Modified: head/editors/vim/Makefile head/editors/vim/files/patch-configure Modified: head/editors/vim/Makefile ============================================================================== --- head/editors/vim/Makefile Wed Feb 12 02:26:25 2014 (r343834) +++ head/editors/vim/Makefile Wed Feb 12 02:59:57 2014 (r343835) @@ -12,7 +12,7 @@ PORTNAME= vim # ! PATCHLEVEL to that level. PATCHLEVEL= 169 PORTVERSION= 7.4.${PATCHLEVEL} -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= editors MASTER_SITES= VIM DISTNAME= ${PORTNAME}-${PORTVERSION:R} Modified: head/editors/vim/files/patch-configure ============================================================================== --- head/editors/vim/files/patch-configure Wed Feb 12 02:26:25 2014 (r343834) +++ head/editors/vim/files/patch-configure Wed Feb 12 02:59:57 2014 (r343835) @@ -42,7 +42,7 @@ LUA_LIBS="" - LUA_CFLAGS="-DDYNAMIC_LUA_DLL=\\\"${vi_cv_dll_name_lua}\\\" $LUA_CFLAGS" + vi_cv_version_lua=${LUA_VER} -+ LUA_CFLAGS="-DDYNAMIC_LUA_DLL=\\\"liblua-${vi_cv_version_lua}\\\" $LUA_CFLAGS" ++ LUA_CFLAGS="-DDYNAMIC_LUA_DLL=\\\"liblua-${vi_cv_version_lua}.so\\\" $LUA_CFLAGS" fi if test "X$LUA_CFLAGS$LUA_LIBS" != "X" && \ test "x$MACOSX" = "xyes" && test "x$vi_cv_with_luajit" != "xno" && \