pkgsrc-Changes archive

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

CVS commit: pkgsrc/meta-pkgs



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jan 24 12:56:02 UTC 2025

Modified Files:
        pkgsrc/meta-pkgs: Makefile
Added Files:
        pkgsrc/meta-pkgs/bulk-test-llvm: DESCR Makefile

Log Message:
bulk-test-llvm: restore, with pkgsrc-users@ as maintainer

We still strive for this to be used.


To generate a diff of this commit:
cvs rdiff -u -r1.139 -r1.140 pkgsrc/meta-pkgs/Makefile
cvs rdiff -u -r0 -r1.3 pkgsrc/meta-pkgs/bulk-test-llvm/DESCR
cvs rdiff -u -r0 -r1.13 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.

Modified files:

Index: pkgsrc/meta-pkgs/Makefile
diff -u pkgsrc/meta-pkgs/Makefile:1.139 pkgsrc/meta-pkgs/Makefile:1.140
--- pkgsrc/meta-pkgs/Makefile:1.139     Fri Jan 24 11:37:01 2025
+++ pkgsrc/meta-pkgs/Makefile   Fri Jan 24 12:56:01 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.139 2025/01/24 11:37:01 nia Exp $
+# $NetBSD: Makefile,v 1.140 2025/01/24 12:56:01 wiz Exp $
 #
 
 COMMENT=       Collections of other packages
@@ -13,6 +13,7 @@ SUBDIR+=      bulk-test-erlang
 SUBDIR+=       bulk-test-essential
 SUBDIR+=       bulk-test-go
 SUBDIR+=       bulk-test-icu
+SUBDIR+=       bulk-test-llvm
 SUBDIR+=       bulk-test-php
 SUBDIR+=       bulk-test-poppler
 SUBDIR+=       bulk-test-python27

Added files:

Index: pkgsrc/meta-pkgs/bulk-test-llvm/DESCR
diff -u /dev/null pkgsrc/meta-pkgs/bulk-test-llvm/DESCR:1.3
--- /dev/null   Fri Jan 24 12:56:02 2025
+++ pkgsrc/meta-pkgs/bulk-test-llvm/DESCR       Fri Jan 24 12:56:01 2025
@@ -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.13
--- /dev/null   Fri Jan 24 12:56:02 2025
+++ pkgsrc/meta-pkgs/bulk-test-llvm/Makefile    Fri Jan 24 12:56:01 2025
@@ -0,0 +1,48 @@
+# $NetBSD: Makefile,v 1.13 2025/01/24 12:56:01 wiz Exp $
+
+DISTNAME=      bulk-test-llvm-20250124
+CATEGORIES=    meta-pkgs
+MASTER_SITES=  # empty
+DISTFILES=     # empty
+
+MAINTAINER=    pkgsrc-users%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"
+
+DEPENDS+=      clang-[0-9]*:../../lang/clang
+DEPENDS+=      cvise-[0-9]*:../../devel/cvise
+DEPENDS+=      firefox-[0-9]*:../../www/firefox
+DEPENDS+=      firefox-esr-[0-9]*:../../www/firefox-esr
+DEPENDS+=      include-what-you-use-[0-9]*:../../devel/include-what-you-use
+DEPENDS+=      polly-[0-9]*:../../devel/polly
+DEPENDS+=      qtcreator-[0-9]*:../../editors/qtcreator
+DEPENDS+=      libcxx-[0-9]*:../../lang/libcxx
+DEPENDS+=      libcxxabi-[0-9]*:../../lang/libcxxabi
+DEPENDS+=      libunwind-[0-9]*:../../lang/libunwind
+DEPENDS+=      lld-[0-9]*:../../devel/lld
+DEPENDS+=      lldb-[0-9]*:../../devel/lldb
+DEPENDS+=      mozjs78-[0-9]*:../../lang/mozjs78
+DEPENDS+=      opencl-clang-[0-9]*:../../parallel/opencl-clang
+DEPENDS+=      openmp-[0-9]*:../../parallel/openmp
+DEPENDS+=      pocl-[0-9]*:../../parallel/pocl
+DEPENDS+=      ${PYPKGPREFIX}-llvmlite-[0-9]*:../../devel/py-llvmlite
+DEPENDS+=      rust-[0-9]*:../../lang/rust
+DEPENDS+=      seamonkey-[0-9]*:../../www/seamonkey
+DEPENDS+=      spirv-llvm-translator-[0-9]*:../../parallel/spirv-llvm-translator
+DEPENDS+=      thunderbird-[0-9]*:../../mail/thunderbird
+DEPENDS+=      woboq_codebrowser-[0-9]*:../../devel/woboq_codebrowser
+DEPENDS+=      zig-[0-9]*:../../lang/zig
+
+.include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index