pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/libcxx



Module Name:    pkgsrc
Committed By:   pin
Date:           Fri Aug 12 08:43:58 UTC 2022

Modified Files:
        pkgsrc/lang/libcxx: Makefile PLIST buildlink3.mk distinfo
        pkgsrc/lang/libcxx/patches: patch-include_____config
            patch-src_support_solaris_xlocale.cpp

Log Message:
lang/libcxx: llvm update


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/lang/libcxx/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/lang/libcxx/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/libcxx/buildlink3.mk
cvs rdiff -u -r1.17 -r1.18 pkgsrc/lang/libcxx/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/libcxx/patches/patch-include_____config \
    pkgsrc/lang/libcxx/patches/patch-src_support_solaris_xlocale.cpp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/libcxx/Makefile
diff -u pkgsrc/lang/libcxx/Makefile:1.11 pkgsrc/lang/libcxx/Makefile:1.12
--- pkgsrc/lang/libcxx/Makefile:1.11    Mon Jul 12 18:46:07 2021
+++ pkgsrc/lang/libcxx/Makefile Fri Aug 12 08:43:58 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2021/07/12 18:46:07 adam Exp $
+# $NetBSD: Makefile,v 1.12 2022/08/12 08:43:58 pin Exp $
 
 .include "../../lang/llvm/version.mk"
 
@@ -15,9 +15,9 @@ LICENSE=      apache-2.0
 # libcxx's includes to build, so we have this unholy extra distfiles thing
 # in both of them to get them to build against each other without causing
 # circular dependencies.  This must be kept in sync with libcxxabi/Makefile.
-LIBCXXABI=     libcxxabi-${LLVM_VERSION}.src
-LLVMDIST=      llvm-${LLVM_VERSION}.src
-_EXTRA_DIST=   ${LIBCXXABI}${EXTRACT_SUFX} ${LLVMDIST}${EXTRACT_SUFX}
+LIBCXXABI=                             libcxxabi-${LLVM_VERSION}.src
+LLVMDIST=                              llvm-${LLVM_VERSION}.src
+_EXTRA_DIST=                           ${LIBCXXABI}${EXTRACT_SUFX} ${LLVMDIST}${EXTRACT_SUFX}
 SITES.${LIBCXXABI}${EXTRACT_SUFX}=     ${MASTER_SITES:=${GITHUB_PROJECT}/releases/download/${GITHUB_RELEASE}/}
 SITES.${LLLVMDIST}${EXTRACT_SUFX}=     ${MASTER_SITES:=${GITHUB_PROJECT}/releases/download/${GITHUB_RELEASE}/}
 
@@ -28,7 +28,7 @@ CMAKE_ARG_PATH=       ${WRKSRC}
 
 USE_LANGUAGES= c c++
 USE_CMAKE=     yes
-GCC_REQD+=     4.8
+GCC_REQD+=     12
 SSP_SUPPORTED= no
 
 CMAKE_ARGS+=   -DCMAKE_BUILD_TYPE=Release
