Fri Aug 12 15:59:31 2022 UTC ()
llvm: add wasi-compiler-rt & wasi-libcxx to dependencies comment


(gutteridge)
diff -r1.74 -r1.75 pkgsrc/lang/llvm/Makefile

cvs diff -r1.74 -r1.75 pkgsrc/lang/llvm/Makefile (expand / switch to unified diff)

--- pkgsrc/lang/llvm/Makefile 2022/08/12 08:37:58 1.74
+++ pkgsrc/lang/llvm/Makefile 2022/08/12 15:59:31 1.75
@@ -1,35 +1,37 @@ @@ -1,35 +1,37 @@
1# $NetBSD: Makefile,v 1.74 2022/08/12 08:37:58 pin Exp $ 1# $NetBSD: Makefile,v 1.75 2022/08/12 15:59:31 gutteridge Exp $
2# 2#
3# when updating this, please also update: 3# When updating this, please also update:
4# devel/include-what-you-use 4# devel/include-what-you-use
5# devel/lld 5# devel/lld
6# devel/lldb 6# devel/lldb
7# devel/polly 7# devel/polly
8# lang/clang 8# lang/clang
9# lang/clang-tools-extra 9# lang/clang-tools-extra
10# lang/compiler-rt 10# lang/compiler-rt
11# lang/libcxx 11# lang/libcxx
12# lang/libcxxabi 12# lang/libcxxabi
13# lang/libunwind 13# lang/libunwind
 14# lang/wasi-compiler-rt
 15# lang/wasi-libcxx
14# parallel/openmp 16# parallel/openmp
15# 17#
16# Do not update: 18# Do not update:
17# lang/libLLVM 19# lang/libLLVM
18# because pkgsrc provides multiple versions and lang/libLLVM is 20# because pkgsrc provides multiple versions and lang/libLLVM is
19# logically libLLVM4. 21# logically libLLVM4.
20# 22#
21# Always update all */buildlink3.mk to require the latest stable release 23# Always update all */buildlink3.mk to require the latest stable release
22# version in BUILDLINK_API_DEPENDS, as there is no backwards compatibility 24# version in BUILDLINK_API_DEPENDS, as there is no backwards compatibility.
23 25
24.include "version.mk" 26.include "version.mk"
25 27
26DISTNAME= llvm-${LLVM_VERSION}.src 28DISTNAME= llvm-${LLVM_VERSION}.src
27PKGNAME= ${DISTNAME:S/.src//} 29PKGNAME= ${DISTNAME:S/.src//}
28CATEGORIES= lang devel 30CATEGORIES= lang devel
29 31
30MAINTAINER= pkgsrc-users@NetBSD.org 32MAINTAINER= pkgsrc-users@NetBSD.org
31HOMEPAGE= https://llvm.org/ 33HOMEPAGE= https://llvm.org/
32COMMENT= Low Level Virtual Machine compiler infrastructure 34COMMENT= Low Level Virtual Machine compiler infrastructure
33LICENSE= apache-2.0 35LICENSE= apache-2.0
34 36
35USE_LANGUAGES= c c++14 37USE_LANGUAGES= c c++14