head 1.2; access; symbols pkgsrc-2026Q1:1.1.0.28 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.26 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.24 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.22 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.20 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.18 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.16 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.14 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.12 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.10 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.8 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.6 pkgsrc-2023Q2-base:1.1 pkgsrc-2023Q1:1.1.0.4 pkgsrc-2023Q1-base:1.1 pkgsrc-2022Q4:1.1.0.2; locks; strict; comment @// @; 1.2 date 2026.03.25.22.56.25; author wiz; state dead; branches; next 1.1; commitid 29BuEbar9GuKtpzG; 1.1 date 2022.12.27.10.49.42; author he; state Exp; branches 1.1.2.1; next ; commitid A2Z8ZINC3RvSvb7E; 1.1.2.1 date 2022.12.27.10.49.42; author bsiegert; state dead; branches; next 1.1.2.2; commitid raCFEkEK5L8xSq7E; 1.1.2.2 date 2022.12.29.09.05.25; author bsiegert; state Exp; branches; next ; commitid raCFEkEK5L8xSq7E; desc @@ 1.2 log @llvm and friends: update to to 20.1.8 Based on the wip packages and help from adam@@ @ text @$NetBSD: patch-lib_Interpreter_IncrementalParser.cpp,v 1.1 2022/12/27 10:49:42 he Exp $ NetBSD doesn't have ENOTRECOVERABLE, so doesn't have std::errc::state_not_recoverable either. Use std::errc::operation_not_supported instead. --- lib/Interpreter/IncrementalParser.cpp.orig 2022-11-16 06:28:29.000000000 +0000 +++ lib/Interpreter/IncrementalParser.cpp @@@@ -53,7 +53,7 @@@@ public: switch (CI.getFrontendOpts().ProgramAction) { default: Err = llvm::createStringError( - std::errc::state_not_recoverable, + std::errc::operation_not_supported, "Driver initialization failed. " "Incremental mode for action %d is not supported", CI.getFrontendOpts().ProgramAction); @ 1.1 log @lang/clang: fix build on NetBSD. In IncrementalParser.cpp: NetBSD doesn't have ENOTRECOVERABLE, so doesn't have std::errc::state_not_recoverable either. Use std::errc::operation_not_supported instead. Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ @ 1.1.2.1 log @file patch-lib_Interpreter_IncrementalParser.cpp was added on branch pkgsrc-2022Q4 on 2022-12-29 09:05:25 +0000 @ text @d1 17 @ 1.1.2.2 log @Pullup ticket #6709 - requested by he lang/clang: NetBSD build fix Revisions pulled up: - lang/clang/Makefile 1.78 - lang/clang/distinfo 1.79 - lang/clang/patches/patch-lib_Interpreter_IncrementalParser.cpp 1.1 --- Module Name: pkgsrc Committed By: he Date: Tue Dec 27 10:49:42 UTC 2022 Modified Files: pkgsrc/lang/clang: Makefile distinfo Added Files: pkgsrc/lang/clang/patches: patch-lib_Interpreter_IncrementalParser.cpp Log Message: lang/clang: fix build on NetBSD. In IncrementalParser.cpp: NetBSD doesn't have ENOTRECOVERABLE, so doesn't have std::errc::state_not_recoverable either. Use std::errc::operation_not_supported instead. Bump PKGREVISION. @ text @a0 17 $NetBSD: patch-lib_Interpreter_IncrementalParser.cpp,v 1.1 2022/12/27 10:49:42 he Exp $ NetBSD doesn't have ENOTRECOVERABLE, so doesn't have std::errc::state_not_recoverable either. Use std::errc::operation_not_supported instead. --- lib/Interpreter/IncrementalParser.cpp.orig 2022-11-16 06:28:29.000000000 +0000 +++ lib/Interpreter/IncrementalParser.cpp @@@@ -53,7 +53,7 @@@@ public: switch (CI.getFrontendOpts().ProgramAction) { default: Err = llvm::createStringError( - std::errc::state_not_recoverable, + std::errc::operation_not_supported, "Driver initialization failed. " "Incremental mode for action %d is not supported", CI.getFrontendOpts().ProgramAction); @