pkgsrc-WIP-changes archive

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

libcxxabi: fix build. use gcc12 for libcxx and libcxxabi lldb: comment test dependencies



Module Name:	pkgsrc-wip
Committed By:	nikita <nikita%NetBSD.org@localhost>
Pushed By:	nikita
Date:		Sun Apr 30 00:56:47 2023 +0200
Changeset:	31f01d09633e711f4ed2e50d59b2ae21546fa34c

Modified Files:
	libcxx/Makefile
	libcxxabi/Makefile
	lldb/options.mk

Log Message:
libcxxabi: fix build. use gcc12 for libcxx and libcxxabi
lldb: comment test dependencies

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=31f01d09633e711f4ed2e50d59b2ae21546fa34c

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

diffstat:
 libcxx/Makefile    | 2 +-
 libcxxabi/Makefile | 2 +-
 lldb/options.mk    | 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

diffs:
diff --git a/libcxx/Makefile b/libcxx/Makefile
index dd882cd367..d0a605a907 100644
--- a/libcxx/Makefile
+++ b/libcxx/Makefile
@@ -27,7 +27,7 @@ CMAKE_ARG_PATH=	${WRKSRC}
 USE_LANGUAGES=	c c++20
 USE_CMAKE=	yes
 SSP_SUPPORTED=	no
-GCC_REQD+=	10
+GCC_REQD+=	12
 
 CMAKE_ARGS+=	-DCMAKE_BUILD_TYPE=Release
 CMAKE_ARGS+=	-DLIBCXX_CXX_ABI=system-libcxxabi
diff --git a/libcxxabi/Makefile b/libcxxabi/Makefile
index d25ed5e49c..d1aae56e54 100644
--- a/libcxxabi/Makefile
+++ b/libcxxabi/Makefile
@@ -27,7 +27,7 @@ CMAKE_ARG_PATH=	${WRKSRC}
 USE_LANGUAGES=	c c++17
 USE_CMAKE=	yes
 SSP_SUPPORTED=	no
-GCC_REQD+=	10	# must be in sync with libcxx
+GCC_REQD+=	12	# must be in sync with libcxx
 
 CMAKE_ARGS+=	-DCMAKE_BUILD_TYPE=Release
 
diff --git a/lldb/options.mk b/lldb/options.mk
index d7480d6ee1..198bee358d 100644
--- a/lldb/options.mk
+++ b/lldb/options.mk
@@ -9,5 +9,6 @@ PKG_SUPPORTED_OPTIONS+=	tests
 .if ${PKG_OPTIONS:Mtests}
 CMAKE_ARGS+=	-DLLVM_INCLUDE_TESTS=ON
 .else
+# py-lit, py-psutil, lld
 CMAKE_ARGS+=	-DLLVM_INCLUDE_TESTS=OFF
 .endif


Home | Main Index | Thread Index | Old Index