diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2021-05-27 18:50:50 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-05-28 08:59:53 +0200 |
commit | 4d24f4e80f7a82178778a0865d36f51e411e0a66 (patch) | |
tree | f54f1e9f8b496f2ab96e4bdd910c5996226364e7 /source/ap/vim | |
parent | 45dee3ba77755824f2f23bb8fae10822f74ec025 (diff) | |
download | current-4d24f4e80f7a82178778a0865d36f51e411e0a66.tar.gz |
Thu May 27 18:50:50 UTC 202120210527185050
a/aaa_libraries-15.0-x86_64-7.txz: Rebuilt.
Upgraded: libcap.so.2.50, libelf-0.185.so, libzstd.so.1.5.0,
libexpat.so.1.8.1, libglib-2.0.so.0.6800.2, libgmodule-2.0.so.0.6800.2,
libgobject-2.0.so.0.6800.2, libgthread-2.0.so.0.6800.2, libidn.so.12.6.2,
libisl.so.23.1.0, libpcre2-8.so.0.10.2, libtiff.so.5.7.0, libtiffxx.so.5.7.0.
ap/mariadb-10.5.10-x86_64-2.txz: Rebuilt.
Recompiled against pcre2-10.37.
ap/vim-8.2.2891-x86_64-1.txz: Upgraded.
l/netpbm-10.94.05-x86_64-1.txz: Upgraded.
l/pcre2-10.37-x86_64-1.txz: Upgraded.
Shared library .so-version bump.
xap/vim-gvim-8.2.2891-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/ap/vim')
-rwxr-xr-x | source/ap/vim/vim-gvim.SlackBuild | 6 | ||||
-rwxr-xr-x | source/ap/vim/vim.SlackBuild | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/source/ap/vim/vim-gvim.SlackBuild b/source/ap/vim/vim-gvim.SlackBuild index 19d5060b..1cfc9a19 100755 --- a/source/ap/vim/vim-gvim.SlackBuild +++ b/source/ap/vim/vim-gvim.SlackBuild @@ -34,10 +34,8 @@ VIMBRANCH=8.2 VERSION=$(echo vim-${VIMBRANCH}*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev) BUILD=${BUILD:-1} -# The possible settings for this are yes/no/dynamic. We've been using dynamic, -# but that's not currently compiling against perl-5.34.0. So we'll use "yes" -# until "dynamic" works again, which probably won't take long. -PERLINTERP=${PERLINTERP:-yes} +# The possible settings for this are yes/no/dynamic. +PERLINTERP=${PERLINTERP:-dynamic} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/ap/vim/vim.SlackBuild b/source/ap/vim/vim.SlackBuild index 437ab495..1ecadaa4 100755 --- a/source/ap/vim/vim.SlackBuild +++ b/source/ap/vim/vim.SlackBuild @@ -27,10 +27,8 @@ VIMBRANCH=8.2 CTAGSVER=5.8 BUILD=${BUILD:-1} -# The possible settings for this are yes/no/dynamic. We've been using dynamic, -# but that's not currently compiling against perl-5.34.0. So we'll use "yes" -# until "dynamic" works again, which probably won't take long. -PERLINTERP=${PERLINTERP:-yes} +# The possible settings for this are yes/no/dynamic. +PERLINTERP=${PERLINTERP:-dynamic} if [ -r vim-${VIMBRANCH}*.tar.?z ]; then # if there's a source archive already, use the version number from it: VERSION=$(echo vim-${VIMBRANCH}*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev) |