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:   nia
Date:           Sat May 29 16:31:47 UTC 2021

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

Log Message:
add meta-pkgs/bulk-test-boost

Meta-package for testing Boost updates. Depends on various non-trivial or
important packages that depend on boost.


To generate a diff of this commit:
cvs rdiff -u -r1.112 -r1.113 pkgsrc/meta-pkgs/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/meta-pkgs/bulk-test-boost/DESCR \
    pkgsrc/meta-pkgs/bulk-test-boost/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.112 pkgsrc/meta-pkgs/Makefile:1.113
--- pkgsrc/meta-pkgs/Makefile:1.112     Mon Apr 19 10:37:54 2021
+++ pkgsrc/meta-pkgs/Makefile   Sat May 29 16:31:46 2021
@@ -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

Added files:

Index: pkgsrc/meta-pkgs/bulk-test-boost/DESCR
diff -u /dev/null pkgsrc/meta-pkgs/bulk-test-boost/DESCR:1.1
--- /dev/null   Sat May 29 16:31:47 2021
+++ pkgsrc/meta-pkgs/bulk-test-boost/DESCR      Sat May 29 16:31:47 2021
@@ -0,0 +1,2 @@
+Meta-package for testing Boost updates. Depends on various non-trivial or
+important packages that depend on boost.
Index: pkgsrc/meta-pkgs/bulk-test-boost/Makefile
diff -u /dev/null pkgsrc/meta-pkgs/bulk-test-boost/Makefile:1.1
--- /dev/null   Sat May 29 16:31:47 2021
+++ pkgsrc/meta-pkgs/bulk-test-boost/Makefile   Sat May 29 16:31:47 2021
@@ -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