Date: Wed, 12 Feb 2014 02:59:58 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343835 - in head/editors/vim: . files Message-ID: <201402120259.s1C2xw6G050353@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <kenji@k2r.org> 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" && \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402120259.s1C2xw6G050353>