Sat Nov 20 19:59:00 2021 UTC ()
bulk-test-llvm: add cvise, bump version


(wiz)
diff -r1.2 -r1.3 pkgsrc/meta-pkgs/bulk-test-llvm/Makefile

cvs diff -r1.2 -r1.3 pkgsrc/meta-pkgs/bulk-test-llvm/Makefile (expand / switch to unified diff)

--- pkgsrc/meta-pkgs/bulk-test-llvm/Makefile 2021/07/15 16:55:00 1.2
+++ pkgsrc/meta-pkgs/bulk-test-llvm/Makefile 2021/11/20 19:58:59 1.3
@@ -1,38 +1,39 @@ @@ -1,38 +1,39 @@
1# $NetBSD: Makefile,v 1.2 2021/07/15 16:55:00 nia Exp $ 1# $NetBSD: Makefile,v 1.3 2021/11/20 19:58:59 wiz Exp $
2 2
3DISTNAME= bulk-test-llvm-20210715 3DISTNAME= bulk-test-llvm-20211120
4CATEGORIES= meta-pkgs 4CATEGORIES= meta-pkgs
5MASTER_SITES= # empty 5MASTER_SITES= # empty
6DISTFILES= # empty 6DISTFILES= # empty
7 7
8MAINTAINER= nia@NetBSD.org 8MAINTAINER= nia@NetBSD.org
9COMMENT= Meta-package for testing LLVM 9COMMENT= Meta-package for testing LLVM
10 10
11META_PACKAGE= yes 11META_PACKAGE= yes
12 12
13RESTRICTED= Just for test build purposes 13RESTRICTED= Just for test build purposes
14NO_BIN_ON_CDROM= ${RESTRICTED} 14NO_BIN_ON_CDROM= ${RESTRICTED}
15NO_BIN_ON_FTP= ${RESTRICTED} 15NO_BIN_ON_FTP= ${RESTRICTED}
16 16
17# All of these (primarily leaf) packages depend on LLVM. 17# All of these (primarily leaf) packages depend on LLVM.
18# Feel free to add one if you care about it not breaking. 18# Feel free to add one if you care about it not breaking.
19# The current list is mostly arbitrary, resulting from a grep of the 19# The current list is mostly arbitrary, resulting from a grep of the
20# pkgsrc tree. 20# pkgsrc tree.
21 21
22.include "../../lang/python/pyversion.mk" 22.include "../../lang/python/pyversion.mk"
23 23
24BUILD_DEPENDS+= clang-[0-9]*:../../lang/clang 24BUILD_DEPENDS+= clang-[0-9]*:../../lang/clang
25BUILD_DEPENDS+= creduce-[0-9]*:../../devel/creduce 25BUILD_DEPENDS+= creduce-[0-9]*:../../devel/creduce
 26BUILD_DEPENDS+= cvise-[0-9]*:../../devel/cvise
26BUILD_DEPENDS+= firefox-[0-9]*:../../www/firefox 27BUILD_DEPENDS+= firefox-[0-9]*:../../www/firefox
27BUILD_DEPENDS+= firefox-esr-[0-9]*:../../www/firefox-esr 28BUILD_DEPENDS+= firefox-esr-[0-9]*:../../www/firefox-esr
28BUILD_DEPENDS+= include-what-you-use-[0-9]*:../../devel/include-what-you-use 29BUILD_DEPENDS+= include-what-you-use-[0-9]*:../../devel/include-what-you-use
29BUILD_DEPENDS+= polly-[0-9]*:../../devel/polly 30BUILD_DEPENDS+= polly-[0-9]*:../../devel/polly
30BUILD_DEPENDS+= qtcreator-[0-9]*:../../editors/qtcreator 31BUILD_DEPENDS+= qtcreator-[0-9]*:../../editors/qtcreator
31BUILD_DEPENDS+= libcxx-[0-9]*:../../lang/libcxx 32BUILD_DEPENDS+= libcxx-[0-9]*:../../lang/libcxx
32BUILD_DEPENDS+= libcxxabi-[0-9]*:../../lang/libcxxabi 33BUILD_DEPENDS+= libcxxabi-[0-9]*:../../lang/libcxxabi
33BUILD_DEPENDS+= libunwind-[0-9]*:../../lang/libunwind 34BUILD_DEPENDS+= libunwind-[0-9]*:../../lang/libunwind
34BUILD_DEPENDS+= lld-[0-9]*:../../devel/lld 35BUILD_DEPENDS+= lld-[0-9]*:../../devel/lld
35BUILD_DEPENDS+= lldb-[0-9]*:../../devel/lldb 36BUILD_DEPENDS+= lldb-[0-9]*:../../devel/lldb
36BUILD_DEPENDS+= mozjs78-[0-9]*:../../lang/mozjs78 37BUILD_DEPENDS+= mozjs78-[0-9]*:../../lang/mozjs78
37BUILD_DEPENDS+= opencl-clang-[0-9]*:../../parallel/opencl-clang 38BUILD_DEPENDS+= opencl-clang-[0-9]*:../../parallel/opencl-clang
38BUILD_DEPENDS+= openmp-[0-9]*:../../parallel/openmp 39BUILD_DEPENDS+= openmp-[0-9]*:../../parallel/openmp