From 8e8ac81ed0d083cd25d155d93cb60fb7be2049b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emir=20Sar=C4=B1?= Date: Fri, 7 Aug 2020 17:08:38 +0300 Subject: [PATCH] Vim: Disable Python3 interpreter (#5238) --- .../vim/{vim-8.2.1313.recipe => vim-8.2.1379.recipe} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename app-editors/vim/{vim-8.2.1313.recipe => vim-8.2.1379.recipe} (94%) diff --git a/app-editors/vim/vim-8.2.1313.recipe b/app-editors/vim/vim-8.2.1379.recipe similarity index 94% rename from app-editors/vim/vim-8.2.1313.recipe rename to app-editors/vim/vim-8.2.1379.recipe index 15db70f5f..ac7efcd47 100644 --- a/app-editors/vim/vim-8.2.1313.recipe +++ b/app-editors/vim/vim-8.2.1379.recipe @@ -14,7 +14,7 @@ COPYRIGHT="1991-2020 Bram Moleenar et al." LICENSE="Vim" REVISION="1" SOURCE_URI="https://github.com/vim/vim/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="443aa9df4f2e2b7b255d0778388a8aa0fec9f46292755429a7eea429a772bf96" +CHECKSUM_SHA256="a2e152e22e3a7e6b72f40b8f8152ccfcdfab283ca10024e75559c7622b7512af" SOURCE_FILENAME="vim-$portVersion.tar.gz" ARCHITECTURES="!x86_gcc2 x86_64" @@ -110,9 +110,9 @@ BUILD() --with-features=huge \ --enable-cscope \ --enable-pythoninterp=dynamic \ - --enable-python3interp=dynamic \ --enable-rubyinterp=dynamic \ --with-compiledby=HaikuPorts \ +# --enable-python3interp=dynamic \ crashes on file open # --enable-luainterp=dynamic \ currently broken # --enable-tclinterp=dynamic \ # --enable-perlinterp=dynamic not dynamic yet @@ -128,9 +128,9 @@ BUILD() --with-features=huge \ --enable-cscope \ --enable-pythoninterp=dynamic \ - --enable-python3interp=dynamic \ --enable-rubyinterp=dynamic \ --with-compiledby=HaikuPorts \ +# --enable-python3interp=dynamic \ crashes on file open # --enable-luainterp=dynamic \ currently broken # --enable-tclinterp=dynamic \ # --enable-perlinterp=dynamic not dynamic yet