summaryrefslogtreecommitdiffstats
path: root/source/l
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2022-04-15 20:01:44 +0000
committer Eric Hameleers <alien@slackware.com>2022-04-15 22:59:43 +0200
commit8b9b348d17ffe04d5a5087505a9f30b2ff9c1ebe (patch)
tree8cfb6a506a197faf27165992e41c1ab9420f5697 /source/l
parent2be63df823370dd01af02b4720eb680c5eda13ad (diff)
downloadcurrent-8b9b348d17ffe04d5a5087505a9f30b2ff9c1ebe.tar.gz
current-8b9b348d17ffe04d5a5087505a9f30b2ff9c1ebe.tar.xz
Fri Apr 15 20:01:44 UTC 202220220415200144
a/aaa_libraries-15.1-x86_64-4.txz: Rebuilt. Upgraded: libaio.so.1.0.2. Added: libboost_atomic.so.1.78.0, libboost_chrono.so.1.78.0, libboost_container.so.1.78.0, libboost_context.so.1.78.0, libboost_contract.so.1.78.0, libboost_coroutine.so.1.78.0, libboost_date_time.so.1.78.0, libboost_fiber.so.1.78.0, libboost_filesystem.so.1.78.0, libboost_graph.so.1.78.0, libboost_iostreams.so.1.78.0, libboost_json.so.1.78.0, libboost_locale.so.1.78.0, libboost_log.so.1.78.0, libboost_log_setup.so.1.78.0, libboost_math_c99.so.1.78.0, libboost_math_c99f.so.1.78.0, libboost_math_c99l.so.1.78.0, libboost_math_tr1.so.1.78.0, libboost_math_tr1f.so.1.78.0, libboost_math_tr1l.so.1.78.0, libboost_nowide.so.1.78.0, libboost_prg_exec_monitor.so.1.78.0, libboost_program_options.so.1.78.0, libboost_python27.so.1.78.0, libboost_python39.so.1.78.0, libboost_random.so.1.78.0, libboost_regex.so.1.78.0, libboost_serialization.so.1.78.0, libboost_stacktrace_addr2line.so.1.78.0, libboost_stacktrace_basic.so.1.78.0, libboost_stacktrace_noop.so.1.78.0, libboost_system.so.1.78.0, libboost_thread.so.1.78.0, libboost_timer.so.1.78.0, libboost_type_erasure.so.1.78.0, libboost_unit_test_framework.so.1.78.0, libboost_wave.so.1.78.0, libboost_wserialization.so.1.78.0. The boost libraries are from the previous package (for temporary compatibility) and will be removed in a month or so. a/dialog-1.3_20220414-x86_64-1.txz: Upgraded. a/gptfdisk-1.0.9-x86_64-1.txz: Upgraded. ap/pamixer-1.5-x86_64-3.txz: Rebuilt. Recompiled against boost-1.79.0. kde/kig-21.12.3-x86_64-2.txz: Rebuilt. Recompiled against boost-1.79.0. kde/kopeninghours-21.12.3-x86_64-2.txz: Rebuilt. Recompiled against boost-1.79.0. kde/krita-5.0.5-x86_64-2.txz: Rebuilt. Recompiled against boost-1.79.0. l/boost-1.79.0-x86_64-1.txz: Upgraded. Shared library .so-version bump. l/cfitsio-4.1.0-x86_64-1.txz: Upgraded. l/cryfs-0.10.3-x86_64-5.txz: Rebuilt. Recompiled against boost-1.79.0. l/openexr-2.5.7-x86_64-6.txz: Rebuilt. Recompiled against boost-1.79.0. extra/php80/php80-8.0.18-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/l')
-rw-r--r--source/l/boost/0001-b2-fix-install.patch80
-rwxr-xr-xsource/l/boost/boost.SlackBuild4
-rwxr-xr-xsource/l/cryfs/cryfs.SlackBuild2
-rwxr-xr-xsource/l/openexr/openexr.SlackBuild2
4 files changed, 3 insertions, 85 deletions
diff --git a/source/l/boost/0001-b2-fix-install.patch b/source/l/boost/0001-b2-fix-install.patch
deleted file mode 100644
index c513cc54c..000000000
--- a/source/l/boost/0001-b2-fix-install.patch
+++ /dev/null
@@ -1,80 +0,0 @@
-https://github.com/bfgroup/b2/pull/113
-
-From 62e7321669f66a90e2a90c8f31af34f59ebc5d7a Mon Sep 17 00:00:00 2001
-From: Dmitry Arkhipov <grisumbras@gmail.com>
-Date: Thu, 9 Dec 2021 08:11:57 +0300
-Subject: [PATCH] Don't skip install targets if there's <build>no in ureqs
-
----
- src/tools/stage.jam | 4 ++++
- test/install_build_no.py | 26 ++++++++++++++++++++++++++
- test/test_all.py | 1 +
- 3 files changed, 31 insertions(+)
- create mode 100755 test/install_build_no.py
-
-Index: boost_1_78_0/tools/build/src/tools/stage.jam
-===================================================================
---- boost_1_78_0.orig/tools/build/src/tools/stage.jam 2021-12-09 16:30:45.956457531 +0300
-+++ boost_1_78_0/tools/build/src/tools/stage.jam 2021-12-09 16:30:45.952457519 +0300
-@@ -476,10 +476,14 @@ class install-target-class : basic-targe
- }
- DELETE_MODULE $(result) ;
- return [ sequence.unique $(result2) ] ;
- }
-
-+ rule skip-from-usage-requirements ( )
-+ {
-+ }
-+
- # Returns true iff 'type' is subtype of some element of 'types-to-include'.
- #
- local rule include-type ( type : types-to-include * )
- {
- local found ;
-Index: boost_1_78_0/tools/build/test/install_build_no.py
-===================================================================
---- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ boost_1_78_0/tools/build/test/install_build_no.py 2021-12-09 16:30:45.953457522 +0300
-@@ -0,0 +1,26 @@
-+#!/usr/bin/python
-+
-+# Copyright 2021 Dmitry Arkhipov (grisumbras@gmail.com)
-+# Distributed under the Boost Software License, Version 1.0.
-+# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt)
-+
-+# Check that <build>no in usage-requirements of dependencies does not affect
-+# install rule, i.e. a skipped installed target does not affect insallation of
-+# other targets.
-+
-+import BoostBuild
-+
-+t = BoostBuild.Tester()
-+
-+t.write("a.cpp", "int main() {}\n")
-+
-+t.write("jamroot.jam", """
-+make x : : maker : <build>no ;
-+exe a : a.cpp ;
-+install install : x a ;
-+""")
-+
-+t.run_build_system()
-+t.expect_addition("install/a.exe")
-+
-+t.cleanup()
-Index: boost_1_78_0/tools/build/test/test_all.py
-===================================================================
---- boost_1_78_0.orig/tools/build/test/test_all.py 2021-12-09 16:30:45.956457531 +0300
-+++ boost_1_78_0/tools/build/test/test_all.py 2021-12-09 16:30:45.953457522 +0300
-@@ -248,10 +248,11 @@ tests = ["abs_workdir",
- "implicit_dependency",
- "indirect_conditional",
- "inherit_toolset",
- "inherited_dependency",
- "inline",
-+ "install_build_no",
- "libjpeg",
- "liblzma",
- "libpng",
- "libtiff",
- "libzstd",
diff --git a/source/l/boost/boost.SlackBuild b/source/l/boost/boost.SlackBuild
index ae6f8b12d..60e78b71e 100755
--- a/source/l/boost/boost.SlackBuild
+++ b/source/l/boost/boost.SlackBuild
@@ -30,7 +30,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=boost
VERSION=${VERSION:-$(echo $PKGNAM_*.tar.?z | rev | cut -f 3- -d . | rev | cut -f 2- -d _)}
-BUILD=${BUILD:-4}
+BUILD=${BUILD:-1}
PKG_VERSION=$(echo $VERSION | tr _ .) # Leave this alone
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
@@ -85,8 +85,6 @@ rm -rf boost_$VERSION
tar xvf $CWD/boost_$VERSION.tar.?z || exit 1
cd boost_$VERSION || exit 1
-zcat $CWD/0001-b2-fix-install.patch.gz | patch -p1 --verbose || exit 1
-
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
diff --git a/source/l/cryfs/cryfs.SlackBuild b/source/l/cryfs/cryfs.SlackBuild
index 425de6086..912d929c3 100755
--- a/source/l/cryfs/cryfs.SlackBuild
+++ b/source/l/cryfs/cryfs.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=cryfs
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-4}
+BUILD=${BUILD:-5}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
diff --git a/source/l/openexr/openexr.SlackBuild b/source/l/openexr/openexr.SlackBuild
index 3a4963551..e7e468d47 100755
--- a/source/l/openexr/openexr.SlackBuild
+++ b/source/l/openexr/openexr.SlackBuild
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=openexr
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-5}
+BUILD=${BUILD:-6}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then