head 1.3; access; symbols pkgsrc-2025Q1:1.2.0.6 pkgsrc-2025Q1-base:1.2 pkgsrc-2024Q4:1.2.0.4 pkgsrc-2024Q4-base:1.2 pkgsrc-2024Q3:1.2.0.2 pkgsrc-2024Q3-base:1.2 pkgsrc-2024Q2:1.1.0.6 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.4 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.2 pkgsrc-2023Q4-base:1.1; locks; strict; comment @// @; 1.3 date 2025.05.09.05.51.23; author adam; state dead; branches; next 1.2; commitid gd9WBpmGiiwY5cUF; 1.2 date 2024.07.06.15.45.08; author adam; state Exp; branches; next 1.1; commitid 9KpFpYTi5zNpfNgF; 1.1 date 2023.10.06.19.15.20; author adam; state Exp; branches; next ; commitid AfeawfMstncfdBHE; desc @@ 1.3 log @llvm: updated to 19.1.7 19.1.7 https://releases.llvm.org/19.1.0/docs/ReleaseNotes.html @ text @$NetBSD: patch-source_Host_common_Editline.cpp,v 1.2 2024/07/06 15:45:08 adam Exp $ Remove the hack for Darwin. --- source/Host/common/Editline.cpp.orig 2023-06-05 11:41:28.000000000 +0000 +++ source/Host/common/Editline.cpp @@@@ -37,12 +37,6 @@@@ using namespace lldb_private::line_edito // assumption that may not exist on other platforms. The setupterm() function // would normally require headers that don't work gracefully in this context, // so the function declaration has been hoisted here. -#if defined(__APPLE__) -extern "C" { -int setupterm(char *term, int fildes, int *errret); -} -#define USE_SETUPTERM_WORKAROUND -#endif // Editline uses careful cursor management to achieve the illusion of editing a // multi-line block of text with a single line editor. Preserving this @ 1.2 log @llvm: updated to 18.1.8 https://releases.llvm.org @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @llvm: updated to 16.0.6 https://releases.llvm.org/16.0.0/docs/ReleaseNotes.html https://releases.llvm.org/16.0.0/tools/clang/docs/ReleaseNotes.html https://releases.llvm.org/16.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html https://releases.llvm.org/16.0.0/tools/lld/docs/ReleaseNotes.html https://releases.llvm.org/16.0.0/projects/libcxx/docs/ReleaseNotes.html @ text @@