pkgsrc-WIP-changes archive

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

import bulk-test-llvm for 16



Module Name:	pkgsrc-wip
Committed By:	nikita <nikita%NetBSD.org@localhost>
Pushed By:	nikita
Date:		Wed May 10 20:11:22 2023 +0200
Changeset:	2687f47fabbe510f6903d1a246e16cce38e730b8

Added Files:
	bulk-test-llvm/DESCR
	bulk-test-llvm/Makefile

Log Message:
import bulk-test-llvm for 16

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

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

diffstat:
 bulk-test-llvm/DESCR    |  2 ++
 bulk-test-llvm/Makefile | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diffs:
diff --git a/bulk-test-llvm/DESCR b/bulk-test-llvm/DESCR
new file mode 100644
index 0000000000..58c96e02e3
--- /dev/null
+++ b/bulk-test-llvm/DESCR
@@ -0,0 +1,2 @@
+Meta-package for testing LLVM updates. Depends on various non-trivial or
+important packages that depend on LLVM.
diff --git a/bulk-test-llvm/Makefile b/bulk-test-llvm/Makefile
new file mode 100644
index 0000000000..4a981ef53b
--- /dev/null
+++ b/bulk-test-llvm/Makefile
@@ -0,0 +1,49 @@
+# $NetBSD: Makefile,v 1.5 2022/12/07 15:37:02 wiz Exp $
+
+DISTNAME=	bulk-test-llvm-20211207
+CATEGORIES=	meta-pkgs
+MASTER_SITES=	# empty
+DISTFILES=	# empty
+
+MAINTAINER=	nia%NetBSD.org@localhost
+COMMENT=	Meta-package for testing LLVM
+
+META_PACKAGE=	yes
+
+RESTRICTED=		Just for test build purposes
+NO_BIN_ON_CDROM=	${RESTRICTED}
+NO_BIN_ON_FTP=		${RESTRICTED}
+
+# All of these (primarily leaf) packages depend on LLVM.
+# Feel free to add one if you care about it not breaking.
+# The current list is mostly arbitrary, resulting from a grep of the
+# pkgsrc tree.
+
+.include "../../lang/python/pyversion.mk"
+
+BUILD_DEPENDS+=		clang-[0-9]*:../../wip/clang
+#BUILD_DEPENDS+=		creduce-[0-9]*:../../devel/creduce
+BUILD_DEPENDS+=		cvise-[0-9]*:../../devel/cvise
+BUILD_DEPENDS+=		firefox-[0-9]*:../../www/firefox
+BUILD_DEPENDS+=		firefox-esr-[0-9]*:../../www/firefox-esr
+BUILD_DEPENDS+=		include-what-you-use-[0-9]*:../../wip/include-what-you-use
+BUILD_DEPENDS+=		polly-[0-9]*:../../wip/polly
+BUILD_DEPENDS+=		qtcreator-[0-9]*:../../editors/qtcreator
+BUILD_DEPENDS+=		libcxx-[0-9]*:../../wip/libcxx
+BUILD_DEPENDS+=		libcxxabi-[0-9]*:../../wip/libcxxabi
+BUILD_DEPENDS+=		libunwind-[0-9]*:../../wip/libunwind
+BUILD_DEPENDS+=		lld-[0-9]*:../../wip/lld
+BUILD_DEPENDS+=		lldb-[0-9]*:../../wip/lldb
+BUILD_DEPENDS+=		mozjs78-[0-9]*:../../lang/mozjs78
+BUILD_DEPENDS+=		opencl-clang-[0-9]*:../../parallel/opencl-clang
+BUILD_DEPENDS+=		openmp-[0-9]*:../../wip/openmp
+BUILD_DEPENDS+=		pocl-[0-9]*:../../parallel/pocl
+BUILD_DEPENDS+=		${PYPKGPREFIX}-llvmlite-[0-9]*:../../devel/py-llvmlite
+BUILD_DEPENDS+=		rust-[0-9]*:../../lang/rust
+BUILD_DEPENDS+=		seamonkey-[0-9]*:../../www/seamonkey
+BUILD_DEPENDS+=		spirv-llvm-translator-[0-9]*:../../parallel/spirv-llvm-translator
+BUILD_DEPENDS+=		thunderbird-[0-9]*:../../mail/thunderbird
+BUILD_DEPENDS+=		woboq_codebrowser-[0-9]*:../../devel/woboq_codebrowser
+BUILD_DEPENDS+=		zig-[0-9]*:../../lang/zig
+
+.include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index