diff options
author | nia <nia@pkgsrc.org> | 2021-05-29 16:31:46 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-05-29 16:31:46 +0000 |
commit | 676b3face4eac0eb80c8376d5d727d226db96e42 (patch) | |
tree | ea5f7d0f9ac4df5c8d21175b9b9750bdbefb6a7d /meta-pkgs | |
parent | 8c83da23e02520409fb38f80382b0e74b73c8c60 (diff) | |
download | pkgsrc-676b3face4eac0eb80c8376d5d727d226db96e42.tar.gz |
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 (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/Makefile | 3 | ||||
-rw-r--r-- | meta-pkgs/bulk-test-boost/DESCR | 2 | ||||
-rw-r--r-- | meta-pkgs/bulk-test-boost/Makefile | 57 |
3 files changed, 61 insertions, 1 deletions
diff --git a/meta-pkgs/Makefile b/meta-pkgs/Makefile index 320d41be4cb..67089c87863 100644 --- a/meta-pkgs/Makefile +++ b/meta-pkgs/Makefile @@ -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+= boost SUBDIR+= bulk-large SUBDIR+= bulk-medium SUBDIR+= bulk-small +SUBDIR+= bulk-test-boost SUBDIR+= compiz-fusion SUBDIR+= courier SUBDIR+= deforaos-desktop diff --git a/meta-pkgs/bulk-test-boost/DESCR b/meta-pkgs/bulk-test-boost/DESCR new file mode 100644 index 00000000000..a30b1a3df2d --- /dev/null +++ b/meta-pkgs/bulk-test-boost/DESCR @@ -0,0 +1,2 @@ +Meta-package for testing Boost updates. Depends on various non-trivial or +important packages that depend on boost. diff --git a/meta-pkgs/bulk-test-boost/Makefile b/meta-pkgs/bulk-test-boost/Makefile new file mode 100644 index 00000000000..2d772960a5d --- /dev/null +++ b/meta-pkgs/bulk-test-boost/Makefile @@ -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 +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" |