Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] boost: update to 1.77.
@ 2021-11-08 20:56 sigasigasiga
  2021-11-08 21:52 ` Johnnynator
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: sigasigasiga @ 2021-11-08 20:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1601 bytes --]

There is a new pull request by sigasigasiga against master on the void-packages repository

https://github.com/sigasigasiga/void-packages update_boost
https://github.com/void-linux/void-packages/pull/33966

boost: update to 1.77.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (amd64-glibc)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/33966.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update_boost-33966.patch --]
[-- Type: text/x-diff, Size: 29982 bytes --]

From e7a2b4d2d48887e734f5c4a6f5f0c1bb224fdc3e Mon Sep 17 00:00:00 2001
From: Yegor Bychin <j@siga.icu>
Date: Sun, 7 Nov 2021 19:07:43 +0300
Subject: [PATCH] boost: update to 1.77.

---
 common/shlibs                                 |  64 +++++-----
 .../{boost-python1.72 => boost-python1.77}    |   0
 ...{boost-python3-1.72 => boost-python3-1.77} |   0
 srcpkgs/boost/patches/exec_file.patch         |  45 -------
 srcpkgs/boost/patches/mips.patch              |   2 +-
 srcpkgs/boost/template                        | 110 +++++++++---------
 ...ibboost_atomic1.72 => libboost_atomic1.77} |   0
 ...ibboost_chrono1.72 => libboost_chrono1.77} |   0
 ...t_container1.72 => libboost_container1.77} |   0
 ...boost_context1.72 => libboost_context1.77} |   0
 ...ost_contract1.72 => libboost_contract1.77} |   0
 ...t_coroutine1.72 => libboost_coroutine1.77} |   0
 ...t_date_time1.72 => libboost_date_time1.77} |   0
 ...{libboost_fiber1.72 => libboost_fiber1.77} |   0
 ...filesystem1.72 => libboost_filesystem1.77} |   0
 ...{libboost_graph1.72 => libboost_graph1.77} |   0
 ...t_iostreams1.72 => libboost_iostreams1.77} |   0
 ...ibboost_locale1.72 => libboost_locale1.77} |   0
 .../{libboost_log1.72 => libboost_log1.77}    |   0
 ...t_log_setup1.72 => libboost_log_setup1.77} |   0
 ...ost_math_c991.72 => libboost_math_c991.77} |   0
 ...t_math_c99f1.72 => libboost_math_c99f1.77} |   0
 ...t_math_c99l1.72 => libboost_math_c99l1.77} |   0
 ...ost_math_tr11.72 => libboost_math_tr11.77} |   0
 ...t_math_tr1f1.72 => libboost_math_tr1f1.77} |   0
 ...t_math_tr1l1.72 => libboost_math_tr1l1.77} |   0
 ...itor1.72 => libboost_prg_exec_monitor1.77} |   0
 ...tions1.72 => libboost_program_options1.77} |   0
 ...ibboost_random1.72 => libboost_random1.77} |   0
 ...{libboost_regex1.72 => libboost_regex1.77} |   0
 ...ization1.72 => libboost_serialization1.77} |   0
 ...1.72 => libboost_stacktrace_addr2line1.77} |   0
 ...asic1.72 => libboost_stacktrace_basic1.77} |   0
 ..._noop1.72 => libboost_stacktrace_noop1.77} |   0
 ...ibboost_system1.72 => libboost_system1.77} |   0
 ...ibboost_thread1.72 => libboost_thread1.77} |   0
 ...{libboost_timer1.72 => libboost_timer1.77} |   0
 ..._erasure1.72 => libboost_type_erasure1.77} |   0
 ...k1.72 => libboost_unit_test_framework1.77} |   0
 .../{libboost_wave1.72 => libboost_wave1.77}  |   0
 ...zation1.72 => libboost_wserialization1.77} |   0
 41 files changed, 88 insertions(+), 133 deletions(-)
 rename srcpkgs/{boost-python1.72 => boost-python1.77} (100%)
 rename srcpkgs/{boost-python3-1.72 => boost-python3-1.77} (100%)
 delete mode 100644 srcpkgs/boost/patches/exec_file.patch
 rename srcpkgs/{libboost_atomic1.72 => libboost_atomic1.77} (100%)
 rename srcpkgs/{libboost_chrono1.72 => libboost_chrono1.77} (100%)
 rename srcpkgs/{libboost_container1.72 => libboost_container1.77} (100%)
 rename srcpkgs/{libboost_context1.72 => libboost_context1.77} (100%)
 rename srcpkgs/{libboost_contract1.72 => libboost_contract1.77} (100%)
 rename srcpkgs/{libboost_coroutine1.72 => libboost_coroutine1.77} (100%)
 rename srcpkgs/{libboost_date_time1.72 => libboost_date_time1.77} (100%)
 rename srcpkgs/{libboost_fiber1.72 => libboost_fiber1.77} (100%)
 rename srcpkgs/{libboost_filesystem1.72 => libboost_filesystem1.77} (100%)
 rename srcpkgs/{libboost_graph1.72 => libboost_graph1.77} (100%)
 rename srcpkgs/{libboost_iostreams1.72 => libboost_iostreams1.77} (100%)
 rename srcpkgs/{libboost_locale1.72 => libboost_locale1.77} (100%)
 rename srcpkgs/{libboost_log1.72 => libboost_log1.77} (100%)
 rename srcpkgs/{libboost_log_setup1.72 => libboost_log_setup1.77} (100%)
 rename srcpkgs/{libboost_math_c991.72 => libboost_math_c991.77} (100%)
 rename srcpkgs/{libboost_math_c99f1.72 => libboost_math_c99f1.77} (100%)
 rename srcpkgs/{libboost_math_c99l1.72 => libboost_math_c99l1.77} (100%)
 rename srcpkgs/{libboost_math_tr11.72 => libboost_math_tr11.77} (100%)
 rename srcpkgs/{libboost_math_tr1f1.72 => libboost_math_tr1f1.77} (100%)
 rename srcpkgs/{libboost_math_tr1l1.72 => libboost_math_tr1l1.77} (100%)
 rename srcpkgs/{libboost_prg_exec_monitor1.72 => libboost_prg_exec_monitor1.77} (100%)
 rename srcpkgs/{libboost_program_options1.72 => libboost_program_options1.77} (100%)
 rename srcpkgs/{libboost_random1.72 => libboost_random1.77} (100%)
 rename srcpkgs/{libboost_regex1.72 => libboost_regex1.77} (100%)
 rename srcpkgs/{libboost_serialization1.72 => libboost_serialization1.77} (100%)
 rename srcpkgs/{libboost_stacktrace_addr2line1.72 => libboost_stacktrace_addr2line1.77} (100%)
 rename srcpkgs/{libboost_stacktrace_basic1.72 => libboost_stacktrace_basic1.77} (100%)
 rename srcpkgs/{libboost_stacktrace_noop1.72 => libboost_stacktrace_noop1.77} (100%)
 rename srcpkgs/{libboost_system1.72 => libboost_system1.77} (100%)
 rename srcpkgs/{libboost_thread1.72 => libboost_thread1.77} (100%)
 rename srcpkgs/{libboost_timer1.72 => libboost_timer1.77} (100%)
 rename srcpkgs/{libboost_type_erasure1.72 => libboost_type_erasure1.77} (100%)
 rename srcpkgs/{libboost_unit_test_framework1.72 => libboost_unit_test_framework1.77} (100%)
 rename srcpkgs/{libboost_wave1.72 => libboost_wave1.77} (100%)
 rename srcpkgs/{libboost_wserialization1.72 => libboost_wserialization1.77} (100%)

diff --git a/common/shlibs b/common/shlibs
index 9664f48a6514..f668ecd786f5 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -612,38 +612,38 @@ libip4tc.so.2 iptables-1.8.3_1
 libipq.so.0 iptables-1.4.7_1
 libnm.so.0 libnm-1.0.0_1
 libKF5ItemModels.so.5 kitemmodels-5.26.0_1
-libboost_context.so.1.72.0 libboost_context1.72-1.72.0_1
-libboost_coroutine.so.1.72.0 libboost_coroutine1.72-1.72.0_1
-libboost_container.so.1.72.0 libboost_container1.72-1.72.0_1
-libboost_prg_exec_monitor.so.1.72.0 libboost_prg_exec_monitor1.72-1.72.0_1
-libboost_timer.so.1.72.0 libboost_timer1.72-1.72.0_1
-libboost_random.so.1.72.0 libboost_random1.72-1.72.0_1
-libboost_filesystem.so.1.72.0 libboost_filesystem1.72-1.72.0_1
-libboost_unit_test_framework.so.1.72.0 libboost_unit_test_framework1.72-1.72.0_1
-libboost_math_c99.so.1.72.0 libboost_math_c991.72-1.72.0_1
-libboost_math_tr1.so.1.72.0 libboost_math_tr11.72-1.72.0_1
-libboost_regex.so.1.72.0 libboost_regex1.72-1.72.0_1
-libboost_serialization.so.1.72.0 libboost_serialization1.72-1.72.0_1
-libboost_chrono.so.1.72.0 libboost_chrono1.72-1.72.0_1
-libboost_wserialization.so.1.72.0 libboost_wserialization1.72-1.72.0_1
-libboost_graph.so.1.72.0 libboost_graph1.72-1.72.0_1
-libboost_log.so.1.72.0 libboost_log1.72-1.72.0_1
-libboost_locale.so.1.72.0 libboost_locale1.72-1.72.0_1
-libboost_program_options.so.1.72.0 libboost_program_options1.72-1.72.0_1
-libboost_iostreams.so.1.72.0 libboost_iostreams1.72-1.72.0_1
-libboost_system.so.1.72.0 libboost_system1.72-1.72.0_1
-libboost_thread.so.1.72.0 libboost_thread1.72-1.72.0_1
-libboost_log_setup.so.1.72.0 libboost_log_setup1.72-1.72.0_1
-libboost_date_time.so.1.72.0 libboost_date_time1.72-1.72.0_1
-libboost_wave.so.1.72.0 libboost_wave1.72-1.72.0_1
-libboost_atomic.so.1.72.0 libboost_atomic1.72-1.72.0_1
-libboost_type_erasure.so.1.72.0 libboost_type_erasure1.72-1.72.0_1
-libboost_fiber.so.1.72.0 libboost_fiber1.72-1.72.0_1
-libboost_stacktrace_noop.so.1.72.0 libboost_stacktrace_noop1.72-1.72.0_1
-libboost_stacktrace_addr2line.so.1.72.0 libboost_stacktrace_addr2line1.72-1.72.0_1
-libboost_stacktrace_basic.so.1.72.0 libboost_stacktrace_basic1.72-1.72.0_1
-libboost_python27.so.1.72.0 boost-python1.72-1.72.0_1
-libboost_python310.so.1.72.0 boost-python3-1.72-1.72.0_6
+libboost_context.so.1.77.0 libboost_context1.77-1.77.0_1
+libboost_coroutine.so.1.77.0 libboost_coroutine1.77-1.77.0_1
+libboost_container.so.1.77.0 libboost_container1.77-1.77.0_1
+libboost_prg_exec_monitor.so.1.77.0 libboost_prg_exec_monitor1.77-1.77.0_1
+libboost_timer.so.1.77.0 libboost_timer1.77-1.77.0_1
+libboost_random.so.1.77.0 libboost_random1.77-1.77.0_1
+libboost_filesystem.so.1.77.0 libboost_filesystem1.77-1.77.0_1
+libboost_unit_test_framework.so.1.77.0 libboost_unit_test_framework1.77-1.77.0_1
+libboost_math_c99.so.1.77.0 libboost_math_c991.77-1.77.0_1
+libboost_math_tr1.so.1.77.0 libboost_math_tr11.77-1.77.0_1
+libboost_regex.so.1.77.0 libboost_regex1.77-1.77.0_1
+libboost_serialization.so.1.77.0 libboost_serialization1.77-1.77.0_1
+libboost_chrono.so.1.77.0 libboost_chrono1.77-1.77.0_1
+libboost_wserialization.so.1.77.0 libboost_wserialization1.77-1.77.0_1
+libboost_graph.so.1.77.0 libboost_graph1.77-1.77.0_1
+libboost_log.so.1.77.0 libboost_log1.77-1.77.0_1
+libboost_locale.so.1.77.0 libboost_locale1.77-1.77.0_1
+libboost_program_options.so.1.77.0 libboost_program_options1.77-1.77.0_1
+libboost_iostreams.so.1.77.0 libboost_iostreams1.77-1.77.0_1
+libboost_system.so.1.77.0 libboost_system1.77-1.77.0_1
+libboost_thread.so.1.77.0 libboost_thread1.77-1.77.0_1
+libboost_log_setup.so.1.77.0 libboost_log_setup1.77-1.77.0_1
+libboost_date_time.so.1.77.0 libboost_date_time1.77-1.77.0_1
+libboost_wave.so.1.77.0 libboost_wave1.77-1.77.0_1
+libboost_atomic.so.1.77.0 libboost_atomic1.77-1.77.0_1
+libboost_type_erasure.so.1.77.0 libboost_type_erasure1.77-1.77.0_1
+libboost_fiber.so.1.77.0 libboost_fiber1.77-1.77.0_1
+libboost_stacktrace_noop.so.1.77.0 libboost_stacktrace_noop1.77-1.77.0_1
+libboost_stacktrace_addr2line.so.1.77.0 libboost_stacktrace_addr2line1.77-1.77.0_1
+libboost_stacktrace_basic.so.1.77.0 libboost_stacktrace_basic1.77-1.77.0_1
+libboost_python27.so.1.77.0 boost-python1.77-1.77.0_1
+libboost_python310.so.1.77.0 boost-python3-1.77-1.77.0_6
 libexempi.so.8 exempi-2.5.0_1
 libatasmart.so.4 libatasmart-0.17_1
 libsgutils2-1.45.so.2 libsgutils-1.45_1
diff --git a/srcpkgs/boost-python1.72 b/srcpkgs/boost-python1.77
similarity index 100%
rename from srcpkgs/boost-python1.72
rename to srcpkgs/boost-python1.77
diff --git a/srcpkgs/boost-python3-1.72 b/srcpkgs/boost-python3-1.77
similarity index 100%
rename from srcpkgs/boost-python3-1.72
rename to srcpkgs/boost-python3-1.77
diff --git a/srcpkgs/boost/patches/exec_file.patch b/srcpkgs/boost/patches/exec_file.patch
deleted file mode 100644
index b1b0ef969c4d..000000000000
--- a/srcpkgs/boost/patches/exec_file.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-From d9f06052e28873037db7f98629bce72182a42410 Mon Sep 17 00:00:00 2001
-From: Pat Riehecky <riehecky@fnal.gov>
-Date: Mon, 29 Jun 2020 10:51:58 -0500
-Subject: [PATCH] Convert Python 3.1+ to use public C API for filenames
-
- [
-  Ed.: Paths were adapted from upstream commit
-  https://github.com/boostorg/python/commit/d9f06052e28873037db7f98629bce72182a42410
- ]
-
----
- src/exec.cpp | 16 ++++++++++++----
- 1 file changed, 12 insertions(+), 4 deletions(-)
-
-diff --git a/libs/python/src/exec.cpp b/libs/python/src/exec.cpp
-index 171c6f4189..b2eabe59f6 100644
---- a/libs/python/src/exec.cpp
-+++ b/libs/python/src/exec.cpp
-@@ -104,14 +104,22 @@ object BOOST_PYTHON_DECL exec_file(char const *filename, object global, object l
-   if (local.is_none()) local = global;
-   // should be 'char const *' but older python versions don't use 'const' yet.
-   char *f = const_cast<char *>(filename);
--  // Let python open the file to avoid potential binary incompatibilities.
--#if PY_VERSION_HEX >= 0x03040000
--  FILE *fs = _Py_fopen(f, "r");
-+#if PY_VERSION_HEX >= 0x03010000
-+  // Let python manage any UTF bits to avoid potential incompatibilities.
-+  PyObject *fo = Py_BuildValue("s", f);
-+  PyObject *fb = Py_None;
-+  PyUnicode_FSConverter(fo, &fb);
-+  f = PyBytes_AsString(fb);
-+  FILE *fs = fopen(f, "r");
-+  Py_DECREF(fo);
-+  Py_DECREF(fb);
- #elif PY_VERSION_HEX >= 0x03000000
-+  // Let python open the file to avoid potential binary incompatibilities.
-   PyObject *fo = Py_BuildValue("s", f);
--  FILE *fs = _Py_fopen(fo, "r");
-+  FILE *fs = _Py_fopen(fo, "r"); // Private CPython API
-   Py_DECREF(fo);
- #else
-+  // Let python open the file to avoid potential binary incompatibilities.
-   PyObject *pyfile = PyFile_FromString(f, const_cast<char*>("r"));
-   if (!pyfile) throw std::invalid_argument(std::string(f) + " : no such file");
-   python::handle<> file(pyfile);
diff --git a/srcpkgs/boost/patches/mips.patch b/srcpkgs/boost/patches/mips.patch
index a10a2122d9c7..8d253fc7c286 100644
--- a/srcpkgs/boost/patches/mips.patch
+++ b/srcpkgs/boost/patches/mips.patch
@@ -3,7 +3,7 @@
 @@ -48,7 +48,7 @@
  #  define cpu_relax() asm volatile ("nop" ::: "memory");
  # endif
- #elif BOOST_ARCH_MIPS
+ #elif BOOST_ARCH_MIPS && (((__mips_isa_rev > 1) && defined(__mips32)) || ((__mips_isa_rev > 2)  && defined(__mips64)))
 -# define cpu_relax() asm volatile ("pause" ::: "memory");
 +# define cpu_relax() asm volatile ("nop" ::: "memory");
  #elif BOOST_ARCH_PPC
diff --git a/srcpkgs/boost/template b/srcpkgs/boost/template
index f5881e536bdd..1e9a3d61882b 100644
--- a/srcpkgs/boost/template
+++ b/srcpkgs/boost/template
@@ -1,7 +1,7 @@
 # Template file for 'boost'
 pkgname=boost
-version=1.72.0
-revision=6
+version=1.77.0
+revision=0
 wrksrc="${pkgname}_${version//\./_}"
 hostmakedepends="which bzip2-devel icu-devel python-devel python3-devel"
 makedepends="zlib-devel bzip2-devel icu-devel python-devel python3-devel"
@@ -10,7 +10,7 @@ maintainer="John <me@johnnynator.dev>"
 license="BSL-1.0"
 homepage="http://www.boost.org/"
 distfiles="https://boostorg.jfrog.io/artifactory/main/release/${version}/source/boost_${version//./_}.tar.bz2"
-checksum=59c9b274bc451cf91a9ba1dd2c7fdcaf5d60b1b3aa83f2c9fa143417cc660722
+checksum="fc9f85fc030e233142908241af7a846e60630aa7388de9a5fafb1f3a26840854"
 python_version=3
 
 CXXFLAGS="-std=c++14"
@@ -31,23 +31,23 @@ replaces="libboost_program_options1.69>=0 libboost_math_c99f1.69>=0
  libboost_wserialization1.69>=0 libboost_context1.69>=0
  libboost_stacktrace_addr2line1.69>=0"
 
-subpackages="libboost_program_options1.72 libboost_math_c99f1.72
- libboost_stacktrace_basic1.72 libboost_stacktrace_noop1.72
- libboost_iostreams1.72 libboost_math_tr1l1.72 libboost_filesystem1.72
- libboost_chrono1.72 libboost_math_tr1f1.72 libboost_wave1.72
- libboost_graph1.72 libboost_locale1.72 libboost_regex1.72
- libboost_fiber1.72 libboost_type_erasure1.72 libboost_coroutine1.72
- libboost_atomic1.72 libboost_prg_exec_monitor1.72 libboost_math_c991.72
- boost-python3-1.72 libboost_log_setup1.72 boost-devel
- libboost_timer1.72 libboost_system1.72 libboost_unit_test_framework1.72
- libboost_serialization1.72 libboost_math_tr11.72 boost-build
- libboost_math_c99l1.72 boost-python1.72 libboost_contract1.72
- libboost_date_time1.72 libboost_log1.72 libboost_random1.72
- libboost_thread1.72 libboost_container1.72 boost-jam
- libboost_wserialization1.72 libboost_context1.72"
+subpackages="libboost_program_options1.77 libboost_math_c99f1.77
+ libboost_stacktrace_basic1.77 libboost_stacktrace_noop1.77
+ libboost_iostreams1.77 libboost_math_tr1l1.77 libboost_filesystem1.77
+ libboost_chrono1.77 libboost_math_tr1f1.77 libboost_wave1.77
+ libboost_graph1.77 libboost_locale1.77 libboost_regex1.77
+ libboost_fiber1.77 libboost_type_erasure1.77 libboost_coroutine1.77
+ libboost_atomic1.77 libboost_prg_exec_monitor1.77 libboost_math_c991.77
+ boost-python3-1.77 libboost_log_setup1.77 boost-devel
+ libboost_timer1.77 libboost_system1.77 libboost_unit_test_framework1.77
+ libboost_serialization1.77 libboost_math_tr11.77 boost-build
+ libboost_math_c99l1.77 boost-python1.77 libboost_contract1.77
+ libboost_date_time1.77 libboost_log1.77 libboost_random1.77
+ libboost_thread1.77 libboost_container1.77 boost-jam
+ libboost_wserialization1.77 libboost_context1.77"
 
 if [ -z "$CROSS_BUILD" ]; then
-	subpackages+=" libboost_stacktrace_addr2line1.72"
+	subpackages+=" libboost_stacktrace_addr2line1.77"
 fi
 
 case "$XBPS_TARGET_MACHINE" in
@@ -119,7 +119,7 @@ boost-jam_package() {
 		vmove usr/bin/b2
 	}
 }
-boost-python1.72_package() {
+boost-python1.77_package() {
 	depends="boost python"
 	replaces="boost-python>=0"
 	short_desc+=" - Python bindings"
@@ -127,7 +127,7 @@ boost-python1.72_package() {
 		vmove "usr/lib/libboost_python2*.so.*"
 	}
 }
-boost-python3-1.72_package() {
+boost-python3-1.77_package() {
 	depends="boost python3"
 	replaces="boost-python3>=0"
 	short_desc+=" - Python3 bindings"
@@ -154,7 +154,7 @@ boost-devel_package() {
 	}
 }
 
-libboost_atomic1.72_package() {
+libboost_atomic1.77_package() {
 	depends="boost"
 	short_desc+=" - libboost_atomic"
 	pkg_install() {
@@ -162,7 +162,7 @@ libboost_atomic1.72_package() {
 	}
 }
 
-libboost_chrono1.72_package() {
+libboost_chrono1.77_package() {
 	depends="boost"
 	short_desc+=" - libboost_chrono"
 	pkg_install() {
@@ -170,7 +170,7 @@ libboost_chrono1.72_package() {
 	}
 }
 
-libboost_container1.72_package() {
+libboost_container1.77_package() {
 	depends="boost"
 	short_desc+=" - libboost_container"
 	pkg_install() {
@@ -178,7 +178,7 @@ libboost_container1.72_package() {
 	}
 }
 
-libboost_context1.72_package() {
+libboost_context1.77_package() {
 	depends="boost"
 	short_desc+=" - libboost_context"
 	pkg_install() {
@@ -186,7 +186,7 @@ libboost_context1.72_package() {
 	}
 }
 
-libboost_contract1.72_package() {
+libboost_contract1.77_package() {
 	depends="boost"
 	short_desc+=" - libboost_contract"
 	pkg_install() {
@@ -194,7 +194,7 @@ libboost_contract1.72_package() {
 	}
 }
 
-libboost_coroutine1.72_package() {
+libboost_coroutine1.77_package() {
 	depends="boost"
 	short_desc+=" - libboost_coroutine"
 	pkg_install() {
@@ -202,7 +202,7 @@ libboost_coroutine1.72_package() {
 	}
 }
 
-libboost_date_time1.72_package() {
+libboost_date_time1.77_package() {
 	depends="boost"
 	short_desc+=" - libboost_date_time"
 	pkg_install() {
@@ -210,7 +210,7 @@ libboost_date_time1.72_package() {
 	}
 }
 
-libboost_fiber1.72_package() {
+libboost_fiber1.77_package() {
 	depends="boost"
 	short_desc+=" - libboost_fiber"
 	pkg_install() {
@@ -218,7 +218,7 @@ libboost_fiber1.72_package() {
 	}
 }
 
-libboost_filesystem1.72_package() {
+libboost_filesystem1.77_package() {
 	depends="boost"
 	short_desc+=" - libboost_filesystem"
 	pkg_install() {
@@ -226,7 +226,7 @@ libboost_filesystem1.72_package() {
 	}
 }
 
-libboost_graph1.72_package() {
+libboost_graph1.77_package() {
 	depends="boost"
 	short_desc+=" - libboost_graph"
 	pkg_install() {
@@ -234,7 +234,7 @@ libboost_graph1.72_package() {
 	}
 }
 
-libboost_iostreams1.72_package() {
+libboost_iostreams1.77_package() {
 	depends="boost"
 	short_desc+=" - libboost_iostreams"
 	pkg_install() {
@@ -242,7 +242,7 @@ libboost_iostreams1.72_package() {
 	}
 }
 
-libboost_locale1.72_package() {
+libboost_locale1.77_package() {
 	depends="boost"
 	short_desc+=" - libboost_locale"
 	pkg_install() {
@@ -250,7 +250,7 @@ libboost_locale1.72_package() {
 	}
 }
 
-libboost_log1.72_package() {
+libboost_log1.77_package() {
 	depends="boost"
 	short_desc+=" - libboost_log"
 	pkg_install() {
@@ -258,7 +258,7 @@ libboost_log1.72_package() {
 	}
 }
 
-libboost_log_setup1.72_package() {
+libboost_log_setup1.77_package() {
 	depends="boost"
 	short_desc+=" - libboost_log_setup"
 	pkg_install() {
@@ -266,7 +266,7 @@ libboost_log_setup1.72_package() {
 	}
 }
 
-libboost_math_c991.72_package() {
+libboost_math_c991.77_package() {
 	depends="boost"
 	short_desc+=" - libboost_math_c99"
 	pkg_install() {
@@ -274,7 +274,7 @@ libboost_math_c991.72_package() {
 	}
 }
 
-libboost_math_c99f1.72_package() {
+libboost_math_c99f1.77_package() {
 	depends="boost"
 	short_desc+=" - libboost_math_c99f"
 	pkg_install() {
@@ -282,7 +282,7 @@ libboost_math_c99f1.72_package() {
 	}
 }
 
-libboost_math_c99l1.72_package() {
+libboost_math_c99l1.77_package() {
 	depends="boost"
 	short_desc+=" - libboost_math_c99l"
 	pkg_install() {
@@ -290,7 +290,7 @@ libboost_math_c99l1.72_package() {
 	}
 }
 
-libboost_math_tr11.72_package() {
+libboost_math_tr11.77_package() {
 	depends="boost"
 	short_desc+=" - libboost_math_tr1"
 	pkg_install() {
@@ -298,7 +298,7 @@ libboost_math_tr11.72_package() {
 	}
 }
 
-libboost_math_tr1f1.72_package() {
+libboost_math_tr1f1.77_package() {
 	depends="boost"
 	short_desc+=" - libboost_math_tr1f"
 	pkg_install() {
@@ -306,7 +306,7 @@ libboost_math_tr1f1.72_package() {
 	}
 }
 
-libboost_math_tr1l1.72_package() {
+libboost_math_tr1l1.77_package() {
 	depends="boost"
 	short_desc+=" - libboost_math_tr1l"
 	pkg_install() {
@@ -314,7 +314,7 @@ libboost_math_tr1l1.72_package() {
 	}
 }
 
-libboost_prg_exec_monitor1.72_package() {
+libboost_prg_exec_monitor1.77_package() {
 	depends="boost"
 	short_desc+=" - libboost_prg_exec_monitor"
 	pkg_install() {
@@ -322,7 +322,7 @@ libboost_prg_exec_monitor1.72_package() {
 	}
 }
 
-libboost_program_options1.72_package() {
+libboost_program_options1.77_package() {
 	depends="boost"
 	short_desc+=" - libboost_program_options"
 	pkg_install() {
@@ -330,7 +330,7 @@ libboost_program_options1.72_package() {
 	}
 }
 
-libboost_random1.72_package() {
+libboost_random1.77_package() {
 	depends="boost"
 	short_desc+=" - libboost_random"
 	pkg_install() {
@@ -338,7 +338,7 @@ libboost_random1.72_package() {
 	}
 }
 
-libboost_regex1.72_package() {
+libboost_regex1.77_package() {
 	depends="boost"
 	short_desc+=" - libboost_regex"
 	pkg_install() {
@@ -346,7 +346,7 @@ libboost_regex1.72_package() {
 	}
 }
 
-libboost_serialization1.72_package() {
+libboost_serialization1.77_package() {
 	depends="boost"
 	short_desc+=" - libboost_serialization"
 	pkg_install() {
@@ -354,7 +354,7 @@ libboost_serialization1.72_package() {
 	}
 }
 
-libboost_stacktrace_addr2line1.72_package() {
+libboost_stacktrace_addr2line1.77_package() {
 	depends="boost"
 	short_desc+=" - libboost_stacktrace_addr2line"
 	pkg_install() {
@@ -362,7 +362,7 @@ libboost_stacktrace_addr2line1.72_package() {
 	}
 }
 
-libboost_stacktrace_basic1.72_package() {
+libboost_stacktrace_basic1.77_package() {
 	depends="boost"
 	short_desc+=" - libboost_stacktrace_basic"
 	pkg_install() {
@@ -370,7 +370,7 @@ libboost_stacktrace_basic1.72_package() {
 	}
 }
 
-libboost_stacktrace_noop1.72_package() {
+libboost_stacktrace_noop1.77_package() {
 	depends="boost"
 	short_desc+=" - libboost_stacktrace_noop"
 	pkg_install() {
@@ -378,7 +378,7 @@ libboost_stacktrace_noop1.72_package() {
 	}
 }
 
-libboost_system1.72_package() {
+libboost_system1.77_package() {
 	depends="boost"
 	short_desc+=" - libboost_system"
 	pkg_install() {
@@ -386,7 +386,7 @@ libboost_system1.72_package() {
 	}
 }
 
-libboost_thread1.72_package() {
+libboost_thread1.77_package() {
 	depends="boost"
 	short_desc+=" - libboost_thread"
 	pkg_install() {
@@ -394,7 +394,7 @@ libboost_thread1.72_package() {
 	}
 }
 
-libboost_timer1.72_package() {
+libboost_timer1.77_package() {
 	depends="boost"
 	short_desc+=" - libboost_timer"
 	pkg_install() {
@@ -402,7 +402,7 @@ libboost_timer1.72_package() {
 	}
 }
 
-libboost_type_erasure1.72_package() {
+libboost_type_erasure1.77_package() {
 	depends="boost"
 	short_desc+=" - libboost_type_erasure"
 	pkg_install() {
@@ -410,7 +410,7 @@ libboost_type_erasure1.72_package() {
 	}
 }
 
-libboost_unit_test_framework1.72_package() {
+libboost_unit_test_framework1.77_package() {
 	depends="boost"
 	short_desc+=" - libboost_unit_test_framework"
 	pkg_install() {
@@ -418,7 +418,7 @@ libboost_unit_test_framework1.72_package() {
 	}
 }
 
-libboost_wave1.72_package() {
+libboost_wave1.77_package() {
 	depends="boost"
 	short_desc+=" - libboost_wave"
 	pkg_install() {
@@ -426,7 +426,7 @@ libboost_wave1.72_package() {
 	}
 }
 
-libboost_wserialization1.72_package() {
+libboost_wserialization1.77_package() {
 	depends="boost"
 	short_desc+=" - libboost_wserialization"
 	pkg_install() {
diff --git a/srcpkgs/libboost_atomic1.72 b/srcpkgs/libboost_atomic1.77
similarity index 100%
rename from srcpkgs/libboost_atomic1.72
rename to srcpkgs/libboost_atomic1.77
diff --git a/srcpkgs/libboost_chrono1.72 b/srcpkgs/libboost_chrono1.77
similarity index 100%
rename from srcpkgs/libboost_chrono1.72
rename to srcpkgs/libboost_chrono1.77
diff --git a/srcpkgs/libboost_container1.72 b/srcpkgs/libboost_container1.77
similarity index 100%
rename from srcpkgs/libboost_container1.72
rename to srcpkgs/libboost_container1.77
diff --git a/srcpkgs/libboost_context1.72 b/srcpkgs/libboost_context1.77
similarity index 100%
rename from srcpkgs/libboost_context1.72
rename to srcpkgs/libboost_context1.77
diff --git a/srcpkgs/libboost_contract1.72 b/srcpkgs/libboost_contract1.77
similarity index 100%
rename from srcpkgs/libboost_contract1.72
rename to srcpkgs/libboost_contract1.77
diff --git a/srcpkgs/libboost_coroutine1.72 b/srcpkgs/libboost_coroutine1.77
similarity index 100%
rename from srcpkgs/libboost_coroutine1.72
rename to srcpkgs/libboost_coroutine1.77
diff --git a/srcpkgs/libboost_date_time1.72 b/srcpkgs/libboost_date_time1.77
similarity index 100%
rename from srcpkgs/libboost_date_time1.72
rename to srcpkgs/libboost_date_time1.77
diff --git a/srcpkgs/libboost_fiber1.72 b/srcpkgs/libboost_fiber1.77
similarity index 100%
rename from srcpkgs/libboost_fiber1.72
rename to srcpkgs/libboost_fiber1.77
diff --git a/srcpkgs/libboost_filesystem1.72 b/srcpkgs/libboost_filesystem1.77
similarity index 100%
rename from srcpkgs/libboost_filesystem1.72
rename to srcpkgs/libboost_filesystem1.77
diff --git a/srcpkgs/libboost_graph1.72 b/srcpkgs/libboost_graph1.77
similarity index 100%
rename from srcpkgs/libboost_graph1.72
rename to srcpkgs/libboost_graph1.77
diff --git a/srcpkgs/libboost_iostreams1.72 b/srcpkgs/libboost_iostreams1.77
similarity index 100%
rename from srcpkgs/libboost_iostreams1.72
rename to srcpkgs/libboost_iostreams1.77
diff --git a/srcpkgs/libboost_locale1.72 b/srcpkgs/libboost_locale1.77
similarity index 100%
rename from srcpkgs/libboost_locale1.72
rename to srcpkgs/libboost_locale1.77
diff --git a/srcpkgs/libboost_log1.72 b/srcpkgs/libboost_log1.77
similarity index 100%
rename from srcpkgs/libboost_log1.72
rename to srcpkgs/libboost_log1.77
diff --git a/srcpkgs/libboost_log_setup1.72 b/srcpkgs/libboost_log_setup1.77
similarity index 100%
rename from srcpkgs/libboost_log_setup1.72
rename to srcpkgs/libboost_log_setup1.77
diff --git a/srcpkgs/libboost_math_c991.72 b/srcpkgs/libboost_math_c991.77
similarity index 100%
rename from srcpkgs/libboost_math_c991.72
rename to srcpkgs/libboost_math_c991.77
diff --git a/srcpkgs/libboost_math_c99f1.72 b/srcpkgs/libboost_math_c99f1.77
similarity index 100%
rename from srcpkgs/libboost_math_c99f1.72
rename to srcpkgs/libboost_math_c99f1.77
diff --git a/srcpkgs/libboost_math_c99l1.72 b/srcpkgs/libboost_math_c99l1.77
similarity index 100%
rename from srcpkgs/libboost_math_c99l1.72
rename to srcpkgs/libboost_math_c99l1.77
diff --git a/srcpkgs/libboost_math_tr11.72 b/srcpkgs/libboost_math_tr11.77
similarity index 100%
rename from srcpkgs/libboost_math_tr11.72
rename to srcpkgs/libboost_math_tr11.77
diff --git a/srcpkgs/libboost_math_tr1f1.72 b/srcpkgs/libboost_math_tr1f1.77
similarity index 100%
rename from srcpkgs/libboost_math_tr1f1.72
rename to srcpkgs/libboost_math_tr1f1.77
diff --git a/srcpkgs/libboost_math_tr1l1.72 b/srcpkgs/libboost_math_tr1l1.77
similarity index 100%
rename from srcpkgs/libboost_math_tr1l1.72
rename to srcpkgs/libboost_math_tr1l1.77
diff --git a/srcpkgs/libboost_prg_exec_monitor1.72 b/srcpkgs/libboost_prg_exec_monitor1.77
similarity index 100%
rename from srcpkgs/libboost_prg_exec_monitor1.72
rename to srcpkgs/libboost_prg_exec_monitor1.77
diff --git a/srcpkgs/libboost_program_options1.72 b/srcpkgs/libboost_program_options1.77
similarity index 100%
rename from srcpkgs/libboost_program_options1.72
rename to srcpkgs/libboost_program_options1.77
diff --git a/srcpkgs/libboost_random1.72 b/srcpkgs/libboost_random1.77
similarity index 100%
rename from srcpkgs/libboost_random1.72
rename to srcpkgs/libboost_random1.77
diff --git a/srcpkgs/libboost_regex1.72 b/srcpkgs/libboost_regex1.77
similarity index 100%
rename from srcpkgs/libboost_regex1.72
rename to srcpkgs/libboost_regex1.77
diff --git a/srcpkgs/libboost_serialization1.72 b/srcpkgs/libboost_serialization1.77
similarity index 100%
rename from srcpkgs/libboost_serialization1.72
rename to srcpkgs/libboost_serialization1.77
diff --git a/srcpkgs/libboost_stacktrace_addr2line1.72 b/srcpkgs/libboost_stacktrace_addr2line1.77
similarity index 100%
rename from srcpkgs/libboost_stacktrace_addr2line1.72
rename to srcpkgs/libboost_stacktrace_addr2line1.77
diff --git a/srcpkgs/libboost_stacktrace_basic1.72 b/srcpkgs/libboost_stacktrace_basic1.77
similarity index 100%
rename from srcpkgs/libboost_stacktrace_basic1.72
rename to srcpkgs/libboost_stacktrace_basic1.77
diff --git a/srcpkgs/libboost_stacktrace_noop1.72 b/srcpkgs/libboost_stacktrace_noop1.77
similarity index 100%
rename from srcpkgs/libboost_stacktrace_noop1.72
rename to srcpkgs/libboost_stacktrace_noop1.77
diff --git a/srcpkgs/libboost_system1.72 b/srcpkgs/libboost_system1.77
similarity index 100%
rename from srcpkgs/libboost_system1.72
rename to srcpkgs/libboost_system1.77
diff --git a/srcpkgs/libboost_thread1.72 b/srcpkgs/libboost_thread1.77
similarity index 100%
rename from srcpkgs/libboost_thread1.72
rename to srcpkgs/libboost_thread1.77
diff --git a/srcpkgs/libboost_timer1.72 b/srcpkgs/libboost_timer1.77
similarity index 100%
rename from srcpkgs/libboost_timer1.72
rename to srcpkgs/libboost_timer1.77
diff --git a/srcpkgs/libboost_type_erasure1.72 b/srcpkgs/libboost_type_erasure1.77
similarity index 100%
rename from srcpkgs/libboost_type_erasure1.72
rename to srcpkgs/libboost_type_erasure1.77
diff --git a/srcpkgs/libboost_unit_test_framework1.72 b/srcpkgs/libboost_unit_test_framework1.77
similarity index 100%
rename from srcpkgs/libboost_unit_test_framework1.72
rename to srcpkgs/libboost_unit_test_framework1.77
diff --git a/srcpkgs/libboost_wave1.72 b/srcpkgs/libboost_wave1.77
similarity index 100%
rename from srcpkgs/libboost_wave1.72
rename to srcpkgs/libboost_wave1.77
diff --git a/srcpkgs/libboost_wserialization1.72 b/srcpkgs/libboost_wserialization1.77
similarity index 100%
rename from srcpkgs/libboost_wserialization1.72
rename to srcpkgs/libboost_wserialization1.77

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-11-13 10:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-08 20:56 [PR PATCH] boost: update to 1.77 sigasigasiga
2021-11-08 21:52 ` Johnnynator
2021-11-08 21:58 ` sigasigasiga
2021-11-09  5:37 ` ericonr
2021-11-13 10:44 ` [PR PATCH] [Closed]: " sigasigasiga

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).