diff --git a/devel/quickcpplib/Makefile b/devel/quickcpplib/Makefile index 422d902b031e..dd62aa9b2a33 100644 --- a/devel/quickcpplib/Makefile +++ b/devel/quickcpplib/Makefile @@ -1,32 +1,31 @@ PORTNAME= quickcpplib -DISTVERSION= g20230614 -PORTREVISION= 1 +DISTVERSION= g20260310 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org COMMENT= Eliminate hassle when making state-of-the-art C++14-23 libraries WWW= https://github.com/ned14/quickcpplib LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/Licence.txt BROKEN_powerpc= clang crashes, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276824 NOT_FOR_ARCHS= powerpc64 powerpc64le NOT_FOR_ARCHS_REASON= test/timing.h:113:2: error: Unsupported platform USES= cmake:testing USE_GITHUB= yes GH_ACCOUNT= ned14 -GH_TAGNAME= f9ab259 +GH_TAGNAME= 3c1d8cb GH_TUPLE= \ ned14:quickcpplib:af81e79226211640acace43637a929e4aae4b1f3:ned14_quickcpplib/doc/html \ martinmoene:span-lite:dbb484f6c2060b41afa55653dec99b228013a813:martinmoene_span_lite/include/quickcpplib/span-lite \ ned14:pcpp:2ad25f10d358d85dcb3c5dfc358980a6cd008165:ned14_pcpp/pcpp \ akrzemi1:Optional:2b43315458a99fc5de1da6e7bc0ddd364b26d643:akrzemi1_Optional/include/quickcpplib/optional \ martinmoene:byte-lite:5bf0d80352197a4fb3526ad678a23a4c0c40d094:martinmoene_byte_lite/include/quickcpplib/byte \ ned14:ply:fbc7a3cbc6e57d18462453dc65ba2c985fd6ac21:ned14_ply/pcpp/pcpp/ply LDFLAGS+= -lrt .include diff --git a/devel/quickcpplib/distinfo b/devel/quickcpplib/distinfo index 4476affb0b92..63977b4d45e8 100644 --- a/devel/quickcpplib/distinfo +++ b/devel/quickcpplib/distinfo @@ -1,15 +1,15 @@ -TIMESTAMP = 1688096195 -SHA256 (ned14-quickcpplib-g20230614-f9ab259_GH0.tar.gz) = b45c49e214d13fa10f2d67d0f9f21d467783739432e71fe4199d3134bdfc23d7 -SIZE (ned14-quickcpplib-g20230614-f9ab259_GH0.tar.gz) = 591113 +TIMESTAMP = 1777362509 +SHA256 (ned14-quickcpplib-g20260310-3c1d8cb_GH0.tar.gz) = 1a9e8d89acfe55a74640034f96a9073683f7a904273a8bfe54949984098acfb3 +SIZE (ned14-quickcpplib-g20260310-3c1d8cb_GH0.tar.gz) = 600823 SHA256 (ned14-quickcpplib-af81e79226211640acace43637a929e4aae4b1f3_GH0.tar.gz) = bdaecd0aa3d58f1209357226cf03874c8774046c5738d462901a44d7f3b127a6 SIZE (ned14-quickcpplib-af81e79226211640acace43637a929e4aae4b1f3_GH0.tar.gz) = 1117336 SHA256 (martinmoene-span-lite-dbb484f6c2060b41afa55653dec99b228013a813_GH0.tar.gz) = ebfde55f9d141ef4ea5ca99a140829ff3c1b17220613fe7177e661e542c77a39 SIZE (martinmoene-span-lite-dbb484f6c2060b41afa55653dec99b228013a813_GH0.tar.gz) = 56525 SHA256 (ned14-pcpp-2ad25f10d358d85dcb3c5dfc358980a6cd008165_GH0.tar.gz) = 82b119161881609fb002609daebc169cd0941941644307768550037196da2bb4 SIZE (ned14-pcpp-2ad25f10d358d85dcb3c5dfc358980a6cd008165_GH0.tar.gz) = 151777 SHA256 (akrzemi1-Optional-2b43315458a99fc5de1da6e7bc0ddd364b26d643_GH0.tar.gz) = 686a269d91292d0dd16195778a5437f08e94ce9d0d93ece3c00dec54d9baa31e SIZE (akrzemi1-Optional-2b43315458a99fc5de1da6e7bc0ddd364b26d643_GH0.tar.gz) = 16886 SHA256 (martinmoene-byte-lite-5bf0d80352197a4fb3526ad678a23a4c0c40d094_GH0.tar.gz) = b8384d7c184f8e3ec82107651fc56b0e160e2067db59aa03967b3db1d39733de SIZE (martinmoene-byte-lite-5bf0d80352197a4fb3526ad678a23a4c0c40d094_GH0.tar.gz) = 31355 SHA256 (ned14-ply-fbc7a3cbc6e57d18462453dc65ba2c985fd6ac21_GH0.tar.gz) = e17b211d05519ab32365ccdfdd67b64408a68f0cd2032751f4f4cbb2722b27bb SIZE (ned14-ply-fbc7a3cbc6e57d18462453dc65ba2c985fd6ac21_GH0.tar.gz) = 154023 diff --git a/devel/quickcpplib/files/patch-include_quickcpplib_signal__guard.hpp b/devel/quickcpplib/files/patch-include_quickcpplib_signal__guard.hpp deleted file mode 100644 index e2bd24503d09..000000000000 --- a/devel/quickcpplib/files/patch-include_quickcpplib_signal__guard.hpp +++ /dev/null @@ -1,11 +0,0 @@ ---- include/quickcpplib/signal_guard.hpp.orig 2023-06-30 03:41:25 UTC -+++ include/quickcpplib/signal_guard.hpp -@@ -531,7 +531,7 @@ namespace signal_guard - #ifdef _WIN32 - void *_threadh{nullptr}; - #else -- void *_timerid{nullptr}; -+ timer_t _timerid{nullptr}; - #endif - signal_guard_watchdog_impl *_prev{nullptr}, *_next{nullptr}; - uint64_t _deadline_ms{0}; diff --git a/devel/quickcpplib/files/patch-include_quickcpplib_uint128.hpp b/devel/quickcpplib/files/patch-include_quickcpplib_uint128.hpp deleted file mode 100644 index 42004d9b622d..000000000000 --- a/devel/quickcpplib/files/patch-include_quickcpplib_uint128.hpp +++ /dev/null @@ -1,65 +0,0 @@ ---- include/quickcpplib/uint128.hpp.orig 2023-10-24 05:06:15 UTC -+++ include/quickcpplib/uint128.hpp -@@ -53,7 +53,7 @@ namespace integers128 - #if defined(__SSE2__) || defined(_M_X64) || (defined(_M_IX86_FP) && _M_IX86_FP >= 2) - __m128i as_m128i; - #endif --#if defined(__GNUC__) || defined(__clang__) -+#if defined(__SIZEOF_INT128__) - unsigned __int128 as_uint128; - #endif - //! Default constructor, no bits set -@@ -100,7 +100,7 @@ namespace integers128 - } - uint128 operator+=(const uint128 &v) noexcept - { --#if defined(__GNUC__) || defined(__clang__) -+#if defined(__SIZEOF_INT128__) - as_uint128 += v.as_uint128; - return *this; - #endif -@@ -118,7 +118,7 @@ namespace integers128 - } - uint128 operator-=(const uint128 &v) noexcept - { --#if defined(__GNUC__) || defined(__clang__) -+#if defined(__SIZEOF_INT128__) - as_uint128 -= v.as_uint128; - return *this; - #endif -@@ -146,7 +146,7 @@ namespace integers128 - { - if(!b) - throw std::domain_error("divide by zero"); --#if defined(__GNUC__) || defined(__clang__) -+#if defined(__SIZEOF_INT128__) - as_uint128 %= b.as_uint128; - return *this; - #endif -@@ -169,7 +169,7 @@ namespace integers128 - { - if(!b) - throw std::domain_error("divide by zero"); --#if defined(__GNUC__) || defined(__clang__) -+#if defined(__SIZEOF_INT128__) - as_uint128 %= b; - return *this; - #endif -@@ -215,7 +215,7 @@ namespace integers128 - } - uint128 operator<<=(uint8_t v) noexcept - { --#if defined(__GNUC__) || defined(__clang__) -+#if defined(__SIZEOF_INT128__) - as_uint128 <<= v; - return *this; - #endif -@@ -232,7 +232,7 @@ namespace integers128 - } - uint128 operator>>=(uint8_t v) noexcept - { --#if defined(__GNUC__) || defined(__clang__) -+#if defined(__SIZEOF_INT128__) - as_uint128 >>= v; - return *this; - #endif diff --git a/devel/quickcpplib/pkg-plist b/devel/quickcpplib/pkg-plist index 3827ec8eb38c..3a1dcf048fbb 100644 --- a/devel/quickcpplib/pkg-plist +++ b/devel/quickcpplib/pkg-plist @@ -1,95 +1,97 @@ include/quickcpplib/algorithm/bit_interleave.hpp include/quickcpplib/algorithm/bitwise_trie.hpp include/quickcpplib/algorithm/hash.hpp include/quickcpplib/algorithm/memory.hpp include/quickcpplib/algorithm/open_hash_index.hpp include/quickcpplib/algorithm/prime_modulus.hpp include/quickcpplib/algorithm/secded_ecc.hpp include/quickcpplib/algorithm/small_prng.hpp include/quickcpplib/algorithm/string.hpp include/quickcpplib/aligned_allocator.hpp include/quickcpplib/allocator_testing.hpp include/quickcpplib/bit_cast.hpp include/quickcpplib/bitfield.hpp include/quickcpplib/boost/test/unit_test.hpp include/quickcpplib/byte.hpp include/quickcpplib/byte/include/nonstd/byte.hpp include/quickcpplib/byte/test/byte-main.t.hpp include/quickcpplib/byte/test/lest/lest_cpp03.hpp include/quickcpplib/config.hpp include/quickcpplib/console_colours.hpp include/quickcpplib/cpp_feature.h include/quickcpplib/declval.hpp include/quickcpplib/detach_cast.hpp +include/quickcpplib/detail/config.hpp include/quickcpplib/detail/impl/execinfo_win64.ipp include/quickcpplib/detail/impl/signal_guard.ipp include/quickcpplib/detail/preprocessor_macro_overload.h include/quickcpplib/erasure_cast.hpp include/quickcpplib/execinfo_win64.h include/quickcpplib/function_ptr.hpp include/quickcpplib/import.h include/quickcpplib/in_place_detach_attach.hpp include/quickcpplib/mem_flush_loads_stores.hpp include/quickcpplib/memory_resource.hpp include/quickcpplib/offset_ptr.hpp include/quickcpplib/optional.hpp include/quickcpplib/optional/optional.hpp include/quickcpplib/packed_backtrace.hpp include/quickcpplib/revision.hpp include/quickcpplib/ringbuffer_log.hpp include/quickcpplib/scope.hpp include/quickcpplib/signal_guard.hpp include/quickcpplib/span-lite/example/nonstd/span.tweak.hpp include/quickcpplib/span-lite/include/nonstd/span.hpp include/quickcpplib/span-lite/test/lest/lest_cpp03.hpp include/quickcpplib/span-lite/test/nonstd/span.tweak.hpp include/quickcpplib/span-lite/test/span-main.t.hpp include/quickcpplib/span.hpp include/quickcpplib/spinlock.hpp include/quickcpplib/spinlock.natvis include/quickcpplib/start_lifetime_as.hpp include/quickcpplib/string_view.hpp include/quickcpplib/tribool.hpp include/quickcpplib/type_traits.hpp include/quickcpplib/uint128.hpp include/quickcpplib/utils/thread.hpp include/quickcpplib/valgrind/drd.h include/quickcpplib/valgrind/helgrind.h include/quickcpplib/valgrind/memcheck.h include/quickcpplib/valgrind/valgrind.h lib/cmake/quickcpplib/quickcpplibConfig.cmake lib/cmake/quickcpplib/quickcpplibExports.cmake share/cmakelib/DownloadBuildInstall.cmake.in share/cmakelib/ProjectConfig.cmake.in share/cmakelib/QuickCppLibApplyDefaultDefinitions.cmake share/cmakelib/QuickCppLibCacheLibrarySources.cmake share/cmakelib/QuickCppLibMakeDoxygen.cmake share/cmakelib/QuickCppLibMakeExport.cmake share/cmakelib/QuickCppLibMakeHeaderOnlyLibrary.cmake share/cmakelib/QuickCppLibMakeInstall.cmake share/cmakelib/QuickCppLibMakeLibrary.cmake share/cmakelib/QuickCppLibMakeStandardTests.cmake share/cmakelib/QuickCppLibParseLibrarySources.cmake share/cmakelib/QuickCppLibPolicies.cmake share/cmakelib/QuickCppLibRequireOutOfSourceBuild.cmake share/cmakelib/QuickCppLibSetupProject.cmake share/cmakelib/QuickCppLibUtils.cmake share/cmakelib/quickcpplibConfig.override.cmake.in share/scripts/GenSingleHeader.py share/scripts/IndentCmacros.py share/scripts/TabsToSpaces.py share/scripts/add_junit_results_to_ctest.py share/scripts/boost-test-to-junit.xsl share/scripts/boostify.py share/scripts/boostify_git_repo.py share/scripts/cpp-pm/CMakeLists.txt share/scripts/cpp-pm/cmake/HunterGate.cmake share/scripts/cpp-pm/cmake/HunterVersion.cmake share/scripts/gen_guard_matrix.py +share/scripts/generate_gdb_printer.py share/scripts/make_deb.py share/scripts/merge_develop_to_master_if_good.py share/scripts/merge_junit_results.py share/scripts/restamp_licence.py share/scripts/run-clang-tidy.py share/scripts/send_to_wandbox.py share/scripts/test_cpp-pm_install.py