Skip to content

Commit

Permalink
editors/vim: Update to 9.0.1857
Browse files Browse the repository at this point in the history
On 5 August, 2023, Bram Moolenaar, the long-time maintainer and
architect of Vim, passed away. In addition to being a legendary
software engineer and open-source advocate, he was a major
philanthropist. His impact on the OSS world was immense, as was
his dedication to speaking out for those whose voices are too
often missed.. The Vim project remains in good hands with the
Vim community.
  • Loading branch information
assistcontrol committed Sep 3, 2023
1 parent 8dbb1ce commit e1c732e
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion editors/vim/Makefile
@@ -1,5 +1,5 @@
PORTNAME= vim
PORTVERSION= 9.0.1678
PORTVERSION= 9.0.1857
DISTVERSIONPREFIX= v
CATEGORIES= editors

Expand Down
6 changes: 3 additions & 3 deletions editors/vim/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1691502475
SHA256 (vim-vim-v9.0.1678_GH0.tar.gz) = e0b52a997b4f6180c5d8a5dae717075d99650c3e2e7761d1878a3dd7011ec315
SIZE (vim-vim-v9.0.1678_GH0.tar.gz) = 17069551
TIMESTAMP = 1693766132
SHA256 (vim-vim-v9.0.1857_GH0.tar.gz) = 9eddb3e1685a574cf87ac2d5407a807ed1410dfb0f5fa5be37e62afa0035a4c5
SIZE (vim-vim-v9.0.1857_GH0.tar.gz) = 17247395
34 changes: 17 additions & 17 deletions editors/vim/files/patch-src-auto-configure
@@ -1,6 +1,6 @@
--- src/auto/configure.orig 2018-04-21 15:08:14 UTC
--- src/auto/configure.orig 2023-09-03 18:37:03 UTC
+++ src/auto/configure
@@ -903,7 +903,7 @@ pdfdir='${docdir}'
@@ -938,7 +938,7 @@ pdfdir='${docdir}'
psdir='${docdir}'
libdir='${exec_prefix}/lib'
localedir='${datarootdir}/locale'
Expand All @@ -9,25 +9,25 @@

ac_prev=
ac_dashdash=
@@ -5369,7 +5369,7 @@ $as_echo_n "checking Lua version of LuaJ
if ${vi_cv_version_lua_luajit+:} false; then :
$as_echo_n "(cached) " >&6
else
@@ -5659,7 +5659,7 @@ if test ${vi_cv_version_lua_luajit+y}
then :
printf %s "(cached) " >&6
else $as_nop
- vi_cv_version_lua_luajit=`${vi_cv_path_luajit} -e "print(_VERSION)" | sed 's/.* //'`
+ vi_cv_version_lua_luajit=`${vi_cv_path_luajit} -e "print(_VERSION)" | sed 's/.* //' | tr -d '/'`
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $vi_cv_version_lua_luajit" >&5
$as_echo "$vi_cv_version_lua_luajit" >&6; }
@@ -5423,7 +5423,7 @@ $as_echo_n "checking Lua version... " >&
if ${vi_cv_version_plain_lua+:} false; then :
$as_echo_n "(cached) " >&6
else
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $vi_cv_version_lua_luajit" >&5
printf "%s\n" "$vi_cv_version_lua_luajit" >&6; }
@@ -5719,7 +5719,7 @@ if test ${vi_cv_version_plain_lua+y}
then :
printf %s "(cached) " >&6
else $as_nop
- vi_cv_version_plain_lua=`${vi_cv_path_plain_lua} -e "print(_VERSION)" | sed 's/.* //'`
+ vi_cv_version_plain_lua=`${vi_cv_path_plain_lua} -e "print(_VERSION)" | sed 's/.* //' | tr -d '.'`
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $vi_cv_version_plain_lua" >&5
$as_echo "$vi_cv_version_plain_lua" >&6; }
@@ -5514,7 +5514,7 @@ rm -f core conftest.err conftest.$ac_obj
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $vi_cv_version_plain_lua" >&5
printf "%s\n" "$vi_cv_version_plain_lua" >&6; }
@@ -5838,7 +5838,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.b
LIBS=$libs_save
fi
if test "x$lua_ok" = "xyes"; then
Expand All @@ -36,8 +36,8 @@
LUA_SRC="if_lua.c"
LUA_OBJ="objects/if_lua.o"
LUA_PRO="if_lua.pro"
@@ -5571,7 +5571,8 @@ $as_echo "yes" >&6; }
$as_echo "#define DYNAMIC_LUA 1" >>confdefs.h
@@ -5895,7 +5895,8 @@ printf "%s\n" "yes" >&6; }
printf "%s\n" "#define DYNAMIC_LUA 1" >>confdefs.h

LUA_LIBS=""
- LUA_CFLAGS="-DDYNAMIC_LUA_DLL=\\\"${vi_cv_dll_name_lua}\\\" $LUA_CFLAGS"
Expand Down

0 comments on commit e1c732e

Please sign in to comment.