@@ -37,7 +37,7 @@ CMAKE_ARGS+=  -DCMAKE_CXX_COMPILER=${CXX:
 CMAKE_ARGS+=   -DCMAKE_CXX_LINK_FLAGS=${LDFLAGS:Q}
 CMAKE_ARGS+=   -DLIBCXX_CXX_ABI=libcxxabi
 CMAKE_ARGS+=   -DLIBCXX_CXX_ABI_INCLUDE_PATHS=${WRKDIR}/${LIBCXXABI}/include
-CMAKE_ARGS+=   -DLIBCXXABI_USE_LLVM_UNWINDER=ON
+CMAKE_ARGS+=   -DLIBCXXABI_USE_LLVM_UNWINDER=OFF
 CMAKE_ARGS+=   -DLIBCXX_ENABLE_ABI_LINKER_SCRIPT=OFF
 
 # avoid conflict with stddef.h
@@ -49,4 +49,5 @@ post-extract:
        ${LN} -f -s ${WRKDIR}/${LLVMDIST} ${WRKDIR}/llvm
 
 .include "../../lang/libcxxabi/buildlink3.mk"
+.include "../../lang/libunwind/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/lang/libcxx/PLIST
diff -u pkgsrc/lang/libcxx/PLIST:1.7 pkgsrc/lang/libcxx/PLIST:1.8
--- pkgsrc/lang/libcxx/PLIST:1.7        Tue Nov 23 20:55:43 2021
+++ pkgsrc/lang/libcxx/PLIST    Fri Aug 12 08:43:58 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2021/11/23 20:55:43 wiz Exp $
+@comment $NetBSD: PLIST,v 1.8 2022/08/12 08:43:58 pin Exp $
 include/c++/v1/__algorithm/adjacent_find.h
 include/c++/v1/__algorithm/all_of.h
 include/c++/v1/__algorithm/any_of.h
@@ -26,6 +26,9 @@ include/c++/v1/__algorithm/for_each_n.h
 include/c++/v1/__algorithm/generate.h
 include/c++/v1/__algorithm/generate_n.h
 include/c++/v1/__algorithm/half_positive.h
+include/c++/v1/__algorithm/in_in_out_result.h
+include/c++/v1/__algorithm/in_in_result.h
+include/c++/v1/__algorithm/in_out_result.h
 include/c++/v1/__algorithm/includes.h
 include/c++/v1/__algorithm/inplace_merge.h
 include/c++/v1/__algorithm/is_heap.h
@@ -93,24 +96,108 @@ include/c++/v1/__algorithm/unique_copy.h
 include/c++/v1/__algorithm/unwrap_iter.h
 include/c++/v1/__algorithm/upper_bound.h
 include/c++/v1/__availability
+include/c++/v1/__bit/bit_cast.h
+include/c++/v1/__bit/byteswap.h
 include/c++/v1/__bit_reference
 include/c++/v1/__bits
 include/c++/v1/__bsd_locale_defaults.h
 include/c++/v1/__bsd_locale_fallbacks.h
+include/c++/v1/__charconv/chars_format.h
+include/c++/v1/__charconv/from_chars_result.h
+include/c++/v1/__charconv/to_chars_result.h
+include/c++/v1/__chrono/calendar.h
+include/c++/v1/__chrono/convert_to_timespec.h
+include/c++/v1/__chrono/duration.h
+include/c++/v1/__chrono/file_clock.h
+include/c++/v1/__chrono/high_resolution_clock.h
+include/c++/v1/__chrono/steady_clock.h
+include/c++/v1/__chrono/system_clock.h
+include/c++/v1/__chrono/time_point.h
+include/c++/v1/__compare/common_comparison_category.h
+include/c++/v1/__compare/compare_partial_order_fallback.h
+include/c++/v1/__compare/compare_strong_order_fallback.h
+include/c++/v1/__compare/compare_three_way.h
+include/c++/v1/__compare/compare_three_way_result.h
+include/c++/v1/__compare/compare_weak_order_fallback.h
+include/c++/v1/__compare/is_eq.h
+include/c++/v1/__compare/ordering.h
+include/c++/v1/__compare/partial_order.h
+include/c++/v1/__compare/strong_order.h
+include/c++/v1/__compare/synth_three_way.h
+include/c++/v1/__compare/three_way_comparable.h
+include/c++/v1/__compare/weak_order.h
+include/c++/v1/__concepts/arithmetic.h
+include/c++/v1/__concepts/assignable.h
+include/c++/v1/__concepts/boolean_testable.h
+include/c++/v1/__concepts/class_or_enum.h
+include/c++/v1/__concepts/common_reference_with.h
+include/c++/v1/__concepts/common_with.h
+include/c++/v1/__concepts/constructible.h
+include/c++/v1/__concepts/convertible_to.h
+include/c++/v1/__concepts/copyable.h
+include/c++/v1/__concepts/derived_from.h
+include/c++/v1/__concepts/destructible.h
+include/c++/v1/__concepts/different_from.h
+include/c++/v1/__concepts/equality_comparable.h
+include/c++/v1/__concepts/invocable.h
+include/c++/v1/__concepts/movable.h
+include/c++/v1/__concepts/predicate.h
+include/c++/v1/__concepts/regular.h
+include/c++/v1/__concepts/relation.h
+include/c++/v1/__concepts/same_as.h
+include/c++/v1/__concepts/semiregular.h
+include/c++/v1/__concepts/swappable.h
+include/c++/v1/__concepts/totally_ordered.h
 include/c++/v1/__config
 include/c++/v1/__config_site
+include/c++/v1/__coroutine/coroutine_handle.h
+include/c++/v1/__coroutine/coroutine_traits.h
+include/c++/v1/__coroutine/noop_coroutine_handle.h
+include/c++/v1/__coroutine/trivial_awaitables.h
 include/c++/v1/__cxxabi_config.h
 include/c++/v1/__debug
 include/c++/v1/__errc
+include/c++/v1/__filesystem/copy_options.h
+include/c++/v1/__filesystem/directory_entry.h
+include/c++/v1/__filesystem/directory_iterator.h
+include/c++/v1/__filesystem/directory_options.h
+include/c++/v1/__filesystem/file_status.h
+include/c++/v1/__filesystem/file_time_type.h
+include/c++/v1/__filesystem/file_type.h
+include/c++/v1/__filesystem/filesystem_error.h
+include/c++/v1/__filesystem/operations.h
+include/c++/v1/__filesystem/path.h
+include/c++/v1/__filesystem/path_iterator.h
+include/c++/v1/__filesystem/perm_options.h
+include/c++/v1/__filesystem/perms.h
+include/c++/v1/__filesystem/recursive_directory_iterator.h
+include/c++/v1/__filesystem/space_info.h
+include/c++/v1/__filesystem/u8path.h
+include/c++/v1/__format/format_arg.h
+include/c++/v1/__format/format_args.h
+include/c++/v1/__format/format_context.h
 include/c++/v1/__format/format_error.h
+include/c++/v1/__format/format_fwd.h
 include/c++/v1/__format/format_parse_context.h
-include/c++/v1/__function_like.h
+include/c++/v1/__format/format_string.h
+include/c++/v1/__format/format_to_n_result.h
+include/c++/v1/__format/formatter.h
+include/c++/v1/__format/formatter_bool.h
+include/c++/v1/__format/formatter_char.h
+include/c++/v1/__format/formatter_floating_point.h
+include/c++/v1/__format/formatter_integer.h
+include/c++/v1/__format/formatter_integral.h
+include/c++/v1/__format/formatter_pointer.h
+include/c++/v1/__format/formatter_string.h
+include/c++/v1/__format/parser_std_format_spec.h
 include/c++/v1/__functional/binary_function.h
 include/c++/v1/__functional/binary_negate.h
 include/c++/v1/__functional/bind.h
+include/c++/v1/__functional/bind_back.h
 include/c++/v1/__functional/bind_front.h
 include/c++/v1/__functional/binder1st.h
 include/c++/v1/__functional/binder2nd.h
+include/c++/v1/__functional/compose.h
 include/c++/v1/__functional/default_searcher.h
 include/c++/v1/__functional/function.h
 include/c++/v1/__functional/hash.h
@@ -145,6 +232,7 @@ include/c++/v1/__iterator/empty.h
 include/c++/v1/__iterator/erase_if_container.h
 include/c++/v1/__iterator/front_insert_iterator.h
 include/c++/v1/__iterator/incrementable_traits.h
+include/c++/v1/__iterator/indirectly_comparable.h
 include/c++/v1/__iterator/insert_iterator.h
 include/c++/v1/__iterator/istream_iterator.h
 include/c++/v1/__iterator/istreambuf_iterator.h
@@ -162,9 +250,11 @@ include/c++/v1/__iterator/readable_trait
 include/c++/v1/__iterator/reverse_access.h
 include/c++/v1/__iterator/reverse_iterator.h
 include/c++/v1/__iterator/size.h
+include/c++/v1/__iterator/unreachable_sentinel.h
 include/c++/v1/__iterator/wrap_iter.h
 include/c++/v1/__libcpp_version
 include/c++/v1/__locale
+include/c++/v1/__mbstate_t.h
 include/c++/v1/__memory/addressof.h
 include/c++/v1/__memory/allocation_guard.h
 include/c++/v1/__memory/allocator.h
@@ -172,24 +262,76 @@ include/c++/v1/__memory/allocator_arg_t.
 include/c++/v1/__memory/allocator_traits.h
 include/c++/v1/__memory/auto_ptr.h
 include/c++/v1/__memory/compressed_pair.h
+include/c++/v1/__memory/concepts.h
 include/c++/v1/__memory/construct_at.h
-include/c++/v1/__memory/pointer_safety.h
 include/c++/v1/__memory/pointer_traits.h
+include/c++/v1/__memory/ranges_construct_at.h
+include/c++/v1/__memory/ranges_uninitialized_algorithms.h
 include/c++/v1/__memory/raw_storage_iterator.h
 include/c++/v1/__memory/shared_ptr.h
 include/c++/v1/__memory/temporary_buffer.h
 include/c++/v1/__memory/uninitialized_algorithms.h
 include/c++/v1/__memory/unique_ptr.h
 include/c++/v1/__memory/uses_allocator.h
+include/c++/v1/__memory/voidify.h
 include/c++/v1/__mutex_base
 include/c++/v1/__node_handle
 include/c++/v1/__nullptr
+include/c++/v1/__numeric/accumulate.h
+include/c++/v1/__numeric/adjacent_difference.h
+include/c++/v1/__numeric/exclusive_scan.h
+include/c++/v1/__numeric/gcd_lcm.h
+include/c++/v1/__numeric/inclusive_scan.h
+include/c++/v1/__numeric/inner_product.h
+include/c++/v1/__numeric/iota.h
+include/c++/v1/__numeric/midpoint.h
+include/c++/v1/__numeric/partial_sum.h
+include/c++/v1/__numeric/reduce.h
+include/c++/v1/__numeric/transform_exclusive_scan.h
+include/c++/v1/__numeric/transform_inclusive_scan.h
+include/c++/v1/__numeric/transform_reduce.h
+include/c++/v1/__random/bernoulli_distribution.h
+include/c++/v1/__random/binomial_distribution.h
+include/c++/v1/__random/cauchy_distribution.h
+include/c++/v1/__random/chi_squared_distribution.h
+include/c++/v1/__random/clamp_to_integral.h
+include/c++/v1/__random/default_random_engine.h
+include/c++/v1/__random/discard_block_engine.h
+include/c++/v1/__random/discrete_distribution.h
+include/c++/v1/__random/exponential_distribution.h
+include/c++/v1/__random/extreme_value_distribution.h
+include/c++/v1/__random/fisher_f_distribution.h
+include/c++/v1/__random/gamma_distribution.h
+include/c++/v1/__random/generate_canonical.h
+include/c++/v1/__random/geometric_distribution.h
+include/c++/v1/__random/independent_bits_engine.h
+include/c++/v1/__random/is_seed_sequence.h
+include/c++/v1/__random/knuth_b.h
+include/c++/v1/__random/linear_congruential_engine.h
+include/c++/v1/__random/log2.h
+include/c++/v1/__random/lognormal_distribution.h
+include/c++/v1/__random/mersenne_twister_engine.h
+include/c++/v1/__random/negative_binomial_distribution.h
+include/c++/v1/__random/normal_distribution.h
+include/c++/v1/__random/piecewise_constant_distribution.h
+include/c++/v1/__random/piecewise_linear_distribution.h
+include/c++/v1/__random/poisson_distribution.h
+include/c++/v1/__random/random_device.h
+include/c++/v1/__random/ranlux.h
+include/c++/v1/__random/seed_seq.h
+include/c++/v1/__random/shuffle_order_engine.h
+include/c++/v1/__random/student_t_distribution.h
+include/c++/v1/__random/subtract_with_carry_engine.h
 include/c++/v1/__random/uniform_int_distribution.h
+include/c++/v1/__random/uniform_random_bit_generator.h
+include/c++/v1/__random/uniform_real_distribution.h
+include/c++/v1/__random/weibull_distribution.h
 include/c++/v1/__ranges/access.h
 include/c++/v1/__ranges/all.h
 include/c++/v1/__ranges/common_view.h
 include/c++/v1/__ranges/concepts.h
 include/c++/v1/__ranges/copyable_box.h
+include/c++/v1/__ranges/counted.h
 include/c++/v1/__ranges/dangling.h
 include/c++/v1/__ranges/data.h
 include/c++/v1/__ranges/drop_view.h
@@ -197,12 +339,20 @@ include/c++/v1/__ranges/empty.h
 include/c++/v1/__ranges/empty_view.h
 include/c++/v1/__ranges/enable_borrowed_range.h
 include/c++/v1/__ranges/enable_view.h
+include/c++/v1/__ranges/iota_view.h
+include/c++/v1/__ranges/join_view.h
 include/c++/v1/__ranges/non_propagating_cache.h
+include/c++/v1/__ranges/owning_view.h
+include/c++/v1/__ranges/range_adaptor.h
 include/c++/v1/__ranges/ref_view.h
+include/c++/v1/__ranges/reverse_view.h
+include/c++/v1/__ranges/single_view.h
 include/c++/v1/__ranges/size.h
 include/c++/v1/__ranges/subrange.h
+include/c++/v1/__ranges/take_view.h
 include/c++/v1/__ranges/transform_view.h
 include/c++/v1/__ranges/view_interface.h
+include/c++/v1/__ranges/views.h
 include/c++/v1/__split_buffer
 include/c++/v1/__std_stream
 include/c++/v1/__string
@@ -210,14 +360,12 @@ include/c++/v1/__support/android/locale_
 include/c++/v1/__support/fuchsia/xlocale.h
 include/c++/v1/__support/ibm/gettod_zos.h
 include/c++/v1/__support/ibm/limits.h
-include/c++/v1/__support/ibm/locale_mgmt_aix.h
 include/c++/v1/__support/ibm/locale_mgmt_zos.h
 include/c++/v1/__support/ibm/nanosleep.h
 include/c++/v1/__support/ibm/support.h
 include/c++/v1/__support/ibm/xlocale.h
 include/c++/v1/__support/musl/xlocale.h
 include/c++/v1/__support/newlib/xlocale.h
-include/c++/v1/__support/nuttx/xlocale.h
 include/c++/v1/__support/openbsd/xlocale.h
 include/c++/v1/__support/solaris/floatingpoint.h
 include/c++/v1/__support/solaris/wchar.h
@@ -227,12 +375,14 @@ include/c++/v1/__support/win32/locale_wi
 include/c++/v1/__support/xlocale/__nop_locale_mgmt.h
 include/c++/v1/__support/xlocale/__posix_l_fallback.h
 include/c++/v1/__support/xlocale/__strtonum_fallback.h
+include/c++/v1/__thread/poll_with_backoff.h
+include/c++/v1/__thread/timed_backoff_policy.h
 include/c++/v1/__threading_support
 include/c++/v1/__tree
 include/c++/v1/__tuple
 include/c++/v1/__undef_macros
-include/c++/v1/__utility/__decay_copy.h
 include/c++/v1/__utility/as_const.h
+include/c++/v1/__utility/auto_cast.h
 include/c++/v1/__utility/cmp.h
 include/c++/v1/__utility/declval.h
 include/c++/v1/__utility/exchange.h
@@ -242,9 +392,11 @@ include/c++/v1/__utility/integer_sequenc
 include/c++/v1/__utility/move.h
 include/c++/v1/__utility/pair.h
 include/c++/v1/__utility/piecewise_construct.h
+include/c++/v1/__utility/priority_tag.h
 include/c++/v1/__utility/rel_ops.h
 include/c++/v1/__utility/swap.h
 include/c++/v1/__utility/to_underlying.h
+include/c++/v1/__utility/transaction.h
 include/c++/v1/__variant/monostate.h
 include/c++/v1/algorithm
 include/c++/v1/any
@@ -272,6 +424,7 @@ include/c++/v1/complex
 include/c++/v1/complex.h
 include/c++/v1/concepts
 include/c++/v1/condition_variable
+include/c++/v1/coroutine
 include/c++/v1/csetjmp
 include/c++/v1/csignal
 include/c++/v1/cstdarg

Index: pkgsrc/lang/libcxx/buildlink3.mk
diff -u pkgsrc/lang/libcxx/buildlink3.mk:1.5 pkgsrc/lang/libcxx/buildlink3.mk:1.6
--- pkgsrc/lang/libcxx/buildlink3.mk:1.5        Mon Jul 12 18:46:07 2021
+++ pkgsrc/lang/libcxx/buildlink3.mk    Fri Aug 12 08:43:58 2022
@@ -1,11 +1,11 @@
-# $NetBSD: buildlink3.mk,v 1.5 2021/07/12 18:46:07 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.6 2022/08/12 08:43:58 pin Exp $
 
 BUILDLINK_TREE+=       libcxx
 
 .if !defined(LIBCXX_BUILDLINK3_MK)
 LIBCXX_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.libcxx+= libcxx>=12.0.0
+BUILDLINK_API_DEPENDS.libcxx+= libcxx>=14.0.0
 BUILDLINK_PKGSRCDIR.libcxx?=   ../../lang/libcxx
 
 .include "../../lang/llvm/buildlink3.mk"

Index: pkgsrc/lang/libcxx/distinfo
diff -u pkgsrc/lang/libcxx/distinfo:1.17 pkgsrc/lang/libcxx/distinfo:1.18
--- pkgsrc/lang/libcxx/distinfo:1.17    Thu Feb  3 20:38:39 2022
+++ pkgsrc/lang/libcxx/distinfo Fri Aug 12 08:43:58 2022
@@ -1,14 +1,14 @@
-$NetBSD: distinfo,v 1.17 2022/02/03 20:38:39 adam Exp $
+$NetBSD: distinfo,v 1.18 2022/08/12 08:43:58 pin Exp $
 
-BLAKE2s (libcxx-13.0.1.src.tar.xz) = 535bd0b2448148f3fa568ec11e6a615f56eaf7b8b5e4a3d028fa640f10fa7486
-SHA512 (libcxx-13.0.1.src.tar.xz) = 72970fbb3db44a652e89ace7843e992b4f118c978fa0fa7035bf5825cb6958cf71f7c80b56c1970977177bb3bcbf81309d4f01c29b3ac1cd057be54baf55e56f
-Size (libcxx-13.0.1.src.tar.xz) = 2085992 bytes
-BLAKE2s (libcxxabi-13.0.1.src.tar.xz) = 5b88e6d8850e89b25b729ead63a5216819b85c174e31153e6c393d6037a48468
-SHA512 (libcxxabi-13.0.1.src.tar.xz) = 1a7c032ee34643518be01edddc16b1c872f339ed2944d31573438d38a018abc801a53f3fbd97e6a3d6ee58a6ed55d9703a8531ac7290c1d6e3e5593b97186749
-Size (libcxxabi-13.0.1.src.tar.xz) = 554912 bytes
-BLAKE2s (llvm-13.0.1.src.tar.xz) = 5fff4c8506340cc14b2160478be6403c80f526841209a4b1b3a9f16cf61dcc05
-SHA512 (llvm-13.0.1.src.tar.xz) = 05fbe8708ac3d0dfef3a9135ee88185a95ed492095429a97d33b8aadb0187e59ad42d1a7184f02b5c84fdd31f3d7227c65bd292ed0aa039b29522e59cf90a965
-Size (llvm-13.0.1.src.tar.xz) = 45479112 bytes
-SHA1 (patch-include_____config) = ff0d5a0fcc1431f21ce25667cbc01c2307542212
-SHA1 (patch-src_filesystem_directory__iterator.cpp) = 90ebbb80e4ec161405397d6d7c5d1d19a7284325
-SHA1 (patch-src_support_solaris_xlocale.cpp) = 8085adb5b2647151a162c620506b479f7c71c753
+BLAKE2s (libcxx-14.0.6.src.tar.xz) = e77dfac79fb977adf84345b7e4c2762b3fa89f3d1f611baa8f8fa6831d1bc68a
+SHA512 (libcxx-14.0.6.src.tar.xz) = c39bb01317e8ae7e5b23a677754a866953b6c45188c194d3d76fbd276de9565df8bcbcab8cf6606584af7dd30a61f39376c0e2de6b8c32c69f7fc592587e710d
+Size (libcxx-14.0.6.src.tar.xz) = 3065120 bytes
+BLAKE2s (libcxxabi-14.0.6.src.tar.xz) = c2bc894a75176b7f24517b6c045ddaccc61375453d56331f51dc9d03821804cc
+SHA512 (libcxxabi-14.0.6.src.tar.xz) = f61926ce9c8bf4d704d9ee03a795ebd23730099d56c385e3cbd1f8b588b337c1394d6548f55e1452df5040117a80765c977ba256547d53cd21895e91ef0fffa6
+Size (libcxxabi-14.0.6.src.tar.xz) = 561844 bytes
+BLAKE2s (llvm-14.0.6.src.tar.xz) = 2d44946453add45426569fd4187654f83881341c5c0109e4ffacc60e8f73af60
+SHA512 (llvm-14.0.6.src.tar.xz) = 6461bdde27aac17fa44c3e99a85ec47ffb181d0d4e5c3ef1c4286a59583e3b0c51af3c8081a300f45b99524340773a3011380059e3b3a571c3b0a8733e96fc1d
+Size (llvm-14.0.6.src.tar.xz) = 49660136 bytes
+SHA1 (patch-include_____config) = 01793dc2ec7db8f51d042fd0114649223036b089
+SHA1 (patch-src_filesystem_filesystem__common.h) = 7b088ae8e577b482e05906434b510daed40469ae
+SHA1 (patch-src_support_solaris_xlocale.cpp) = 027777a2945ce4aea89da59cb48426f2857d57d7

Index: pkgsrc/lang/libcxx/patches/patch-include_____config
diff -u pkgsrc/lang/libcxx/patches/patch-include_____config:1.1 pkgsrc/lang/libcxx/patches/patch-include_____config:1.2
--- pkgsrc/lang/libcxx/patches/patch-include_____config:1.1     Fri Jul 23 09:39:34 2021
+++ pkgsrc/lang/libcxx/patches/patch-include_____config Fri Aug 12 08:43:58 2022
@@ -1,15 +1,15 @@
-$NetBSD: patch-include_____config,v 1.1 2021/07/23 09:39:34 jperkin Exp $
+$NetBSD: patch-include_____config,v 1.2 2022/08/12 08:43:58 pin Exp $
 
 Avoid init_priority() on SunOS.
 
---- include/__config.orig      2021-06-28 16:23:38.000000000 +0000
+--- include/__config.orig      2022-06-22 16:46:24.000000000 +0000
 +++ include/__config
-@@ -1439,7 +1439,7 @@ extern "C" _LIBCPP_FUNC_VIS void __sanit
+@@ -1409,7 +1409,7 @@ extern "C" _LIBCPP_FUNC_VIS void __sanit
  #define _LIBCPP_HAS_NO_FGETPOS_FSETPOS
  #endif
  
 -#if __has_attribute(init_priority)
 +#if __has_attribute(init_priority) && !defined(__sun)
- # define _LIBCPP_INIT_PRIORITY_MAX __attribute__((init_priority(101)))
- #else
- # define _LIBCPP_INIT_PRIORITY_MAX
+     // TODO: Remove this once we drop support for building libc++ with old Clangs
+ #   if (defined(_LIBCPP_CLANG_VER) && _LIBCPP_CLANG_VER < 1200) || \
+        (defined(__apple_build_version__) && __apple_build_version__ < 13000000)
Index: pkgsrc/lang/libcxx/patches/patch-src_support_solaris_xlocale.cpp
diff -u pkgsrc/lang/libcxx/patches/patch-src_support_solaris_xlocale.cpp:1.1 pkgsrc/lang/libcxx/patches/patch-src_support_solaris_xlocale.cpp:1.2
--- pkgsrc/lang/libcxx/patches/patch-src_support_solaris_xlocale.cpp:1.1        Sun Jan  9 23:20:59 2022
+++ pkgsrc/lang/libcxx/patches/patch-src_support_solaris_xlocale.cpp    Fri Aug 12 08:43:58 2022
@@ -1,18 +1,18 @@
-$NetBSD: patch-src_support_solaris_xlocale.cpp,v 1.1 2022/01/09 23:20:59 tnn Exp $
+$NetBSD: patch-src_support_solaris_xlocale.cpp,v 1.2 2022/08/12 08:43:58 pin Exp $
 
 don't try to use sys/localedef.h on SunOS if nonexistent
 OpenIndiana doesn't seem to ship the header.
 Userland shouldn't use it, according to Garrett D'Amore:
 https://illumos.topicbox.com/groups/developer/T6cfd2e6cd87f3485-M30dac0cb6fffae62ef45b9a8
 
---- src/support/solaris/xlocale.cpp.orig       2021-09-24 16:18:10.000000000 +0000
+--- src/support/solaris/xlocale.cpp.orig       2022-06-22 16:46:24.000000000 +0000
 +++ src/support/solaris/xlocale.cpp
 @@ -6,7 +6,7 @@
  //
  //===----------------------------------------------------------------------===//
  
 -#ifdef __sun__
-+#if defined(__sun__) && __has_include(<sys/localedef.h>)
++#ifdef(__sun__) && __has_include(<sys/localedef.h>)
  
  #include "__support/solaris/xlocale.h"
  #include <stdarg.h>



Home | Main Index | Thread Index | Old Index