head 1.4; access; symbols pkgsrc-2024Q1:1.3.0.14 pkgsrc-2024Q1-base:1.3 pkgsrc-2023Q4:1.3.0.12 pkgsrc-2023Q4-base:1.3 pkgsrc-2023Q3:1.3.0.10 pkgsrc-2023Q3-base:1.3 pkgsrc-2023Q2:1.3.0.8 pkgsrc-2023Q2-base:1.3 pkgsrc-2023Q1:1.3.0.6 pkgsrc-2023Q1-base:1.3 pkgsrc-2022Q4:1.3.0.4 pkgsrc-2022Q4-base:1.3 pkgsrc-2022Q3:1.3.0.2 pkgsrc-2022Q3-base:1.3 pkgsrc-2022Q2:1.1.0.4 pkgsrc-2022Q2-base:1.1 pkgsrc-2022Q1:1.1.0.2 pkgsrc-2022Q1-base:1.1; locks; strict; comment @// @; 1.4 date 2024.04.22.07.05.16; author adam; state dead; branches; next 1.3; commitid ivj1hEdTegoCM67F; 1.3 date 2022.08.13.09.38.09; author tnn; state Exp; branches; next 1.2; commitid JoQH5dtVZc4AuHPD; 1.2 date 2022.08.12.08.43.58; author pin; state Exp; branches; next 1.1; commitid dMY1IiEDj1J6ezPD; 1.1 date 2022.01.09.23.20.59; author tnn; state Exp; branches; next ; commitid zmcP1P4q4FrqZ0oD; desc @@ 1.4 log @libunwind compiler-rt libcxx libcxxabi: updated to 17.0.6 17.0.6 https://releases.llvm.org/17.0.1/projects/libcxx/docs/ReleaseNotes/17.html @ text @$NetBSD: patch-src_support_solaris_xlocale.cpp,v 1.3 2022/08/13 09:38:09 tnn 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 2022-06-22 16:46:24.000000000 +0000 +++ src/support/solaris/xlocale.cpp @@@@ -6,7 +6,7 @@@@ // //===----------------------------------------------------------------------===// -#ifdef __sun__ +#if defined(__sun__) && __has_include() #include "__support/solaris/xlocale.h" #include @ 1.3 log @libcxx: misc cleanup - try to restore SunOS patches which were left obviously broken (untested) - reduce compiler requirement - delint @ text @d1 1 a1 1 $NetBSD: patch-src_support_solaris_xlocale.cpp,v 1.2 2022/08/12 08:43:58 pin Exp $ @ 1.2 log @lang/libcxx: llvm update @ text @d1 1 a1 1 $NetBSD$ d15 1 a15 1 +#ifdef(__sun__) && __has_include() @ 1.1 log @libcxx: don't try to use sys/localedef.h on SunOS if nonexistent @ text @d8 1 a8 1 --- src/support/solaris/xlocale.cpp.orig 2021-09-24 16:18:10.000000000 +0000 d15 1 a15 1 +#if defined(__sun__) && __has_include() @