From owner-svn-ports-head@freebsd.org Sat Apr 21 15:14:59 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7406FAC4EE; Sat, 21 Apr 2018 15:14:59 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6A3D48AE35; Sat, 21 Apr 2018 15:14:59 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 654A79C4; Sat, 21 Apr 2018 15:14:59 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3LFExbg001986; Sat, 21 Apr 2018 15:14:59 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3LFExYp001983; Sat, 21 Apr 2018 15:14:59 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201804211514.w3LFExYp001983@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 21 Apr 2018 15:14:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r467896 - in head/editors/vim: . files X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: in head/editors/vim: . files X-SVN-Commit-Revision: 467896 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Apr 2018 15:15:00 -0000 Author: adamw Date: Sat Apr 21 15:14:58 2018 New Revision: 467896 URL: https://svnweb.freebsd.org/changeset/ports/467896 Log: Update vim to patchlevel 1740 Modified: head/editors/vim/Makefile head/editors/vim/distinfo head/editors/vim/files/patch-src-auto-configure Modified: head/editors/vim/Makefile ============================================================================== --- head/editors/vim/Makefile Sat Apr 21 15:12:41 2018 (r467895) +++ head/editors/vim/Makefile Sat Apr 21 15:14:58 2018 (r467896) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= vim -PORTVERSION= 8.0.1718 +PORTVERSION= 8.0.1740 DISTVERSIONPREFIX= v CATEGORIES= editors Modified: head/editors/vim/distinfo ============================================================================== --- head/editors/vim/distinfo Sat Apr 21 15:12:41 2018 (r467895) +++ head/editors/vim/distinfo Sat Apr 21 15:14:58 2018 (r467896) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523796702 -SHA256 (vim-vim-v8.0.1718_GH0.tar.gz) = 1e00c5ff4c65c64f52dac684ba7d51f7e2bf65ee4e80f04a91fd216761b6875e -SIZE (vim-vim-v8.0.1718_GH0.tar.gz) = 13548622 +TIMESTAMP = 1524323176 +SHA256 (vim-vim-v8.0.1740_GH0.tar.gz) = 5d30d6a942333fa3553335c34cf050373ab9b8e7d8a5dcac086c6c7edc679a37 +SIZE (vim-vim-v8.0.1740_GH0.tar.gz) = 13552193 Modified: head/editors/vim/files/patch-src-auto-configure ============================================================================== --- head/editors/vim/files/patch-src-auto-configure Sat Apr 21 15:12:41 2018 (r467895) +++ head/editors/vim/files/patch-src-auto-configure Sat Apr 21 15:14:58 2018 (r467896) @@ -1,6 +1,6 @@ ---- src/auto/configure.orig 2016-01-31 19:24:32 UTC +--- src/auto/configure.orig 2018-04-21 15:08:14 UTC +++ src/auto/configure -@@ -895,7 +895,7 @@ pdfdir='${docdir}' +@@ -903,7 +903,7 @@ pdfdir='${docdir}' psdir='${docdir}' libdir='${exec_prefix}/lib' localedir='${datarootdir}/locale' @@ -9,16 +9,16 @@ ac_prev= ac_dashdash= -@@ -4963,7 +4963,7 @@ $as_echo_n "checking Lua version of LuaJ +@@ -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 - 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 '.'` ++ 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; } -@@ -5017,7 +5017,7 @@ $as_echo_n "checking Lua version... " >& +@@ -5423,7 +5423,7 @@ $as_echo_n "checking Lua version... " >& if ${vi_cv_version_plain_lua+:} false; then : $as_echo_n "(cached) " >&6 else @@ -27,7 +27,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $vi_cv_version_plain_lua" >&5 $as_echo "$vi_cv_version_plain_lua" >&6; } -@@ -5108,7 +5108,7 @@ rm -f core conftest.err conftest.$ac_obj +@@ -5514,7 +5514,7 @@ rm -f core conftest.err conftest.$ac_obj LIBS=$libs_save fi if test "x$lua_ok" = "xyes"; then @@ -36,39 +36,31 @@ LUA_SRC="if_lua.c" LUA_OBJ="objects/if_lua.o" LUA_PRO="if_lua.pro" -@@ -5165,7 +5165,8 @@ $as_echo "yes" >&6; } +@@ -5571,7 +5571,8 @@ $as_echo "yes" >&6; } $as_echo "#define DYNAMIC_LUA 1" >>confdefs.h 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}.so\\\" $LUA_CFLAGS" ++ LUA_CFLAGS="-DDYNAMIC_LUA_DLL=\\\"liblua-${vi_cv_dll_name_lua}.so\\\" $LUA_CFLAGS" fi if test "X$LUA_CFLAGS$LUA_LIBS" != "X" && \ - test "x$MACOSX" = "xyes" && test "x$vi_cv_with_luajit" != "xno" && \ -@@ -5806,7 +5807,7 @@ if test "$enable_pythoninterp" = "yes" - - as_fn_error $? "cannot use Python with tiny or small features" "$LINENO" 5 - fi + test "x$MACOS_X" = "xyes" && test "x$vi_cv_with_luajit" != "xno" && \ +@@ -6230,7 +6231,7 @@ fi + + if test "X$vi_cv_path_python" = "X"; then - for ac_prog in python2 python + for ac_prog in python2.7 do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 -@@ -6146,7 +6147,7 @@ if test "$enable_python3interp" = "yes" - as_fn_error $? "cannot use Python with tiny or small features" "$LINENO" 5 - fi +@@ -6580,7 +6581,7 @@ fi + + if test "X$vi_cv_path_python3" = "X"; then - for ac_prog in python3 python -+ for ac_prog in python3.6 python3.5 python3.4 python3.3 ++ for ac_prog in python3.6 python3.5 python3.4 do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 -@@ -6970,6 +6971,7 @@ $as_echo "$try/tclConfig.sh" >&6; } - TCL_LIBS=`eval echo "$TCL_LIB_SPEC $TCL_LIBS"` - fi - TCL_DEFS=`echo $TCL_DEFS | sed -e 's/\\\\ /\\\\X/g' | tr ' ' '\012' | sed -e '/^[^-]/d' -e '/^-[^D]/d' -e '/-D[^_]/d' -e 's/-D_/ -D_/' | tr '\012' ' ' | sed -e 's/\\\\X/\\\\ /g'` -+ TCL_DEFS=`echo $TCL_DEFS | sed -e 's/\\ /\\\\X/g' | tr ' ' '\012' | sed -e '/^-[^D]/d' -e '/-D[^_]/d' -e 's/-D_/ -D_/' | tr '\012' ' ' | sed -e 's/\\\\X/\\\\ /g'` - break - fi - done