pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/meta-pkgs add meta-pkgs/bulk-test-boost
details: https://anonhg.NetBSD.org/pkgsrc/rev/9aee6bc699e4
branches: trunk
changeset: 453401:9aee6bc699e4
user: nia <nia%pkgsrc.org@localhost>
date: Sat May 29 16:31:46 2021 +0000
description:
add meta-pkgs/bulk-test-boost
Meta-package for testing Boost updates. Depends on various non-trivial or
important packages that depend on boost.
diffstat:
meta-pkgs/Makefile | 3 +-
meta-pkgs/bulk-test-boost/DESCR | 2 +
meta-pkgs/bulk-test-boost/Makefile | 57 ++++++++++++++++++++++++++++++++++++++
3 files changed, 61 insertions(+), 1 deletions(-)
diffs (84 lines):
diff -r d18d05536c5e -r 9aee6bc699e4 meta-pkgs/Makefile
--- a/meta-pkgs/Makefile Sat May 29 16:04:11 2021 +0000
+++ b/meta-pkgs/Makefile Sat May 29 16:31:46 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.112 2021/04/19 10:37:54 cirnatdan Exp $
+# $NetBSD: Makefile,v 1.113 2021/05/29 16:31:46 nia Exp $
#
COMMENT= Collections of other packages
@@ -7,6 +7,7 @@
SUBDIR+= bulk-large
SUBDIR+= bulk-medium
SUBDIR+= bulk-small
+SUBDIR+= bulk-test-boost
SUBDIR+= compiz-fusion
SUBDIR+= courier
SUBDIR+= deforaos-desktop
diff -r d18d05536c5e -r 9aee6bc699e4 meta-pkgs/bulk-test-boost/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/meta-pkgs/bulk-test-boost/DESCR Sat May 29 16:31:46 2021 +0000
@@ -0,0 +1,2 @@
+Meta-package for testing Boost updates. Depends on various non-trivial or
+important packages that depend on boost.
diff -r d18d05536c5e -r 9aee6bc699e4 meta-pkgs/bulk-test-boost/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/meta-pkgs/bulk-test-boost/Makefile Sat May 29 16:31:46 2021 +0000
@@ -0,0 +1,57 @@
+# $NetBSD: Makefile,v 1.1 2021/05/29 16:31:47 nia Exp $
+
+DISTNAME= bulk-boost-test-20210529
+CATEGORIES= meta-pkgs
+MASTER_SITES= # empty
+DISTFILES= # empty
+
+MAINTAINER= nia%NetBSD.org@localhost
+COMMENT= Meta-package for testing Boost
+
+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 Boost.
+# 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.
+
+BUILD_DEPENDS+= abiword-[0-9]*:../../editors/abiword
+BUILD_DEPENDS+= bitcoin-[0-9]*:../../finance/bitcoin
+BUILD_DEPENDS+= blender-[0-9]*:../../graphics/blender
+BUILD_DEPENDS+= botan>=2.11:../../security/botan-devel
+BUILD_DEPENDS+= dnsdist-[0-9]*:../../net/dnsdist
+BUILD_DEPENDS+= gnucash-[0-9]*:../../finance/gnucash
+BUILD_DEPENDS+= gnuradio-core-[0-9]*:../../ham/gnuradio-core
+BUILD_DEPENDS+= gource-[0-9]*:../../graphics/gource
+BUILD_DEPENDS+= inkscape-[0-9]*:../../graphics/inkscape
+BUILD_DEPENDS+= innoextract-[0-9]*:../../archivers/innoextract
+BUILD_DEPENDS+= kicad-[0-9]*:../../cad/kicad
+BUILD_DEPENDS+= krita-[0-9]*:../../graphics/krita
+BUILD_DEPENDS+= libclucene-[0-9]*:../../textproc/libclucene
+BUILD_DEPENDS+= libftdi1-[0-9]*:../../devel/libftdi1
+BUILD_DEPENDS+= librecad-[0-9]*:../../cad/librecad
+BUILD_DEPENDS+= libreoffice-[0-9]*:../../misc/libreoffice
+BUILD_DEPENDS+= mongodb-[0-9]*:../../databases/mongodb
+BUILD_DEPENDS+= mumble-[0-9]*:../../chat/mumble
+BUILD_DEPENDS+= musicpd-[0-9]*:../../audio/musicpd
+BUILD_DEPENDS+= mysql-server>=5.7<8.0:../../databases/mysql57-server
+BUILD_DEPENDS+= ncmpc-[0-9]*:../../audio/ncmpc
+BUILD_DEPENDS+= ncmpcpp-[0-9]*:../../audio/ncmpcpp
+BUILD_DEPENDS+= openscad-[0-9]*:../../cad/openscad
+BUILD_DEPENDS+= poppler-glib-[0-9]*:../../print/poppler-glib
+BUILD_DEPENDS+= powerdns-[0-9]*:../../net/powerdns
+BUILD_DEPENDS+= powerdns-recursor-[0-9]*:../../net/powerdns-recursor
+BUILD_DEPENDS+= qbittorrent-[0-9]*:../../net/qbittorrent
+BUILD_DEPENDS+= scribus-qt5-[0-9]*:../../print/scribus-qt5
+BUILD_DEPENDS+= source-highlight-[0-9]*:../../textproc/source-highlight
+BUILD_DEPENDS+= strawberry-[0-9]*:../../audio/strawberry
+BUILD_DEPENDS+= tcpflow-[0-9]*:../../net/tcpflow
+BUILD_DEPENDS+= ugrep-[0-9]*:../../textproc/ugrep
+BUILD_DEPENDS+= xsd-[0-9]*:../../devel/xsd
+BUILD_DEPENDS+= znc-[0-9]*:../../chat/znc
+
+.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index