Received: by mail.netbsd.org (Postfix, from userid 605) id 1B06184D99; Thu, 10 Jun 2021 13:02:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5742084D81 for ; Thu, 10 Jun 2021 13:02:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id EL52IAri7uM2 for ; Thu, 10 Jun 2021 13:02:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id AC49784D24 for ; Thu, 10 Jun 2021 13:02:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A06C5FA95; Thu, 10 Jun 2021 13:02:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1623330129274610" MIME-Version: 1.0 Date: Thu, 10 Jun 2021 13:02:09 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/meta-pkgs To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210610130209.A06C5FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1623330129274610 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu Jun 10 13:02:09 UTC 2021 Modified Files: pkgsrc/meta-pkgs: Makefile Added Files: pkgsrc/meta-pkgs/bulk-test-llvm: DESCR Makefile Log Message: add meta-pkgs/bulk-test-llvm Meta-package for testing LLVM updates. Depends on various non-trivial or important packages that depend on LLVM. To generate a diff of this commit: cvs rdiff -u -r1.113 -r1.114 pkgsrc/meta-pkgs/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/meta-pkgs/bulk-test-llvm/DESCR \ pkgsrc/meta-pkgs/bulk-test-llvm/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1623330129274610 Content-Disposition: inline Content-Length: 3039 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/Makefile diff -u pkgsrc/meta-pkgs/Makefile:1.113 pkgsrc/meta-pkgs/Makefile:1.114 --- pkgsrc/meta-pkgs/Makefile:1.113 Sat May 29 16:31:46 2021 +++ pkgsrc/meta-pkgs/Makefile Thu Jun 10 13:02:09 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.113 2021/05/29 16:31:46 nia Exp $ +# $NetBSD: Makefile,v 1.114 2021/06/10 13:02:09 nia Exp $ # COMMENT= Collections of other packages @@ -8,6 +8,7 @@ SUBDIR+= bulk-large SUBDIR+= bulk-medium SUBDIR+= bulk-small SUBDIR+= bulk-test-boost +SUBDIR+= bulk-test-llvm SUBDIR+= compiz-fusion SUBDIR+= courier SUBDIR+= deforaos-desktop Added files: Index: pkgsrc/meta-pkgs/bulk-test-llvm/DESCR diff -u /dev/null pkgsrc/meta-pkgs/bulk-test-llvm/DESCR:1.1 --- /dev/null Thu Jun 10 13:02:09 2021 +++ pkgsrc/meta-pkgs/bulk-test-llvm/DESCR Thu Jun 10 13:02:09 2021 @@ -0,0 +1,2 @@ +Meta-package for testing LLVM updates. Depends on various non-trivial or +important packages that depend on LLVM. Index: pkgsrc/meta-pkgs/bulk-test-llvm/Makefile diff -u /dev/null pkgsrc/meta-pkgs/bulk-test-llvm/Makefile:1.1 --- /dev/null Thu Jun 10 13:02:09 2021 +++ pkgsrc/meta-pkgs/bulk-test-llvm/Makefile Thu Jun 10 13:02:09 2021 @@ -0,0 +1,46 @@ +# $NetBSD: Makefile,v 1.1 2021/06/10 13:02:09 nia Exp $ + +DISTNAME= bulk-test-llvm-20210610 +CATEGORIES= meta-pkgs +MASTER_SITES= # empty +DISTFILES= # empty + +MAINTAINER= nia@NetBSD.org +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]*:../../lang/clang +BUILD_DEPENDS+= firefox-[0-9]*:../../www/firefox +BUILD_DEPENDS+= firefox-esr-[0-9]*:../../www/firefox-esr +BUILD_DEPENDS+= include-what-you-use-[0-9]*:../../devel/include-what-you-use +BUILD_DEPENDS+= polly-[0-9]*:../../devel/polly +BUILD_DEPENDS+= qtcreator-[0-9]*:../../editors/qtcreator +BUILD_DEPENDS+= libcxx-[0-9]*:../../lang/libcxx +BUILD_DEPENDS+= libcxxabi-[0-9]*:../../lang/libcxxabi +BUILD_DEPENDS+= libunwind-[0-9]*:../../lang/libunwind +BUILD_DEPENDS+= lld-[0-9]*:../../devel/lld +BUILD_DEPENDS+= lldb-[0-9]*:../../devel/lldb +BUILD_DEPENDS+= mozjs78-[0-9]*:../../lang/mozjs78 +BUILD_DEPENDS+= opencl-clang-[0-9]*:../../parallel/opencl-clang +BUILD_DEPENDS+= openmp-[0-9]*:../../parallel/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+= zig-[0-9]*:../../lang/zig + +.include "../../mk/bsd.pkg.mk" --_----------=_1623330129274610--