Summary: | editors/vim: liblua-5.2.so is not loaded when invoked from vim command | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Kenji Rikitake <kenji> | ||||
Component: | Individual Port(s) | Assignee: | Po-Chuan Hsieh <sunpoet> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Kenji Rikitake
2014-01-11 01:00:02 UTC
Responsible Changed From-To: freebsd-ports-bugs->sunpoet Over to maintainer (via the GNATS Auto Assign Tool) State Changed From-To: open->closed should be fixed now. 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" && \ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" |