summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
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
commit4d24f4e80f7a82178778a0865d36f51e411e0a66 (patch)
treef54f1e9f8b496f2ab96e4bdd910c5996226364e7 /source
parent45dee3ba77755824f2f23bb8fae10822f74ec025 (diff)
downloadcurrent-4d24f4e80f7a82178778a0865d36f51e411e0a66.tar.gz
current-4d24f4e80f7a82178778a0865d36f51e411e0a66.tar.xz
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')
-rwxr-xr-xsource/a/aaa_libraries/aaa_libraries.SlackBuild2
-rwxr-xr-xsource/ap/mariadb/mariadb.SlackBuild2
-rwxr-xr-xsource/ap/vim/vim-gvim.SlackBuild6
-rwxr-xr-xsource/ap/vim/vim.SlackBuild6
-rwxr-xr-xsource/l/pcre2/pcre2.SlackBuild2
5 files changed, 7 insertions, 11 deletions
diff --git a/source/a/aaa_libraries/aaa_libraries.SlackBuild b/source/a/aaa_libraries/aaa_libraries.SlackBuild
index 37ae5f181..f8d8f3d23 100755
--- a/source/a/aaa_libraries/aaa_libraries.SlackBuild
+++ b/source/a/aaa_libraries/aaa_libraries.SlackBuild
@@ -23,7 +23,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=aaa_libraries
VERSION=${VERSION:-15.0}
-BUILD=${BUILD:-6}
+BUILD=${BUILD:-7}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
diff --git a/source/ap/mariadb/mariadb.SlackBuild b/source/ap/mariadb/mariadb.SlackBuild
index 634280605..418366799 100755
--- a/source/ap/mariadb/mariadb.SlackBuild
+++ b/source/ap/mariadb/mariadb.SlackBuild
@@ -30,7 +30,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=mariadb
VERSION=${VERSION:-$(echo ${PKGNAM}-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
# To reduce the package size, the embedded server may be omitted. Currently
# only amarok uses this. To build without embedded support, set this to NO.
diff --git a/source/ap/vim/vim-gvim.SlackBuild b/source/ap/vim/vim-gvim.SlackBuild
index 19d5060bc..1cfc9a198 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 437ab495e..1ecadaa43 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)
diff --git a/source/l/pcre2/pcre2.SlackBuild b/source/l/pcre2/pcre2.SlackBuild
index 37e115cb4..8811c0e4e 100755
--- a/source/l/pcre2/pcre2.SlackBuild
+++ b/source/l/pcre2/pcre2.SlackBuild
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=pcre2
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-1}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in