git: 6f0e39952dc7 - main - devel/pika: update 0.32.0 → 0.33.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 11 Jun 2025 05:30:06 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=6f0e39952dc77054bf219939f8c1f404f07415f4 commit 6f0e39952dc77054bf219939f8c1f404f07415f4 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2025-06-10 15:11:00 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2025-06-11 05:30:04 +0000 devel/pika: update 0.32.0 → 0.33.0 --- devel/pika/Makefile | 7 +++++-- devel/pika/distinfo | 8 +++++--- devel/pika/pkg-plist | 6 ++++-- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/devel/pika/Makefile b/devel/pika/Makefile index 598a379946b6..52d270dbbc01 100644 --- a/devel/pika/Makefile +++ b/devel/pika/Makefile @@ -1,7 +1,10 @@ PORTNAME= pika -DISTVERSION= 0.32.0 +DISTVERSION= 0.33.0 CATEGORIES= devel +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES= eaa18b94132eefd836a7d408dd8c9f61adc9df8e.patch:-p1 # fix compilation with Boost 1.88.0, https://github.com/pika-org/pika/pull/1428 + MAINTAINER= yuri@FreeBSD.org COMMENT= C++ library for concurrency and parallelism WWW= https://github.com/pika-org/pika @@ -36,6 +39,6 @@ post-test: # run the tests according to https://pikacpp.org/usage.html#testing ( @cd ${BUILD_WRKSRC} && \ ${MAKE_CMD} test -# tests as of 0.32.0: 100% tests passed, 0 tests failed out of 530 +# tests as of 0.33.0: 99% tests passed, 1 tests failed out of 530, see https://github.com/pika-org/pika/issues/1437 .include <bsd.port.mk> diff --git a/devel/pika/distinfo b/devel/pika/distinfo index 194039eea35e..7cf4676d41fc 100644 --- a/devel/pika/distinfo +++ b/devel/pika/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1738823246 -SHA256 (pika-org-pika-0.32.0_GH0.tar.gz) = 19217e3eecff30a7038f5712b6e161db09f12d7077550e8f66add74b3e524d29 -SIZE (pika-org-pika-0.32.0_GH0.tar.gz) = 1098194 +TIMESTAMP = 1749570798 +SHA256 (pika-org-pika-0.33.0_GH0.tar.gz) = 08db88294e6eaccb80f1c4012e7ba0e197b6354b6fbc3bfdb7734cb9dce6fe08 +SIZE (pika-org-pika-0.33.0_GH0.tar.gz) = 1103633 +SHA256 (eaa18b94132eefd836a7d408dd8c9f61adc9df8e.patch) = 23be060d97d8edefc22d492bb235a0a368ecb7569bb1aa7169a5787135adc54b +SIZE (eaa18b94132eefd836a7d408dd8c9f61adc9df8e.patch) = 1483 diff --git a/devel/pika/pkg-plist b/devel/pika/pkg-plist index 9ad6a496d234..20243006f317 100644 --- a/devel/pika/pkg-plist +++ b/devel/pika/pkg-plist @@ -31,6 +31,7 @@ include/pika/concurrency/cache_line_data.hpp include/pika/concurrency/concurrentqueue.hpp include/pika/concurrency/config/defines.hpp include/pika/concurrency/deque.hpp +include/pika/concurrency/deque.hpp.orig include/pika/concurrency/detail/contiguous_index_queue.hpp include/pika/concurrency/detail/freelist.hpp include/pika/concurrency/detail/tagged_ptr_pair.hpp @@ -75,6 +76,7 @@ include/pika/coroutines/detail/coroutine_stackful_self.hpp include/pika/coroutines/detail/coroutine_stackless_self.hpp include/pika/coroutines/detail/get_stack_pointer.hpp include/pika/coroutines/detail/posix_utility.hpp +include/pika/coroutines/detail/sigaltstack_sigsegv_handler.hpp include/pika/coroutines/detail/swap_context.hpp include/pika/coroutines/detail/tss.hpp include/pika/coroutines/stackless_coroutine.hpp @@ -129,6 +131,7 @@ include/pika/execution/algorithms/transfer_when_all.hpp include/pika/execution/algorithms/unpack.hpp include/pika/execution/algorithms/when_all.hpp include/pika/execution/algorithms/when_all_vector.hpp +include/pika/execution/async_rw_mutex.hpp include/pika/execution/config/defines.hpp include/pika/execution/scheduler_queries.hpp include/pika/execution_base/agent_base.hpp @@ -329,7 +332,6 @@ include/pika/string_util/from_string.hpp include/pika/string_util/split.hpp include/pika/string_util/to_string.hpp include/pika/string_util/trim.hpp -include/pika/synchronization/async_rw_mutex.hpp include/pika/synchronization/barrier.hpp include/pika/synchronization/condition_variable.hpp include/pika/synchronization/config/defines.hpp @@ -529,4 +531,4 @@ lib/cmake/pika/tests/stdexec_sender_receiver_concepts.cpp lib/cmake/pika/tests/unistd_h.cpp lib/libpika.so lib/libpika.so.0 -lib/libpika.so.0.32.0 +lib/libpika.so.0.33.0