Sat Jul 1 14:19:45 2023 UTC ()
meta-pkgs: Fix incorrect use of TOOL_DEPENDS inside bulk-test-*.


(nia)
diff -r1.54 -r1.55 pkgsrc/meta-pkgs/bulk-large/Makefile
diff -r1.80 -r1.81 pkgsrc/meta-pkgs/bulk-medium/Makefile
diff -r1.36 -r1.37 pkgsrc/meta-pkgs/bulk-small/Makefile
diff -r1.14 -r1.15 pkgsrc/meta-pkgs/bulk-test-boost/Makefile
diff -r1.4 -r1.5 pkgsrc/meta-pkgs/bulk-test-go/Makefile
diff -r1.6 -r1.7 pkgsrc/meta-pkgs/bulk-test-llvm/Makefile

cvs diff -r1.54 -r1.55 pkgsrc/meta-pkgs/bulk-large/Makefile (expand / switch to unified diff)

--- pkgsrc/meta-pkgs/bulk-large/Makefile 2023/07/01 08:37:45 1.54
+++ pkgsrc/meta-pkgs/bulk-large/Makefile 2023/07/01 14:19:45 1.55
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.54 2023/07/01 08:37:45 wiz Exp $ 1# $NetBSD: Makefile,v 1.55 2023/07/01 14:19:45 nia Exp $
2 2
3DISTNAME= bulk-large-20211103 3DISTNAME= bulk-large-20211103
4CATEGORIES= meta-pkgs 4CATEGORIES= meta-pkgs
5MASTER_SITES= # empty 5MASTER_SITES= # empty
6DISTFILES= # empty 6DISTFILES= # empty
7 7
8MAINTAINER= dholland@NetBSD.org 8MAINTAINER= dholland@NetBSD.org
9COMMENT= Meta-package for a standard largish limited bulk build 9COMMENT= Meta-package for a standard largish limited bulk build
10 10
11META_PACKAGE= yes 11META_PACKAGE= yes
12 12
13RESTRICTED= Just for test build purpose 13RESTRICTED= Just for test build purpose
14NO_BIN_ON_CDROM= ${RESTRICTED} 14NO_BIN_ON_CDROM= ${RESTRICTED}
@@ -21,131 +21,131 @@ NO_BIN_ON_FTP= ${RESTRICTED} @@ -21,131 +21,131 @@ NO_BIN_ON_FTP= ${RESTRICTED}
21# than 24 hours, assuming that bulk-medium is already built. 21# than 24 hours, assuming that bulk-medium is already built.
22# 22#
23# The guideline for adding stuff to this package is: if you had only 23# The guideline for adding stuff to this package is: if you had only
24# a day or so to build 1/3 of pkgsrc, which 1/3 would be most useful 24# a day or so to build 1/3 of pkgsrc, which 1/3 would be most useful
25# to people using the resulting binary packages? 25# to people using the resulting binary packages?
26# 26#
27# Please discuss additions/removals on tech-pkg to avoid unnecessary 27# Please discuss additions/removals on tech-pkg to avoid unnecessary
28# churn. 28# churn.
29# 29#
30 30
31# 31#
32# 1. Packages used by a lot of other packages 32# 1. Packages used by a lot of other packages
33# 33#
34TOOL_DEPENDS+= taglib-[0-9]*:../../audio/taglib 34DEPENDS+= taglib-[0-9]*:../../audio/taglib
35TOOL_DEPENDS+= gmp-[0-9]*:../../devel/gmp 35DEPENDS+= gmp-[0-9]*:../../devel/gmp
36TOOL_DEPENDS+= heirloom-libcommon-[0-9]*:../../devel/heirloom-libcommon 36DEPENDS+= heirloom-libcommon-[0-9]*:../../devel/heirloom-libcommon
37TOOL_DEPENDS+= libgetopt-[0-9]*:../../devel/libgetopt 37DEPENDS+= libgetopt-[0-9]*:../../devel/libgetopt
38TOOL_DEPENDS+= ocaml-[0-9]*:../../lang/ocaml 38DEPENDS+= ocaml-[0-9]*:../../lang/ocaml
39TOOL_DEPENDS+= gst-plugins1-base-[0-9]*:../../multimedia/gst-plugins1-base 39DEPENDS+= gst-plugins1-base-[0-9]*:../../multimedia/gst-plugins1-base
40TOOL_DEPENDS+= gstreamer1-[0-9]*:../../multimedia/gstreamer1 40DEPENDS+= gstreamer1-[0-9]*:../../multimedia/gstreamer1
41TOOL_DEPENDS+= libsoup-[0-9]*:../../net/libsoup 41DEPENDS+= libsoup-[0-9]*:../../net/libsoup
42TOOL_DEPENDS+= dbus-[0-9]*:../../sysutils/dbus 42DEPENDS+= dbus-[0-9]*:../../sysutils/dbus
43TOOL_DEPENDS+= dbus-glib-[0-9]*:../../sysutils/dbus-glib 43DEPENDS+= dbus-glib-[0-9]*:../../sysutils/dbus-glib
44TOOL_DEPENDS+= aspell-[0-9]*:../../textproc/aspell 44DEPENDS+= aspell-[0-9]*:../../textproc/aspell
45TOOL_DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3 45DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
46TOOL_DEPENDS+= qt5-qtbase-[0-9]*:../../x11/qt5-qtbase 46DEPENDS+= qt5-qtbase-[0-9]*:../../x11/qt5-qtbase
47TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools 47DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools
48 48
49# 49#
50# 2. Applications 50# 2. Applications
51# 51#
52TOOL_DEPENDS+= quassel-[0-9]*:../../chat/quassel 52DEPENDS+= quassel-[0-9]*:../../chat/quassel
53TOOL_DEPENDS+= asterisk>=16:../../comms/asterisk16 53DEPENDS+= asterisk>=16:../../comms/asterisk16
54TOOL_DEPENDS+= avr-gcc-[0-9]*:../../cross/avr-gcc 54DEPENDS+= avr-gcc-[0-9]*:../../cross/avr-gcc
55TOOL_DEPENDS+= avr-libc-[0-9]*:../../cross/avr-libc 55DEPENDS+= avr-libc-[0-9]*:../../cross/avr-libc
56TOOL_DEPENDS+= avr-gdb-[0-9]*:../../cross/avr-gdb 56DEPENDS+= avr-gdb-[0-9]*:../../cross/avr-gdb
57TOOL_DEPENDS+= mariadb-server>=10.5<10.6:../../databases/mariadb105-server 57DEPENDS+= mariadb-server>=10.5<10.6:../../databases/mariadb105-server
58TOOL_DEPENDS+= mariadb-server>=10.6<10.7:../../databases/mariadb106-server 58DEPENDS+= mariadb-server>=10.6<10.7:../../databases/mariadb106-server
59TOOL_DEPENDS+= postgresql13-[0-9]*:../../databases/postgresql13 59DEPENDS+= postgresql13-[0-9]*:../../databases/postgresql13
60TOOL_DEPENDS+= abiword-[0-9]*:../../editors/abiword 60DEPENDS+= abiword-[0-9]*:../../editors/abiword
61TOOL_DEPENDS+= emacs26>=26<27:../../editors/emacs26 61DEPENDS+= emacs26>=26<27:../../editors/emacs26
62TOOL_DEPENDS+= emacs-packages-[0-9]*:../../editors/emacs-packages 62DEPENDS+= emacs-packages-[0-9]*:../../editors/emacs-packages
63TOOL_DEPENDS+= xemacs-packages-[0-9]*:../../editors/xemacs-packages 63DEPENDS+= xemacs-packages-[0-9]*:../../editors/xemacs-packages
64TOOL_DEPENDS+= p5-Padre-[0-9]*:../../editors/p5-Padre 64DEPENDS+= p5-Padre-[0-9]*:../../editors/p5-Padre
65TOOL_DEPENDS+= glusterfs-[0-9]*:../../filesystems/glusterfs 65DEPENDS+= glusterfs-[0-9]*:../../filesystems/glusterfs
66TOOL_DEPENDS+= tahoe-lafs-[0-9]*:../../filesystems/tahoe-lafs 66DEPENDS+= tahoe-lafs-[0-9]*:../../filesystems/tahoe-lafs
67TOOL_DEPENDS+= blender-[0-9]*:../../graphics/blender 67DEPENDS+= blender-[0-9]*:../../graphics/blender
68TOOL_DEPENDS+= gimp-[0-9]*:../../graphics/gimp 68DEPENDS+= gimp-[0-9]*:../../graphics/gimp
69TOOL_DEPENDS+= graphviz-[0-9]*:../../graphics/graphviz 69DEPENDS+= graphviz-[0-9]*:../../graphics/graphviz
70TOOL_DEPENDS+= claws-mail-[0-9]*:../../mail/claws-mail 70DEPENDS+= claws-mail-[0-9]*:../../mail/claws-mail
71TOOL_DEPENDS+= evolution-[0-9]*:../../mail/evolution 71DEPENDS+= evolution-[0-9]*:../../mail/evolution
72TOOL_DEPENDS+= ${PHP_PKG_PREFIX}-roundcube-[0-9]*:../../mail/roundcube 72DEPENDS+= ${PHP_PKG_PREFIX}-roundcube-[0-9]*:../../mail/roundcube
73TOOL_DEPENDS+= squirrelmail-[0-9]*:../../mail/squirrelmail 73DEPENDS+= squirrelmail-[0-9]*:../../mail/squirrelmail
74TOOL_DEPENDS+= thunderbird-[0-9]*:../../mail/thunderbird 74DEPENDS+= thunderbird-[0-9]*:../../mail/thunderbird
75TOOL_DEPENDS+= thunderbird-l10n-[0-9]*:../../mail/thunderbird-l10n 75DEPENDS+= thunderbird-l10n-[0-9]*:../../mail/thunderbird-l10n
76TOOL_DEPENDS+= R-[0-9]*:../../math/R 76DEPENDS+= R-[0-9]*:../../math/R
77TOOL_DEPENDS+= octave-[0-9]*:../../math/octave 77DEPENDS+= octave-[0-9]*:../../math/octave
78TOOL_DEPENDS+= zyGrib-[0-9]*:../../misc/zyGrib 78DEPENDS+= zyGrib-[0-9]*:../../misc/zyGrib
79TOOL_DEPENDS+= mpv-[0-9]*:../../multimedia/mpv 79DEPENDS+= mpv-[0-9]*:../../multimedia/mpv
80TOOL_DEPENDS+= cups-[0-9]*:../../print/cups 80DEPENDS+= cups-[0-9]*:../../print/cups
81TOOL_DEPENDS+= atril-[0-9]*:../../print/atril 81DEPENDS+= atril-[0-9]*:../../print/atril
82TOOL_DEPENDS+= lilypond-[0-9]*:../../print/lilypond 82DEPENDS+= lilypond-[0-9]*:../../print/lilypond
83TOOL_DEPENDS+= mit-krb5-appl-[0-9]*:../../security/mit-krb5-appl 83DEPENDS+= mit-krb5-appl-[0-9]*:../../security/mit-krb5-appl
84TOOL_DEPENDS+= FlightCrew-[0-9]*:../../textproc/FlightCrew 84DEPENDS+= FlightCrew-[0-9]*:../../textproc/FlightCrew
85TOOL_DEPENDS+= clearsilver-[0-9]*:../../www/clearsilver 85DEPENDS+= clearsilver-[0-9]*:../../www/clearsilver
86TOOL_DEPENDS+= mediawiki-[0-9]*:../../www/mediawiki 86DEPENDS+= mediawiki-[0-9]*:../../www/mediawiki
87TOOL_DEPENDS+= ${RUBY_PKGPREFIX}-rails52>=5.2.4.5:../../www/ruby-rails52 87DEPENDS+= ${RUBY_PKGPREFIX}-rails52>=5.2.4.5:../../www/ruby-rails52
88TOOL_DEPENDS+= ${RUBY_PKGPREFIX}-rails60>=6.0.3.5:../../www/ruby-rails60 88DEPENDS+= ${RUBY_PKGPREFIX}-rails60>=6.0.3.5:../../www/ruby-rails60
89TOOL_DEPENDS+= ${RUBY_PKGPREFIX}-rails61>=6.1.3:../../www/ruby-rails61 89DEPENDS+= ${RUBY_PKGPREFIX}-rails61>=6.1.3:../../www/ruby-rails61
90 90
91# 91#
92# 3. Libraries 92# 3. Libraries
93# 93#
94TOOL_DEPENDS+= db5-[0-9]*:../../databases/db5 94DEPENDS+= db5-[0-9]*:../../databases/db5
95TOOL_DEPENDS+= heimdal-[0-9]*:../../security/heimdal 95DEPENDS+= heimdal-[0-9]*:../../security/heimdal
96TOOL_DEPENDS+= mit-krb5-[0-9]*:../../security/mit-krb5 96DEPENDS+= mit-krb5-[0-9]*:../../security/mit-krb5
97 97
98# 98#
99# 4. TeX 99# 4. TeX
100# 100#
101TOOL_DEPENDS+= texlive-collection-fontsrecommended-[0-9]*:../../meta-pkgs/texlive-collection-fontsrecommended 101DEPENDS+= texlive-collection-fontsrecommended-[0-9]*:../../meta-pkgs/texlive-collection-fontsrecommended
102TOOL_DEPENDS+= texlive-collection-fontsrecommended-doc-[0-9]*:../../meta-pkgs/texlive-collection-fontsrecommended-doc 102DEPENDS+= texlive-collection-fontsrecommended-doc-[0-9]*:../../meta-pkgs/texlive-collection-fontsrecommended-doc
103TOOL_DEPENDS+= texlive-collection-basic-[0-9]*:../../meta-pkgs/texlive-collection-basic 103DEPENDS+= texlive-collection-basic-[0-9]*:../../meta-pkgs/texlive-collection-basic
104TOOL_DEPENDS+= texlive-collection-basic-doc-[0-9]*:../../meta-pkgs/texlive-collection-basic-doc 104DEPENDS+= texlive-collection-basic-doc-[0-9]*:../../meta-pkgs/texlive-collection-basic-doc
105TOOL_DEPENDS+= texlive-collection-plaingeneric-[0-9]*:../../meta-pkgs/texlive-collection-plaingeneric 105DEPENDS+= texlive-collection-plaingeneric-[0-9]*:../../meta-pkgs/texlive-collection-plaingeneric
106TOOL_DEPENDS+= texlive-collection-latex-[0-9]*:../../meta-pkgs/texlive-collection-latex 106DEPENDS+= texlive-collection-latex-[0-9]*:../../meta-pkgs/texlive-collection-latex
107TOOL_DEPENDS+= texlive-collection-latex-doc-[0-9]*:../../meta-pkgs/texlive-collection-latex-doc 107DEPENDS+= texlive-collection-latex-doc-[0-9]*:../../meta-pkgs/texlive-collection-latex-doc
108 108
109# 109#
110# 5. Desktops 110# 5. Desktops
111# 111#
112TOOL_DEPENDS+= deforaos-desktop-[0-9]*:../../meta-pkgs/deforaos-desktop 112DEPENDS+= deforaos-desktop-[0-9]*:../../meta-pkgs/deforaos-desktop
113TOOL_DEPENDS+= gnustep-[0-9]*:../../meta-pkgs/gnustep 113DEPENDS+= gnustep-[0-9]*:../../meta-pkgs/gnustep
114TOOL_DEPENDS+= mate-[0-9]*:../../meta-pkgs/mate 114DEPENDS+= mate-[0-9]*:../../meta-pkgs/mate
115TOOL_DEPENDS+= windowmaker-desktop-[0-9]*:../../meta-pkgs/windowmaker-desktop 115DEPENDS+= windowmaker-desktop-[0-9]*:../../meta-pkgs/windowmaker-desktop
116TOOL_DEPENDS+= xfce4-[0-9]*:../../meta-pkgs/xfce4 116DEPENDS+= xfce4-[0-9]*:../../meta-pkgs/xfce4
117TOOL_DEPENDS+= xfce4-extras-[0-9]*:../../meta-pkgs/xfce4-extras 117DEPENDS+= xfce4-extras-[0-9]*:../../meta-pkgs/xfce4-extras
118TOOL_DEPENDS+= xview-[0-9]*:../../x11/xview 118DEPENDS+= xview-[0-9]*:../../x11/xview
119 119
120# 120#
121# 6. NetBSD/pkgsrc developer tools 121# 6. NetBSD/pkgsrc developer tools
122# 122#
123TOOL_DEPENDS+= netbsd-doc-[0-9]*:../../meta-pkgs/netbsd-doc 123DEPENDS+= netbsd-doc-[0-9]*:../../meta-pkgs/netbsd-doc
124TOOL_DEPENDS+= netbsd-doc-print-[0-9]*:../../meta-pkgs/netbsd-doc-print 124DEPENDS+= netbsd-doc-print-[0-9]*:../../meta-pkgs/netbsd-doc-print
125TOOL_DEPENDS+= netbsd-www-[0-9]*:../../meta-pkgs/netbsd-www 125DEPENDS+= netbsd-www-[0-9]*:../../meta-pkgs/netbsd-www
126TOOL_DEPENDS+= pkg_developer-[0-9]*:../../meta-pkgs/pkg_developer 126DEPENDS+= pkg_developer-[0-9]*:../../meta-pkgs/pkg_developer
127TOOL_DEPENDS+= pkgsrc-guide-tools-[0-9]*:../../meta-pkgs/pkgsrc-guide-tools 127DEPENDS+= pkgsrc-guide-tools-[0-9]*:../../meta-pkgs/pkgsrc-guide-tools
128 128
129# 129#
130# 7. Complete X.org 130# 7. Complete X.org
131# 131#
132TOOL_DEPENDS+= modular-xorg-[0-9]*:../../meta-pkgs/modular-xorg 132DEPENDS+= modular-xorg-[0-9]*:../../meta-pkgs/modular-xorg
133 133
134 134
135# 135#
136# Note that (unlike in bulk-small) we make no effort to list or track 136# Note that (unlike in bulk-small) we make no effort to list or track
137# depends of the above. In many cases the packages listed above are 137# depends of the above. In many cases the packages listed above are
138# intentionally chosen to bring in other things that we more or less 138# intentionally chosen to bring in other things that we more or less
139# want in here. 139# want in here.
140# 140#
141 141
142# We are supposed to be a superset of bulk-medium and bulk-small. 142# We are supposed to be a superset of bulk-medium and bulk-small.
143TOOL_DEPENDS+= bulk-medium-[0-9]*:../../meta-pkgs/bulk-medium 143DEPENDS+= bulk-medium-[0-9]*:../../meta-pkgs/bulk-medium
144TOOL_DEPENDS+= bulk-small-[0-9]*:../../meta-pkgs/bulk-small 144DEPENDS+= bulk-small-[0-9]*:../../meta-pkgs/bulk-small
145 145
146PYTHON_FOR_BUILD_ONLY= yes 146PYTHON_FOR_BUILD_ONLY= yes
147PYTHON_VERSIONS_INCOMPATIBLE= 27 37 38 147PYTHON_VERSIONS_INCOMPATIBLE= 27 37 38
148.include "../../lang/php/phpversion.mk" # for PHP_PKG_PREFIX 148.include "../../lang/php/phpversion.mk" # for PHP_PKG_PREFIX
149.include "../../lang/python/pyversion.mk" # for PYPKGPREFIX 149.include "../../lang/python/pyversion.mk" # for PYPKGPREFIX
150.include "../../lang/ruby/rubyversion.mk" # for RUBY_PKGPREFIX 150.include "../../lang/ruby/rubyversion.mk" # for RUBY_PKGPREFIX
151.include "../../mk/bsd.pkg.mk" 151.include "../../mk/bsd.pkg.mk"

cvs diff -r1.80 -r1.81 pkgsrc/meta-pkgs/bulk-medium/Makefile (expand / switch to unified diff)

--- pkgsrc/meta-pkgs/bulk-medium/Makefile 2023/07/01 08:35:09 1.80
+++ pkgsrc/meta-pkgs/bulk-medium/Makefile 2023/07/01 14:19:45 1.81
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.80 2023/07/01 08:35:09 wiz Exp $ 1# $NetBSD: Makefile,v 1.81 2023/07/01 14:19:45 nia Exp $
2 2
3DISTNAME= bulk-medium-20230701 3DISTNAME= bulk-medium-20230701
4CATEGORIES= meta-pkgs 4CATEGORIES= meta-pkgs
5MASTER_SITES= # empty 5MASTER_SITES= # empty
6DISTFILES= # empty 6DISTFILES= # empty
7 7
8MAINTAINER= dholland@NetBSD.org 8MAINTAINER= dholland@NetBSD.org
9COMMENT= Meta-package for a standard medium-sized limited bulk build 9COMMENT= Meta-package for a standard medium-sized limited bulk build
10 10
11META_PACKAGE= yes 11META_PACKAGE= yes
12 12
13RESTRICTED= Just for test build purpose 13RESTRICTED= Just for test build purpose
14NO_BIN_ON_CDROM= ${RESTRICTED} 14NO_BIN_ON_CDROM= ${RESTRICTED}
@@ -33,193 +33,193 @@ NO_BIN_ON_FTP= ${RESTRICTED} @@ -33,193 +33,193 @@ NO_BIN_ON_FTP= ${RESTRICTED}
33# Please discuss proposed additions (and removals) on tech-pkg. 33# Please discuss proposed additions (and removals) on tech-pkg.
34# Undiscussed changes will be reverted. 34# Undiscussed changes will be reverted.
35# 35#
36 36
37# 37#
38# XXX: There is nothing here from inputmethod/, and there should be. 38# XXX: There is nothing here from inputmethod/, and there should be.
39# Someone please let me know what the most useful/popular things 39# Someone please let me know what the most useful/popular things
40# there are. 40# there are.
41# 41#
42 42
43# 43#
44# 1. Applications 44# 1. Applications
45# 45#
46TOOL_DEPENDS+= cdparanoia-[0-9]*:../../audio/cdparanoia 46DEPENDS+= cdparanoia-[0-9]*:../../audio/cdparanoia
47TOOL_DEPENDS+= flac-[0-9]*:../../audio/flac 47DEPENDS+= flac-[0-9]*:../../audio/flac
48TOOL_DEPENDS+= flac123-[0-9]*:../../audio/flac123 48DEPENDS+= flac123-[0-9]*:../../audio/flac123
49TOOL_DEPENDS+= lame-[0-9]*:../../audio/lame 49DEPENDS+= lame-[0-9]*:../../audio/lame
50TOOL_DEPENDS+= mpg123-[0-9]*:../../audio/mpg123 50DEPENDS+= mpg123-[0-9]*:../../audio/mpg123
51TOOL_DEPENDS+= sox-[0-9]*:../../audio/sox 51DEPENDS+= sox-[0-9]*:../../audio/sox
52TOOL_DEPENDS+= vorbis-tools-[0-9]*:../../audio/vorbis-tools 52DEPENDS+= vorbis-tools-[0-9]*:../../audio/vorbis-tools
53TOOL_DEPENDS+= jabberd>=2:../../chat/jabberd2 53DEPENDS+= jabberd>=2:../../chat/jabberd2
54TOOL_DEPENDS+= sirc-[0-9]*:../../chat/sirc 54DEPENDS+= sirc-[0-9]*:../../chat/sirc
55TOOL_DEPENDS+= hexchat-[0-9]*:../../chat/hexchat 55DEPENDS+= hexchat-[0-9]*:../../chat/hexchat
56TOOL_DEPENDS+= fribidi-[0-9]*:../../converters/fribidi 56DEPENDS+= fribidi-[0-9]*:../../converters/fribidi
57TOOL_DEPENDS+= mariadb-client>=10.5<10.6:../../databases/mariadb105-client 57DEPENDS+= mariadb-client>=10.5<10.6:../../databases/mariadb105-client
58TOOL_DEPENDS+= mariadb-client>=10.6<10.7:../../databases/mariadb106-client 58DEPENDS+= mariadb-client>=10.6<10.7:../../databases/mariadb106-client
59TOOL_DEPENDS+= openldap-client-[0-9]*:../../databases/openldap-client 59DEPENDS+= openldap-client-[0-9]*:../../databases/openldap-client
60TOOL_DEPENDS+= git-[0-9]*:../../devel/git 60DEPENDS+= git-[0-9]*:../../devel/git
61TOOL_DEPENDS+= git-base-[0-9]*:../../devel/git-base 61DEPENDS+= git-base-[0-9]*:../../devel/git-base
62TOOL_DEPENDS+= git-docs-[0-9]*:../../devel/git-docs 62DEPENDS+= git-docs-[0-9]*:../../devel/git-docs
63TOOL_DEPENDS+= mercurial-[0-9]*:../../devel/mercurial 63DEPENDS+= mercurial-[0-9]*:../../devel/mercurial
64TOOL_DEPENDS+= emacs25>=25<26:../../editors/emacs25 64DEPENDS+= emacs25>=25<26:../../editors/emacs25
65TOOL_DEPENDS+= emacs-packages-[0-9]*:../../editors/emacs-packages 65DEPENDS+= emacs-packages-[0-9]*:../../editors/emacs-packages
66TOOL_DEPENDS+= nvi-[0-9]*:../../editors/nvi 66DEPENDS+= nvi-[0-9]*:../../editors/nvi
67TOOL_DEPENDS+= vim-gtk3-[0-9]*:../../editors/vim-gtk3 67DEPENDS+= vim-gtk3-[0-9]*:../../editors/vim-gtk3
68TOOL_DEPENDS+= xemacs-packages-[0-9]*:../../editors/xemacs-packages 68DEPENDS+= xemacs-packages-[0-9]*:../../editors/xemacs-packages
69TOOL_DEPENDS+= qemu-[0-9]*:../../emulators/qemu 69DEPENDS+= qemu-[0-9]*:../../emulators/qemu
70TOOL_DEPENDS+= simh-[0-9]*:../../emulators/simh 70DEPENDS+= simh-[0-9]*:../../emulators/simh
71TOOL_DEPENDS+= tme-[0-9]*:../../emulators/tme 71DEPENDS+= tme-[0-9]*:../../emulators/tme
72TOOL_DEPENDS+= wine-[0-9]*:../../emulators/wine 72DEPENDS+= wine-[0-9]*:../../emulators/wine
73TOOL_DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick 73DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick
74TOOL_DEPENDS+= gnuplot-[0-9]*:../../graphics/gnuplot 74DEPENDS+= gnuplot-[0-9]*:../../graphics/gnuplot
75TOOL_DEPENDS+= netpbm-[0-9]*:../../graphics/netpbm 75DEPENDS+= netpbm-[0-9]*:../../graphics/netpbm
76TOOL_DEPENDS+= ${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib 76DEPENDS+= ${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib
77TOOL_DEPENDS+= gawk-[0-9]*:../../lang/gawk 77DEPENDS+= gawk-[0-9]*:../../lang/gawk
78TOOL_DEPENDS+= php>=7.4<7.5:../../lang/php74 78DEPENDS+= php>=7.4<7.5:../../lang/php74
79TOOL_DEPENDS+= php>=8.0<8.1:../../lang/php80 79DEPENDS+= php>=8.0<8.1:../../lang/php80
80TOOL_DEPENDS+= php>=8.1<8.2:../../lang/php81 80DEPENDS+= php>=8.1<8.2:../../lang/php81
81TOOL_DEPENDS+= php>=8.2<8.3:../../lang/php82 81DEPENDS+= php>=8.2<8.3:../../lang/php82
82TOOL_DEPENDS+= ruby30-base-[0-9]*:../../lang/ruby30-base 82DEPENDS+= ruby30-base-[0-9]*:../../lang/ruby30-base
83TOOL_DEPENDS+= ruby31-base-[0-9]*:../../lang/ruby31-base 83DEPENDS+= ruby31-base-[0-9]*:../../lang/ruby31-base
84TOOL_DEPENDS+= ruby32-base-[0-9]*:../../lang/ruby32-base 84DEPENDS+= ruby32-base-[0-9]*:../../lang/ruby32-base
85TOOL_DEPENDS+= openjdk8-[0-9]*:../../lang/openjdk8 85DEPENDS+= openjdk8-[0-9]*:../../lang/openjdk8
86TOOL_DEPENDS+= openjdk11-[0-9]*:../../lang/openjdk11 86DEPENDS+= openjdk11-[0-9]*:../../lang/openjdk11
87TOOL_DEPENDS+= python310-[0-9]*:../../lang/python310 87DEPENDS+= python310-[0-9]*:../../lang/python310
88TOOL_DEPENDS+= tcl-[0-9]*:../../lang/tcl 88DEPENDS+= tcl-[0-9]*:../../lang/tcl
89TOOL_DEPENDS+= fetchmail-[0-9]*:../../mail/fetchmail 89DEPENDS+= fetchmail-[0-9]*:../../mail/fetchmail
90TOOL_DEPENDS+= imap-uw-[0-9]*:../../mail/imap-uw 90DEPENDS+= imap-uw-[0-9]*:../../mail/imap-uw
91TOOL_DEPENDS+= mailman-[0-9]*:../../mail/mailman 91DEPENDS+= mailman-[0-9]*:../../mail/mailman
92TOOL_DEPENDS+= mhonarc-[0-9]*:../../mail/mhonarc 92DEPENDS+= mhonarc-[0-9]*:../../mail/mhonarc
93TOOL_DEPENDS+= mutt-[0-9]*:../../mail/mutt 93DEPENDS+= mutt-[0-9]*:../../mail/mutt
94TOOL_DEPENDS+= alpine-[0-9]*:../../mail/alpine 94DEPENDS+= alpine-[0-9]*:../../mail/alpine
95TOOL_DEPENDS+= spamassassin-[0-9]*:../../mail/spamassassin 95DEPENDS+= spamassassin-[0-9]*:../../mail/spamassassin
96TOOL_DEPENDS+= bind>=9.16<9.17:../../net/bind916 96DEPENDS+= bind>=9.16<9.17:../../net/bind916
97TOOL_DEPENDS+= clive-[0-9]*:../../net/clive 97DEPENDS+= clive-[0-9]*:../../net/clive
98TOOL_DEPENDS+= nmap-[0-9]*:../../net/nmap 98DEPENDS+= nmap-[0-9]*:../../net/nmap
99TOOL_DEPENDS+= samba>=4.2:../../net/samba4 99DEPENDS+= samba>=4.2:../../net/samba4
100TOOL_DEPENDS+= wpa_supplicant-[0-9]*:../../net/wpa_supplicant 100DEPENDS+= wpa_supplicant-[0-9]*:../../net/wpa_supplicant
101TOOL_DEPENDS+= xymon-[0-9]*:../../net/xymon 101DEPENDS+= xymon-[0-9]*:../../net/xymon
102TOOL_DEPENDS+= xymonclient-[0-9]*:../../net/xymonclient 102DEPENDS+= xymonclient-[0-9]*:../../net/xymonclient
103TOOL_DEPENDS+= youtube-dl-[0-9]*:../../net/youtube-dl 103DEPENDS+= youtube-dl-[0-9]*:../../net/youtube-dl
104TOOL_DEPENDS+= lintpkgsrc-[0-9]*:../../pkgtools/lintpkgsrc 104DEPENDS+= lintpkgsrc-[0-9]*:../../pkgtools/lintpkgsrc
105TOOL_DEPENDS+= pkglint-[0-9]*:../../pkgtools/pkglint 105DEPENDS+= pkglint-[0-9]*:../../pkgtools/pkglint
106TOOL_DEPENDS+= ghostscript-agpl-[0-9]*:../../print/ghostscript-agpl 106DEPENDS+= ghostscript-agpl-[0-9]*:../../print/ghostscript-agpl
107TOOL_DEPENDS+= poppler-utils-[0-9]*:../../print/poppler-utils 107DEPENDS+= poppler-utils-[0-9]*:../../print/poppler-utils
108TOOL_DEPENDS+= xpdf-[0-9]*:../../print/xpdf 108DEPENDS+= xpdf-[0-9]*:../../print/xpdf
109TOOL_DEPENDS+= gnupg-[0-9]*:../../security/gnupg 109DEPENDS+= gnupg-[0-9]*:../../security/gnupg
110TOOL_DEPENDS+= gnupg2-[0-9]*:../../security/gnupg2 110DEPENDS+= gnupg2-[0-9]*:../../security/gnupg2
111TOOL_DEPENDS+= desktop-file-utils-[0-9]*:../../sysutils/desktop-file-utils 111DEPENDS+= desktop-file-utils-[0-9]*:../../sysutils/desktop-file-utils
112TOOL_DEPENDS+= xe-guest-utilities-[0-9]*:../../sysutils/xe-guest-utilities 112DEPENDS+= xe-guest-utilities-[0-9]*:../../sysutils/xe-guest-utilities
113TOOL_DEPENDS+= xenkernel413-[0-9]*:../../sysutils/xenkernel413 113DEPENDS+= xenkernel413-[0-9]*:../../sysutils/xenkernel413
114TOOL_DEPENDS+= xentools413-[0-9]*:../../sysutils/xentools413 114DEPENDS+= xentools413-[0-9]*:../../sysutils/xentools413
115TOOL_DEPENDS+= ispell-[0-9]*:../../textproc/ispell 115DEPENDS+= ispell-[0-9]*:../../textproc/ispell
116TOOL_DEPENDS+= seamonkey-[0-9]*:../../www/seamonkey 116DEPENDS+= seamonkey-[0-9]*:../../www/seamonkey
117TOOL_DEPENDS+= xlockmore-[0-9]*:../../x11/xlockmore 117DEPENDS+= xlockmore-[0-9]*:../../x11/xlockmore
118 118
119# 119#
120# 2. Archivers and build tools 120# 2. Archivers and build tools
121# 121#
122TOOL_DEPENDS+= pigz-[0-9]*:../../archivers/pigz 122DEPENDS+= pigz-[0-9]*:../../archivers/pigz
123TOOL_DEPENDS+= cmake-[0-9]*:../../devel/cmake 123DEPENDS+= cmake-[0-9]*:../../devel/cmake
124TOOL_DEPENDS+= imake-[0-9]*:../../devel/imake 124DEPENDS+= imake-[0-9]*:../../devel/imake
125TOOL_DEPENDS+= nasm-[0-9]*:../../devel/nasm 125DEPENDS+= nasm-[0-9]*:../../devel/nasm
126TOOL_DEPENDS+= yasm-[0-9]*:../../devel/yasm 126DEPENDS+= yasm-[0-9]*:../../devel/yasm
127TOOL_DEPENDS+= icon-naming-utils-[0-9]*:../../graphics/icon-naming-utils 127DEPENDS+= icon-naming-utils-[0-9]*:../../graphics/icon-naming-utils
128 128
129# 129#
130# 3. Commonly used libraries 130# 3. Commonly used libraries
131# 131#
132TOOL_DEPENDS+= SDL2_mixer-[0-9]*:../../audio/SDL2_mixer 132DEPENDS+= SDL2_mixer-[0-9]*:../../audio/SDL2_mixer
133TOOL_DEPENDS+= opusfile-[0-9]*:../../audio/opusfile 133DEPENDS+= opusfile-[0-9]*:../../audio/opusfile
134TOOL_DEPENDS+= libvorbis-[0-9]*:../../audio/libvorbis 134DEPENDS+= libvorbis-[0-9]*:../../audio/libvorbis
135TOOL_DEPENDS+= gdbm-[0-9]*:../../databases/gdbm 135DEPENDS+= gdbm-[0-9]*:../../databases/gdbm
136TOOL_DEPENDS+= p5-BDB-[0-9]*:../../databases/p5-BDB 136DEPENDS+= p5-BDB-[0-9]*:../../databases/p5-BDB
137TOOL_DEPENDS+= p5-BerkeleyDB-[0-9]*:../../databases/p5-BerkeleyDB 137DEPENDS+= p5-BerkeleyDB-[0-9]*:../../databases/p5-BerkeleyDB
138TOOL_DEPENDS+= p5-DBD-mysql-[0-9]*:../../databases/p5-DBD-mysql 138DEPENDS+= p5-DBD-mysql-[0-9]*:../../databases/p5-DBD-mysql
139TOOL_DEPENDS+= p5-DBD-postgresql-[0-9]*:../../databases/p5-DBD-postgresql 139DEPENDS+= p5-DBD-postgresql-[0-9]*:../../databases/p5-DBD-postgresql
140TOOL_DEPENDS+= p5-DBI-[0-9]*:../../databases/p5-DBI 140DEPENDS+= p5-DBI-[0-9]*:../../databases/p5-DBI
141TOOL_DEPENDS+= ${PYPKGPREFIX}-bsddb3-[0-9]*:../../databases/py-bsddb3 141DEPENDS+= ${PYPKGPREFIX}-bsddb3-[0-9]*:../../databases/py-bsddb3
142TOOL_DEPENDS+= ${PYPKGPREFIX}-gdbm-[0-9]*:../../databases/py-gdbm 142DEPENDS+= ${PYPKGPREFIX}-gdbm-[0-9]*:../../databases/py-gdbm
143TOOL_DEPENDS+= ${PYPKGPREFIX}-postgresql-[0-9]*:../../databases/py-postgresql 143DEPENDS+= ${PYPKGPREFIX}-postgresql-[0-9]*:../../databases/py-postgresql
144TOOL_DEPENDS+= ${PYPKGPREFIX}-psycopg2-[0-9]*:../../databases/py-psycopg2 144DEPENDS+= ${PYPKGPREFIX}-psycopg2-[0-9]*:../../databases/py-psycopg2
145TOOL_DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3 145DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
146TOOL_DEPENDS+= SDL2-[0-9]*:../../devel/SDL2 146DEPENDS+= SDL2-[0-9]*:../../devel/SDL2
147TOOL_DEPENDS+= atk-[0-9]*:../../devel/atk 147DEPENDS+= atk-[0-9]*:../../devel/atk
148TOOL_DEPENDS+= boehm-gc-[0-9]*:../../devel/boehm-gc 148DEPENDS+= boehm-gc-[0-9]*:../../devel/boehm-gc
149TOOL_DEPENDS+= glib2-[0-9]*:../../devel/glib2 149DEPENDS+= glib2-[0-9]*:../../devel/glib2
150TOOL_DEPENDS+= libelf-[0-9]*:../../devel/libelf 150DEPENDS+= libelf-[0-9]*:../../devel/libelf
151TOOL_DEPENDS+= libf2c-[0-9]*:../../devel/libf2c 151DEPENDS+= libf2c-[0-9]*:../../devel/libf2c
152TOOL_DEPENDS+= libidn2-[0-9]*:../../devel/libidn2 152DEPENDS+= libidn2-[0-9]*:../../devel/libidn2
153TOOL_DEPENDS+= libltdl-[0-9]*:../../devel/libltdl 153DEPENDS+= libltdl-[0-9]*:../../devel/libltdl
154TOOL_DEPENDS+= libusb1-[0-9]*:../../devel/libusb1 154DEPENDS+= libusb1-[0-9]*:../../devel/libusb1
155TOOL_DEPENDS+= ncurses-[0-9]*:../../devel/ncurses 155DEPENDS+= ncurses-[0-9]*:../../devel/ncurses
156TOOL_DEPENDS+= ncursesw-[0-9]*:../../devel/ncursesw 156DEPENDS+= ncursesw-[0-9]*:../../devel/ncursesw
157TOOL_DEPENDS+= pango-[0-9]*:../../devel/pango 157DEPENDS+= pango-[0-9]*:../../devel/pango
158TOOL_DEPENDS+= pcre-[0-9]*:../../devel/pcre 158DEPENDS+= pcre-[0-9]*:../../devel/pcre
159TOOL_DEPENDS+= popt-[0-9]*:../../devel/popt 159DEPENDS+= popt-[0-9]*:../../devel/popt
160TOOL_DEPENDS+= fuse-[0-9]*:../../filesystems/fuse 160DEPENDS+= fuse-[0-9]*:../../filesystems/fuse
161TOOL_DEPENDS+= perfuse-[0-9]*:../../filesystems/perfuse 161DEPENDS+= perfuse-[0-9]*:../../filesystems/perfuse
162TOOL_DEPENDS+= SDL2_image-[0-9]*:../../graphics/SDL2_image 162DEPENDS+= SDL2_image-[0-9]*:../../graphics/SDL2_image
163TOOL_DEPENDS+= cairo-[0-9]*:../../graphics/cairo 163DEPENDS+= cairo-[0-9]*:../../graphics/cairo
164TOOL_DEPENDS+= gdk-pixbuf2-[0-9]*:../../graphics/gdk-pixbuf2 164DEPENDS+= gdk-pixbuf2-[0-9]*:../../graphics/gdk-pixbuf2
165TOOL_DEPENDS+= glew-[0-9]*:../../graphics/glew 165DEPENDS+= glew-[0-9]*:../../graphics/glew
166TOOL_DEPENDS+= openjpeg-[0-9]*:../../graphics/openjpeg 166DEPENDS+= openjpeg-[0-9]*:../../graphics/openjpeg
167TOOL_DEPENDS+= lcms-[0-9]*:../../graphics/lcms 167DEPENDS+= lcms-[0-9]*:../../graphics/lcms
168TOOL_DEPENDS+= lcms2-[0-9]*:../../graphics/lcms2 168DEPENDS+= lcms2-[0-9]*:../../graphics/lcms2
169.include "../../graphics/librsvg/available.mk" 169.include "../../graphics/librsvg/available.mk"
170.if ${LIBRSVG_TYPE} == "rust" 170.if ${LIBRSVG_TYPE} == "rust"
171TOOL_DEPENDS+= librsvg-[0-9]*:../../graphics/librsvg 171DEPENDS+= librsvg-[0-9]*:../../graphics/librsvg
172.else 172.else
173TOOL_DEPENDS+= librsvg-[0-9]*:../../graphics/librsvg-c 173DEPENDS+= librsvg-[0-9]*:../../graphics/librsvg-c
174.endif 174.endif
175TOOL_DEPENDS+= blas-[0-9]*:../../math/blas 175DEPENDS+= blas-[0-9]*:../../math/blas
176TOOL_DEPENDS+= lapack-[0-9]*:../../math/lapack 176DEPENDS+= lapack-[0-9]*:../../math/lapack
177TOOL_DEPENDS+= boost-[0-9]*:../../meta-pkgs/boost 177DEPENDS+= boost-[0-9]*:../../meta-pkgs/boost
178TOOL_DEPENDS+= ffmpeg4-[0-9]*:../../multimedia/ffmpeg4 178DEPENDS+= ffmpeg4-[0-9]*:../../multimedia/ffmpeg4
179TOOL_DEPENDS+= libogg-[0-9]*:../../multimedia/libogg 179DEPENDS+= libogg-[0-9]*:../../multimedia/libogg
180TOOL_DEPENDS+= libpcap-[0-9]*:../../net/libpcap 180DEPENDS+= libpcap-[0-9]*:../../net/libpcap
181TOOL_DEPENDS+= libsoup-[0-9]*:../../net/libsoup 181DEPENDS+= libsoup-[0-9]*:../../net/libsoup
182TOOL_DEPENDS+= poppler-[0-9]*:../../print/poppler 182DEPENDS+= poppler-[0-9]*:../../print/poppler
183TOOL_DEPENDS+= poppler-includes-[0-9]*:../../print/poppler-includes 183DEPENDS+= poppler-includes-[0-9]*:../../print/poppler-includes
184TOOL_DEPENDS+= cyrus-sasl-[0-9]*:../../security/cyrus-sasl 184DEPENDS+= cyrus-sasl-[0-9]*:../../security/cyrus-sasl
185TOOL_DEPENDS+= openssl-[0-9]*:../../security/openssl 185DEPENDS+= openssl-[0-9]*:../../security/openssl
186TOOL_DEPENDS+= tcp_wrappers-[0-9]*:../../security/tcp_wrappers 186DEPENDS+= tcp_wrappers-[0-9]*:../../security/tcp_wrappers
187TOOL_DEPENDS+= libnotify-[0-9]*:../../sysutils/libnotify 187DEPENDS+= libnotify-[0-9]*:../../sysutils/libnotify
188TOOL_DEPENDS+= gtk3+-[0-9]*:../../x11/gtk3 188DEPENDS+= gtk3+-[0-9]*:../../x11/gtk3
189TOOL_DEPENDS+= motif-[0-9]*:../../x11/motif 189DEPENDS+= motif-[0-9]*:../../x11/motif
190TOOL_DEPENDS+= tk-[0-9]*:../../x11/tk 190DEPENDS+= tk-[0-9]*:../../x11/tk
191 191
192# 192#
193# 4. Linux compat packages 193# 4. Linux compat packages
194# 194#
195TOOL_DEPENDS+= suse>=13.1:../../meta-pkgs/suse131 195DEPENDS+= suse>=13.1:../../meta-pkgs/suse131
196 196
197# 197#
198# 5. Desktop infrastructure and support services 198# 5. Desktop infrastructure and support services
199# 199#
200TOOL_DEPENDS+= eawpatches-[0-9]*:../../audio/eawpatches 200DEPENDS+= eawpatches-[0-9]*:../../audio/eawpatches
201TOOL_DEPENDS+= mpg123-pulse-[0-9]*:../../audio/mpg123-pulse 201DEPENDS+= mpg123-pulse-[0-9]*:../../audio/mpg123-pulse
202TOOL_DEPENDS+= pulseaudio-[0-9]*:../../audio/pulseaudio 202DEPENDS+= pulseaudio-[0-9]*:../../audio/pulseaudio
203TOOL_DEPENDS+= shared-mime-info-[0-9]*:../../databases/shared-mime-info 203DEPENDS+= shared-mime-info-[0-9]*:../../databases/shared-mime-info
204TOOL_DEPENDS+= hicolor-icon-theme-[0-9]*:../../graphics/hicolor-icon-theme 204DEPENDS+= hicolor-icon-theme-[0-9]*:../../graphics/hicolor-icon-theme
205 205
206# 206#
207# 6. Other very small packages 207# 6. Other very small packages
208# 208#
209TOOL_DEPENDS+= ${LUA_PKGPREFIX}-stdlib-[0-9]*:../../devel/lua-stdlib 209DEPENDS+= ${LUA_PKGPREFIX}-stdlib-[0-9]*:../../devel/lua-stdlib
210 210
211# 211#
212# Note that (unlike in bulk-small) we make no effort to list or track 212# Note that (unlike in bulk-small) we make no effort to list or track
213# depends of the above. As long as the total size of this package 213# depends of the above. As long as the total size of this package
214# remains roughly what we want, the exact list of depends doesn't 214# remains roughly what we want, the exact list of depends doesn't
215# matter too much. 215# matter too much.
216# 216#
217 217
218# We are supposed to be a superset of bulk-small. 218# We are supposed to be a superset of bulk-small.
219TOOL_DEPENDS+= bulk-small-[0-9]*:../../meta-pkgs/bulk-small 219DEPENDS+= bulk-small-[0-9]*:../../meta-pkgs/bulk-small
220 220
221PYTHON_FOR_BUILD_ONLY= yes 221PYTHON_FOR_BUILD_ONLY= yes
222PYTHON_VERSIONS_INCOMPATIBLE= 27 37 38 222PYTHON_VERSIONS_INCOMPATIBLE= 27 37 38
223.include "../../lang/lua/luaversion.mk" # for LUA_PKGPREFIX 223.include "../../lang/lua/luaversion.mk" # for LUA_PKGPREFIX
224.include "../../lang/python/pyversion.mk" # for PYPKGPREFIX 224.include "../../lang/python/pyversion.mk" # for PYPKGPREFIX
225.include "../../mk/bsd.pkg.mk" 225.include "../../mk/bsd.pkg.mk"

cvs diff -r1.36 -r1.37 pkgsrc/meta-pkgs/bulk-small/Makefile (expand / switch to unified diff)

--- pkgsrc/meta-pkgs/bulk-small/Makefile 2023/06/13 18:24:45 1.36
+++ pkgsrc/meta-pkgs/bulk-small/Makefile 2023/07/01 14:19:45 1.37
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.36 2023/06/13 18:24:45 wiz Exp $ 1# $NetBSD: Makefile,v 1.37 2023/07/01 14:19:45 nia Exp $
2 2
3DISTNAME= bulk-small-20230601 3DISTNAME= bulk-small-20230601
4CATEGORIES= meta-pkgs 4CATEGORIES= meta-pkgs
5MASTER_SITES= # empty 5MASTER_SITES= # empty
6DISTFILES= # empty 6DISTFILES= # empty
7 7
8MAINTAINER= dholland@NetBSD.org 8MAINTAINER= dholland@NetBSD.org
9COMMENT= Meta-package for a standard short limited bulk build 9COMMENT= Meta-package for a standard short limited bulk build
10 10
11META_PACKAGE= yes 11META_PACKAGE= yes
12 12
13RESTRICTED= Just for test build purpose 13RESTRICTED= Just for test build purpose
14NO_BIN_ON_CDROM= ${RESTRICTED} 14NO_BIN_ON_CDROM= ${RESTRICTED}
@@ -26,148 +26,148 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27 37 38 @@ -26,148 +26,148 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27 37 38
26# Please don't arbitrarily add your favorite software in here, or 26# Please don't arbitrarily add your favorite software in here, or
27# on the other hand remove packages just because you don't consider 27# on the other hand remove packages just because you don't consider
28# them useful in your circumstances. 28# them useful in your circumstances.
29# 29#
30# Candidates for addition (or removal) should be discussed on 30# Candidates for addition (or removal) should be discussed on
31# tech-pkg. Undiscussed alterations will be reverted. 31# tech-pkg. Undiscussed alterations will be reverted.
32# 32#
33# If you aren't sure about why some particular package is or is not 33# If you aren't sure about why some particular package is or is not
34# included, please ask. 34# included, please ask.
35# 35#
36 36
37# 37#
38# XXX: A few of these packages are commonly built in. The simple 38# XXX: A few of these packages are commonly built in. The simple
39# TOOL_DEPENDS logic here will cause more or less useless packages to be 39# DEPENDS logic here will cause more or less useless packages to be
40# built anyway and then not used, which is a waste of build cycles. It 40# built anyway and then not used, which is a waste of build cycles. It
41# would be good to figure out a way to fix this so these packages only 41# would be good to figure out a way to fix this so these packages only
42# get built when they aren't builtin. 42# get built when they aren't builtin.
43# 43#
44# That applies to these packages: 44# That applies to these packages:
45# wget bzip2 xz 45# wget bzip2 xz
46# libiconv sqlite3 gettext-lib readline zlib expat 46# libiconv sqlite3 gettext-lib readline zlib expat
47# 47#
48 48
49# 49#
50# 1. Applications. These should be either very small or very widely used, 50# 1. Applications. These should be either very small or very widely used,
51# or preferably both; all others should go in bulk-medium. 51# or preferably both; all others should go in bulk-medium.
52# 52#
53# Please do not "fix" the emacs reference by updating it to emacs23 or 53# Please do not "fix" the emacs reference by updating it to emacs23 or
54# newer, as those versions of emacs take longer to build than this 54# newer, as those versions of emacs take longer to build than this
55# entire package's time budget. 55# entire package's time budget.
56# 56#
57TOOL_DEPENDS+= ircII-[0-9]*:../../chat/ircII 57DEPENDS+= ircII-[0-9]*:../../chat/ircII
58TOOL_DEPENDS+= irssi-[0-9]*:../../chat/irssi 58DEPENDS+= irssi-[0-9]*:../../chat/irssi
59TOOL_DEPENDS+= irssi-icb-[0-9]*:../../chat/irssi-icb 59DEPENDS+= irssi-icb-[0-9]*:../../chat/irssi-icb
60TOOL_DEPENDS+= weechat-[0-9]*:../../chat/weechat 60DEPENDS+= weechat-[0-9]*:../../chat/weechat
61TOOL_DEPENDS+= base64-[0-9]*:../../converters/base64 61DEPENDS+= base64-[0-9]*:../../converters/base64
62TOOL_DEPENDS+= mpack-[0-9]*:../../converters/mpack 62DEPENDS+= mpack-[0-9]*:../../converters/mpack
63TOOL_DEPENDS+= emacs21>=21<22:../../editors/emacs21 63DEPENDS+= emacs21>=21<22:../../editors/emacs21
64TOOL_DEPENDS+= nano-[0-9]*:../../editors/nano 64DEPENDS+= nano-[0-9]*:../../editors/nano
65TOOL_DEPENDS+= vim-[0-9]*:../../editors/vim 65DEPENDS+= vim-[0-9]*:../../editors/vim
66TOOL_DEPENDS+= vim-share-[0-9]*:../../editors/vim-share 66DEPENDS+= vim-share-[0-9]*:../../editors/vim-share
67TOOL_DEPENDS+= mutt>=1.5:../../mail/mutt 67DEPENDS+= mutt>=1.5:../../mail/mutt
68TOOL_DEPENDS+= procmail-[0-9]*:../../mail/procmail 68DEPENDS+= procmail-[0-9]*:../../mail/procmail
69TOOL_DEPENDS+= screen-[0-9]*:../../misc/screen 69DEPENDS+= screen-[0-9]*:../../misc/screen
70TOOL_DEPENDS+= rsync-[0-9]*:../../net/rsync 70DEPENDS+= rsync-[0-9]*:../../net/rsync
71TOOL_DEPENDS+= wget-[0-9]*:../../net/wget 71DEPENDS+= wget-[0-9]*:../../net/wget
72TOOL_DEPENDS+= pkg_chk-[0-9]*:../../pkgtools/pkg_chk 72DEPENDS+= pkg_chk-[0-9]*:../../pkgtools/pkg_chk
73TOOL_DEPENDS+= pkg_rolling-replace-[0-9]*:../../pkgtools/pkg_rolling-replace 73DEPENDS+= pkg_rolling-replace-[0-9]*:../../pkgtools/pkg_rolling-replace
74TOOL_DEPENDS+= pkgin-[0-9]*:../../pkgtools/pkgin 74DEPENDS+= pkgin-[0-9]*:../../pkgtools/pkgin
75TOOL_DEPENDS+= enscript-[0-9]*:../../print/enscript 75DEPENDS+= enscript-[0-9]*:../../print/enscript
76TOOL_DEPENDS+= ghostscript-gpl-[0-9]*:../../print/ghostscript-gpl 76DEPENDS+= ghostscript-gpl-[0-9]*:../../print/ghostscript-gpl
77TOOL_DEPENDS+= papersize-[0-9]*:../../print/papersize 77DEPENDS+= papersize-[0-9]*:../../print/papersize
78TOOL_DEPENDS+= ${PYPKGPREFIX}-pspdfutils-[0-9]*:../../print/py-pspdfutils 78DEPENDS+= ${PYPKGPREFIX}-pspdfutils-[0-9]*:../../print/py-pspdfutils
79TOOL_DEPENDS+= sudo-[0-9]*:../../security/sudo 79DEPENDS+= sudo-[0-9]*:../../security/sudo
80TOOL_DEPENDS+= stunnel-[0-9]*:../../security/stunnel 80DEPENDS+= stunnel-[0-9]*:../../security/stunnel
81TOOL_DEPENDS+= bash-[0-9]*:../../shells/bash 81DEPENDS+= bash-[0-9]*:../../shells/bash
82TOOL_DEPENDS+= tcsh-[0-9]*:../../shells/tcsh 82DEPENDS+= tcsh-[0-9]*:../../shells/tcsh
83TOOL_DEPENDS+= zsh-[0-9]*:../../shells/zsh 83DEPENDS+= zsh-[0-9]*:../../shells/zsh
84TOOL_DEPENDS+= icewm>=1.2<1.3:../../wm/icewm 84DEPENDS+= icewm>=1.2<1.3:../../wm/icewm
85TOOL_DEPENDS+= fluxbox-[0-9]*:../../wm/fluxbox 85DEPENDS+= fluxbox-[0-9]*:../../wm/fluxbox
86TOOL_DEPENDS+= apache>=2.4:../../www/apache24 86DEPENDS+= apache>=2.4:../../www/apache24
87TOOL_DEPENDS+= bozohttpd-[0-9]*:../../www/bozohttpd 87DEPENDS+= bozohttpd-[0-9]*:../../www/bozohttpd
88TOOL_DEPENDS+= curl-[0-9]*:../../www/curl 88DEPENDS+= curl-[0-9]*:../../www/curl
89TOOL_DEPENDS+= xlockmore-lite-[0-9]*:../../x11/xlockmore-lite 89DEPENDS+= xlockmore-lite-[0-9]*:../../x11/xlockmore-lite
90 90
91# 91#
92# 2. Base packages for the very popular languages that enormous 92# 2. Base packages for the very popular languages that enormous
93# numbers of other packages depend on. 93# numbers of other packages depend on.
94# 94#
95TOOL_DEPENDS+= perl>=5:../../lang/perl5 95DEPENDS+= perl>=5:../../lang/perl5
96TOOL_DEPENDS+= python38-[0-9]*:../../lang/python38 96DEPENDS+= python38-[0-9]*:../../lang/python38
97 97
98# 98#
99# 3. Archivers and build tools. 99# 3. Archivers and build tools.
100# 100#
101TOOL_DEPENDS+= bsdtar-[0-9]*:../../archivers/bsdtar 101DEPENDS+= bsdtar-[0-9]*:../../archivers/bsdtar
102TOOL_DEPENDS+= bzip2-[0-9]*:../../archivers/bzip2 102DEPENDS+= bzip2-[0-9]*:../../archivers/bzip2
103TOOL_DEPENDS+= gtar-base-[0-9]*:../../archivers/gtar-base 103DEPENDS+= gtar-base-[0-9]*:../../archivers/gtar-base
104TOOL_DEPENDS+= unzip-[0-9]*:../../archivers/unzip 104DEPENDS+= unzip-[0-9]*:../../archivers/unzip
105TOOL_DEPENDS+= xz-[0-9]*:../../archivers/xz 105DEPENDS+= xz-[0-9]*:../../archivers/xz
106TOOL_DEPENDS+= zip-[0-9]*:../../archivers/zip 106DEPENDS+= zip-[0-9]*:../../archivers/zip
107TOOL_DEPENDS+= autoconf-[0-9]*:../../devel/autoconf 107DEPENDS+= autoconf-[0-9]*:../../devel/autoconf
108TOOL_DEPENDS+= automake-[0-9]*:../../devel/automake 108DEPENDS+= automake-[0-9]*:../../devel/automake
109TOOL_DEPENDS+= bison-[0-9]*:../../devel/bison 109DEPENDS+= bison-[0-9]*:../../devel/bison
110TOOL_DEPENDS+= flex-[0-9]*:../../devel/flex 110DEPENDS+= flex-[0-9]*:../../devel/flex
111TOOL_DEPENDS+= gmake-[0-9]*:../../devel/gmake 111DEPENDS+= gmake-[0-9]*:../../devel/gmake
112TOOL_DEPENDS+= libtool-base-[0-9]*:../../devel/libtool-base 112DEPENDS+= libtool-base-[0-9]*:../../devel/libtool-base
113TOOL_DEPENDS+= m4-[0-9]*:../../devel/m4 113DEPENDS+= m4-[0-9]*:../../devel/m4
114#TOOL_DEPENDS+= osabi-[0-9]*:../../pkgtools/osabi 114#DEPENDS+= osabi-[0-9]*:../../pkgtools/osabi
115TOOL_DEPENDS+= pkg_tarup-[0-9]*:../../pkgtools/pkg_tarup 115DEPENDS+= pkg_tarup-[0-9]*:../../pkgtools/pkg_tarup
116 116
117.include "../../mk/bsd.prefs.mk" 117.include "../../mk/bsd.prefs.mk"
118 118
119.if ${X11_TYPE} == "native" 119.if ${X11_TYPE} == "native"
120TOOL_DEPENDS+= x11-links-[0-9]*:../../pkgtools/x11-links 120DEPENDS+= x11-links-[0-9]*:../../pkgtools/x11-links
121.endif 121.endif
122 122
123# 123#
124# 4. Core widely-used libraries. 124# 4. Core widely-used libraries.
125# 125#
126TOOL_DEPENDS+= libiconv-[0-9]*:../../converters/libiconv 126DEPENDS+= libiconv-[0-9]*:../../converters/libiconv
127TOOL_DEPENDS+= db4-[0-9]*:../../databases/db4 127DEPENDS+= db4-[0-9]*:../../databases/db4
128TOOL_DEPENDS+= gdbm-[0-9]*:../../databases/gdbm 128DEPENDS+= gdbm-[0-9]*:../../databases/gdbm
129TOOL_DEPENDS+= sqlite3-[0-9]*:../../databases/sqlite3 129DEPENDS+= sqlite3-[0-9]*:../../databases/sqlite3
130TOOL_DEPENDS+= gettext-lib-[0-9]*:../../devel/gettext-lib 130DEPENDS+= gettext-lib-[0-9]*:../../devel/gettext-lib
131TOOL_DEPENDS+= readline-[0-9]*:../../devel/readline 131DEPENDS+= readline-[0-9]*:../../devel/readline
132TOOL_DEPENDS+= zlib-[0-9]*:../../devel/zlib 132DEPENDS+= zlib-[0-9]*:../../devel/zlib
133TOOL_DEPENDS+= gd-[0-9]*:../../graphics/gd 133DEPENDS+= gd-[0-9]*:../../graphics/gd
134TOOL_DEPENDS+= giflib-[0-9]*:../../graphics/giflib 134DEPENDS+= giflib-[0-9]*:../../graphics/giflib
135.include "../../mk/jpeg.buildlink3.mk" 135.include "../../mk/jpeg.buildlink3.mk"
136BUILDLINK_DEPMETHOD.${JPEG_DEFAULT}= build 136BUILDLINK_DEPMETHOD.${JPEG_DEFAULT}= build
137TOOL_DEPENDS+= png-[0-9]*:../../graphics/png 137DEPENDS+= png-[0-9]*:../../graphics/png
138TOOL_DEPENDS+= tiff-[0-9]*:../../graphics/tiff 138DEPENDS+= tiff-[0-9]*:../../graphics/tiff
139TOOL_DEPENDS+= gnutls-[0-9]*:../../security/gnutls 139DEPENDS+= gnutls-[0-9]*:../../security/gnutls
140TOOL_DEPENDS+= expat-[0-9]*:../../textproc/expat 140DEPENDS+= expat-[0-9]*:../../textproc/expat
141TOOL_DEPENDS+= libxml2-[0-9]*:../../textproc/libxml2 141DEPENDS+= libxml2-[0-9]*:../../textproc/libxml2
142TOOL_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt 142DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
143TOOL_DEPENDS+= xmlcatmgr-[0-9]*:../../textproc/xmlcatmgr 143DEPENDS+= xmlcatmgr-[0-9]*:../../textproc/xmlcatmgr
144 144
145# 145#
146# 5. Depends. 146# 5. Depends.
147# 147#
148# These additional packages are required by the ones above and are 148# These additional packages are required by the ones above and are
149# listed here for completeness. They might not by themselves really 149# listed here for completeness. They might not by themselves really
150# be important enough to include in this package rather than one of 150# be important enough to include in this package rather than one of
151# the larger bulk metapackages. 151# the larger bulk metapackages.
152# 152#
153# Note that X11 depends aren't included here. This package was laid 153# Note that X11 depends aren't included here. This package was laid
154# out for native X11; it will of course work for pkgsrc X11 also but 154# out for native X11; it will of course work for pkgsrc X11 also but
155# take somewhat longer. 155# take somewhat longer.
156# 156#
157TOOL_DEPENDS+= lzo-[0-9]*:../../archivers/lzo # required by gnutls 157DEPENDS+= lzo-[0-9]*:../../archivers/lzo # required by gnutls
158TOOL_DEPENDS+= gmp-[0-9]*:../../devel/gmp # required by nettle 158DEPENDS+= gmp-[0-9]*:../../devel/gmp # required by nettle
159TOOL_DEPENDS+= libcfg+-[0-9]*:../../devel/libcfg+ # required by gnutls 159DEPENDS+= libcfg+-[0-9]*:../../devel/libcfg+ # required by gnutls
160TOOL_DEPENDS+= libffi-[0-9]*:../../devel/libffi # required by python 160DEPENDS+= libffi-[0-9]*:../../devel/libffi # required by python
161TOOL_DEPENDS+= libidn-[0-9]*:../../devel/libidn # required by curl 161DEPENDS+= libidn-[0-9]*:../../devel/libidn # required by curl
162TOOL_DEPENDS+= ghostscript-fonts-[0-9]*:../../fonts/ghostscript-fonts 162DEPENDS+= ghostscript-fonts-[0-9]*:../../fonts/ghostscript-fonts
163 # req'd by ghostscript 163 # req'd by ghostscript
164TOOL_DEPENDS+= f2c-[0-9]*:../../lang/f2c # req'd by libtool-base 164DEPENDS+= f2c-[0-9]*:../../lang/f2c # req'd by libtool-base
165TOOL_DEPENDS+= libpaper-[0-9]*:../../print/libpaper # req'd by ghostscript 165DEPENDS+= libpaper-[0-9]*:../../print/libpaper # req'd by ghostscript
166TOOL_DEPENDS+= libgcrypt-[0-9]*:../../security/libgcrypt # required by libxslt 166DEPENDS+= libgcrypt-[0-9]*:../../security/libgcrypt # required by libxslt
167TOOL_DEPENDS+= libgpg-error-[0-9]*:../../security/libgpg-error 167DEPENDS+= libgpg-error-[0-9]*:../../security/libgpg-error
168 # required by libgcrypt 168 # required by libgcrypt
169TOOL_DEPENDS+= libtasn1-[0-9]*:../../security/libtasn1 # required by gnutls 169DEPENDS+= libtasn1-[0-9]*:../../security/libtasn1 # required by gnutls
170TOOL_DEPENDS+= nettle-[0-9]*:../../security/nettle # required by gnutls 170DEPENDS+= nettle-[0-9]*:../../security/nettle # required by gnutls
171 171
172.include "../../lang/python/pyversion.mk" 172.include "../../lang/python/pyversion.mk"
173.include "../../mk/bsd.pkg.mk" 173.include "../../mk/bsd.pkg.mk"

cvs diff -r1.14 -r1.15 pkgsrc/meta-pkgs/bulk-test-boost/Makefile (expand / switch to unified diff)

--- pkgsrc/meta-pkgs/bulk-test-boost/Makefile 2023/06/06 12:41:54 1.14
+++ pkgsrc/meta-pkgs/bulk-test-boost/Makefile 2023/07/01 14:19:45 1.15
@@ -1,61 +1,61 @@ @@ -1,61 +1,61 @@
1# $NetBSD: Makefile,v 1.14 2023/06/06 12:41:54 riastradh Exp $ 1# $NetBSD: Makefile,v 1.15 2023/07/01 14:19:45 nia Exp $
2 2
3DISTNAME= bulk-test-boost-20230121 3DISTNAME= bulk-test-boost-20230121
4CATEGORIES= meta-pkgs 4CATEGORIES= meta-pkgs
5MASTER_SITES= # empty 5MASTER_SITES= # empty
6DISTFILES= # empty 6DISTFILES= # empty
7 7
8MAINTAINER= nia@NetBSD.org 8MAINTAINER= nia@NetBSD.org
9COMMENT= Meta-package for testing Boost 9COMMENT= Meta-package for testing Boost
10 10
11META_PACKAGE= yes 11META_PACKAGE= yes
12 12
13RESTRICTED= Just for test build purposes 13RESTRICTED= Just for test build purposes
14NO_BIN_ON_CDROM= ${RESTRICTED} 14NO_BIN_ON_CDROM= ${RESTRICTED}
15NO_BIN_ON_FTP= ${RESTRICTED} 15NO_BIN_ON_FTP= ${RESTRICTED}
16 16
17# All of these (primarily leaf) packages depend on Boost. 17# All of these (primarily leaf) packages depend on Boost.
18# Feel free to add one if you care about it not breaking. 18# Feel free to add one if you care about it not breaking.
19# The current list is mostly arbitrary, resulting from a grep of the 19# The current list is mostly arbitrary, resulting from a grep of the
20# pkgsrc tree. 20# pkgsrc tree.
21 21
22TOOL_DEPENDS+= abiword-[0-9]*:../../editors/abiword 22DEPENDS+= abiword-[0-9]*:../../editors/abiword
23TOOL_DEPENDS+= bitcoin-[0-9]*:../../finance/bitcoin 23DEPENDS+= bitcoin-[0-9]*:../../finance/bitcoin
24TOOL_DEPENDS+= blender-[0-9]*:../../graphics/blender 24DEPENDS+= blender-[0-9]*:../../graphics/blender
25TOOL_DEPENDS+= botan>=2.11:../../security/botan2 25DEPENDS+= botan>=2.11:../../security/botan2
26TOOL_DEPENDS+= dnsdist-[0-9]*:../../net/dnsdist 26DEPENDS+= dnsdist-[0-9]*:../../net/dnsdist
27TOOL_DEPENDS+= emulationstation-[0-9]*:../../emulators/emulationstation 27DEPENDS+= emulationstation-[0-9]*:../../emulators/emulationstation
28TOOL_DEPENDS+= gnucash-[0-9]*:../../finance/gnucash 28DEPENDS+= gnucash-[0-9]*:../../finance/gnucash
29TOOL_DEPENDS+= gnuradio-core-[0-9]*:../../ham/gnuradio-core 29DEPENDS+= gnuradio-core-[0-9]*:../../ham/gnuradio-core
30TOOL_DEPENDS+= gource-[0-9]*:../../graphics/gource 30DEPENDS+= gource-[0-9]*:../../graphics/gource
31TOOL_DEPENDS+= gpick-[0-9]*:../../graphics/gpick 31DEPENDS+= gpick-[0-9]*:../../graphics/gpick
32TOOL_DEPENDS+= icinga2-[0-9]*:../../net/icinga2 32DEPENDS+= icinga2-[0-9]*:../../net/icinga2
33TOOL_DEPENDS+= inkscape-[0-9]*:../../graphics/inkscape 33DEPENDS+= inkscape-[0-9]*:../../graphics/inkscape
34TOOL_DEPENDS+= innoextract-[0-9]*:../../archivers/innoextract 34DEPENDS+= innoextract-[0-9]*:../../archivers/innoextract
35TOOL_DEPENDS+= kicad-[0-9]*:../../cad/kicad 35DEPENDS+= kicad-[0-9]*:../../cad/kicad
36TOOL_DEPENDS+= krita-[0-9]*:../../graphics/krita 36DEPENDS+= krita-[0-9]*:../../graphics/krita
37TOOL_DEPENDS+= libclucene-[0-9]*:../../textproc/libclucene 37DEPENDS+= libclucene-[0-9]*:../../textproc/libclucene
38TOOL_DEPENDS+= libftdi1-[0-9]*:../../devel/libftdi1 38DEPENDS+= libftdi1-[0-9]*:../../devel/libftdi1
39TOOL_DEPENDS+= librecad-[0-9]*:../../cad/librecad 39DEPENDS+= librecad-[0-9]*:../../cad/librecad
40TOOL_DEPENDS+= libreoffice-[0-9]*:../../misc/libreoffice 40DEPENDS+= libreoffice-[0-9]*:../../misc/libreoffice
41TOOL_DEPENDS+= mongodb-[0-9]*:../../databases/mongodb 41DEPENDS+= mongodb-[0-9]*:../../databases/mongodb
42TOOL_DEPENDS+= mumble-[0-9]*:../../chat/mumble 42DEPENDS+= mumble-[0-9]*:../../chat/mumble
43TOOL_DEPENDS+= musicpd-[0-9]*:../../audio/musicpd 43DEPENDS+= musicpd-[0-9]*:../../audio/musicpd
44TOOL_DEPENDS+= mysql-server>=5.7<8.0:../../databases/mysql57-server 44DEPENDS+= mysql-server>=5.7<8.0:../../databases/mysql57-server
45TOOL_DEPENDS+= ncmpcpp-[0-9]*:../../audio/ncmpcpp 45DEPENDS+= ncmpcpp-[0-9]*:../../audio/ncmpcpp
46TOOL_DEPENDS+= osm2pgsql-[0-9]*:../../geography/osm2pgsql 46DEPENDS+= osm2pgsql-[0-9]*:../../geography/osm2pgsql
47TOOL_DEPENDS+= openscad-[0-9]*:../../cad/openscad 47DEPENDS+= openscad-[0-9]*:../../cad/openscad
48TOOL_DEPENDS+= poppler-glib-[0-9]*:../../print/poppler-glib 48DEPENDS+= poppler-glib-[0-9]*:../../print/poppler-glib
49TOOL_DEPENDS+= powerdns-[0-9]*:../../net/powerdns 49DEPENDS+= powerdns-[0-9]*:../../net/powerdns
50TOOL_DEPENDS+= powerdns-recursor-[0-9]*:../../net/powerdns-recursor 50DEPENDS+= powerdns-recursor-[0-9]*:../../net/powerdns-recursor
51TOOL_DEPENDS+= qbittorrent-[0-9]*:../../net/qbittorrent 51DEPENDS+= qbittorrent-[0-9]*:../../net/qbittorrent
52TOOL_DEPENDS+= quassel-[0-9]*:../../chat/quassel 52DEPENDS+= quassel-[0-9]*:../../chat/quassel
53TOOL_DEPENDS+= scribus>=1.5:../../print/scribus-qt5 53DEPENDS+= scribus>=1.5:../../print/scribus-qt5
54TOOL_DEPENDS+= source-highlight-[0-9]*:../../textproc/source-highlight 54DEPENDS+= source-highlight-[0-9]*:../../textproc/source-highlight
55TOOL_DEPENDS+= strawberry-[0-9]*:../../audio/strawberry 55DEPENDS+= strawberry-[0-9]*:../../audio/strawberry
56TOOL_DEPENDS+= tcpflow-[0-9]*:../../net/tcpflow 56DEPENDS+= tcpflow-[0-9]*:../../net/tcpflow
57TOOL_DEPENDS+= ugrep-[0-9]*:../../textproc/ugrep 57DEPENDS+= ugrep-[0-9]*:../../textproc/ugrep
58TOOL_DEPENDS+= xsd-[0-9]*:../../devel/xsd 58DEPENDS+= xsd-[0-9]*:../../devel/xsd
59TOOL_DEPENDS+= znc-[0-9]*:../../chat/znc 59DEPENDS+= znc-[0-9]*:../../chat/znc
60 60
61.include "../../mk/bsd.pkg.mk" 61.include "../../mk/bsd.pkg.mk"

cvs diff -r1.4 -r1.5 pkgsrc/meta-pkgs/bulk-test-go/Makefile (expand / switch to unified diff)

--- pkgsrc/meta-pkgs/bulk-test-go/Makefile 2023/06/06 12:41:54 1.4
+++ pkgsrc/meta-pkgs/bulk-test-go/Makefile 2023/07/01 14:19:45 1.5
@@ -1,130 +1,130 @@ @@ -1,130 +1,130 @@
1# $NetBSD: Makefile,v 1.4 2023/06/06 12:41:54 riastradh Exp $ 1# $NetBSD: Makefile,v 1.5 2023/07/01 14:19:45 nia Exp $
2 2
3DISTNAME= bulk-test-go-20220924 3DISTNAME= bulk-test-go-20220924
4CATEGORIES= meta-pkgs 4CATEGORIES= meta-pkgs
5MASTER_SITES= # empty 5MASTER_SITES= # empty
6DISTFILES= # empty 6DISTFILES= # empty
7 7
8MAINTAINER= bsiegert@NetBSD.org 8MAINTAINER= bsiegert@NetBSD.org
9COMMENT= Meta-package for testing Go 9COMMENT= Meta-package for testing Go
10 10
11META_PACKAGE= yes 11META_PACKAGE= yes
12 12
13RESTRICTED= Just for test build purposes 13RESTRICTED= Just for test build purposes
14NO_BIN_ON_CDROM= ${RESTRICTED} 14NO_BIN_ON_CDROM= ${RESTRICTED}
15NO_BIN_ON_FTP= ${RESTRICTED} 15NO_BIN_ON_FTP= ${RESTRICTED}
16 16
17TOOL_DEPENDS+= coyim-[0-9]*:../../chat/coyim 17DEPENDS+= coyim-[0-9]*:../../chat/coyim
18TOOL_DEPENDS+= matterircd-[0-9]*:../../chat/matterircd 18DEPENDS+= matterircd-[0-9]*:../../chat/matterircd
19TOOL_DEPENDS+= gomuks-[0-9]*:../../chat/gomuks 19DEPENDS+= gomuks-[0-9]*:../../chat/gomuks
20TOOL_DEPENDS+= go-ldap-[0-9]*:../../databases/go-ldap 20DEPENDS+= go-ldap-[0-9]*:../../databases/go-ldap
21TOOL_DEPENDS+= influxdb-[0-9]*:../../databases/influxdb 21DEPENDS+= influxdb-[0-9]*:../../databases/influxdb
22TOOL_DEPENDS+= postgres_exporter-[0-9]*:../../databases/postgres_exporter 22DEPENDS+= postgres_exporter-[0-9]*:../../databases/postgres_exporter
23TOOL_DEPENDS+= prometheus-[0-9]*:../../databases/prometheus 23DEPENDS+= prometheus-[0-9]*:../../databases/prometheus
24TOOL_DEPENDS+= mysqld_exporter-[0-9]*:../../databases/mysqld_exporter 24DEPENDS+= mysqld_exporter-[0-9]*:../../databases/mysqld_exporter
25TOOL_DEPENDS+= promscale-[0-9]*:../../databases/promscale 25DEPENDS+= promscale-[0-9]*:../../databases/promscale
26TOOL_DEPENDS+= timescaledb-tune-[0-9]*:../../databases/timescaledb-tune 26DEPENDS+= timescaledb-tune-[0-9]*:../../databases/timescaledb-tune
27TOOL_DEPENDS+= asmfmt-[0-9]*:../../devel/asmfmt 27DEPENDS+= asmfmt-[0-9]*:../../devel/asmfmt
28TOOL_DEPENDS+= go-tools-[0-9]*:../../devel/go-tools 28DEPENDS+= go-tools-[0-9]*:../../devel/go-tools
29TOOL_DEPENDS+= go-flags-svent-[0-9]*:../../devel/go-flags-svent 29DEPENDS+= go-flags-svent-[0-9]*:../../devel/go-flags-svent
30TOOL_DEPENDS+= go-nbreader-[0-9]*:../../devel/go-nbreader 30DEPENDS+= go-nbreader-[0-9]*:../../devel/go-nbreader
31TOOL_DEPENDS+= golint-[0-9]*:../../devel/golint 31DEPENDS+= golint-[0-9]*:../../devel/golint
32TOOL_DEPENDS+= go-review-[0-9]*:../../devel/go-review 32DEPENDS+= go-review-[0-9]*:../../devel/go-review
33TOOL_DEPENDS+= go-ed25519-[0-9]*:../../devel/go-ed25519 33DEPENDS+= go-ed25519-[0-9]*:../../devel/go-ed25519
34TOOL_DEPENDS+= go-goptlib-[0-9]*:../../devel/go-goptlib 34DEPENDS+= go-goptlib-[0-9]*:../../devel/go-goptlib
35TOOL_DEPENDS+= go-siphash-[0-9]*:../../devel/go-siphash 35DEPENDS+= go-siphash-[0-9]*:../../devel/go-siphash
36TOOL_DEPENDS+= go-sys-[0-9]*:../../devel/go-sys 36DEPENDS+= go-sys-[0-9]*:../../devel/go-sys
37TOOL_DEPENDS+= go-golang-lru-[0-9]*:../../devel/go-golang-lru 37DEPENDS+= go-golang-lru-[0-9]*:../../devel/go-golang-lru
38TOOL_DEPENDS+= opa-[0-9]*:../../devel/opa 38DEPENDS+= opa-[0-9]*:../../devel/opa
39TOOL_DEPENDS+= git-lfs-[0-9]*:../../devel/git-lfs 39DEPENDS+= git-lfs-[0-9]*:../../devel/git-lfs
40TOOL_DEPENDS+= go-gopkgs-[0-9]*:../../devel/go-gopkgs 40DEPENDS+= go-gopkgs-[0-9]*:../../devel/go-gopkgs
41TOOL_DEPENDS+= go-gocode-[0-9]*:../../devel/go-gocode 41DEPENDS+= go-gocode-[0-9]*:../../devel/go-gocode
42TOOL_DEPENDS+= go-goreturns-[0-9]*:../../devel/go-goreturns 42DEPENDS+= go-goreturns-[0-9]*:../../devel/go-goreturns
43TOOL_DEPENDS+= go-pty-[0-9]*:../../devel/go-pty 43DEPENDS+= go-pty-[0-9]*:../../devel/go-pty
44TOOL_DEPENDS+= mob-[0-9]*:../../devel/mob 44DEPENDS+= mob-[0-9]*:../../devel/mob
45TOOL_DEPENDS+= go-logrus-[0-9]*:../../devel/go-logrus 45DEPENDS+= go-logrus-[0-9]*:../../devel/go-logrus
46TOOL_DEPENDS+= gopls-[0-9]*:../../devel/gopls 46DEPENDS+= gopls-[0-9]*:../../devel/gopls
47TOOL_DEPENDS+= go-gox-[0-9]*:../../devel/go-gox 47DEPENDS+= go-gox-[0-9]*:../../devel/go-gox
48TOOL_DEPENDS+= go-xerrors-[0-9]*:../../devel/go-xerrors 48DEPENDS+= go-xerrors-[0-9]*:../../devel/go-xerrors
49TOOL_DEPENDS+= errcheck-[0-9]*:../../devel/errcheck 49DEPENDS+= errcheck-[0-9]*:../../devel/errcheck
50TOOL_DEPENDS+= conftest-[0-9]*:../../devel/conftest 50DEPENDS+= conftest-[0-9]*:../../devel/conftest
51TOOL_DEPENDS+= golangci-lint-[0-9]*:../../devel/golangci-lint 51DEPENDS+= golangci-lint-[0-9]*:../../devel/golangci-lint
52TOOL_DEPENDS+= go-wire-[0-9]*:../../devel/go-wire 52DEPENDS+= go-wire-[0-9]*:../../devel/go-wire
53TOOL_DEPENDS+= goredo-[0-9]*:../../devel/goredo 53DEPENDS+= goredo-[0-9]*:../../devel/goredo
54TOOL_DEPENDS+= go-impl-[0-9]*:../../devel/go-impl 54DEPENDS+= go-impl-[0-9]*:../../devel/go-impl
55TOOL_DEPENDS+= gotests-[0-9]*:../../devel/gotests 55DEPENDS+= gotests-[0-9]*:../../devel/gotests
56TOOL_DEPENDS+= go-staticcheck-[0-9]*:../../devel/go-staticcheck 56DEPENDS+= go-staticcheck-[0-9]*:../../devel/go-staticcheck
57TOOL_DEPENDS+= gomodifytags-[0-9]*:../../devel/gomodifytags 57DEPENDS+= gomodifytags-[0-9]*:../../devel/gomodifytags
58TOOL_DEPENDS+= lazygit-[0-9]*:../../devel/lazygit 58DEPENDS+= lazygit-[0-9]*:../../devel/lazygit
59TOOL_DEPENDS+= nancy-[0-9]*:../../devel/nancy 59DEPENDS+= nancy-[0-9]*:../../devel/nancy
60TOOL_DEPENDS+= packr-[0-9]*:../../devel/packr 60DEPENDS+= packr-[0-9]*:../../devel/packr
61TOOL_DEPENDS+= reftools-[0-9]*:../../devel/reftools 61DEPENDS+= reftools-[0-9]*:../../devel/reftools
62TOOL_DEPENDS+= micro-[0-9]*:../../editors/micro 62DEPENDS+= micro-[0-9]*:../../editors/micro
63TOOL_DEPENDS+= gif2png-[0-9]*:../../graphics/gif2png 63DEPENDS+= gif2png-[0-9]*:../../graphics/gif2png
64TOOL_DEPENDS+= postforward-[0-9]*:../../mail/postforward 64DEPENDS+= postforward-[0-9]*:../../mail/postforward
65TOOL_DEPENDS+= amfora-[0-9]*:../../net/amfora 65DEPENDS+= amfora-[0-9]*:../../net/amfora
66TOOL_DEPENDS+= hub-[0-9]*:../../net/hub 66DEPENDS+= hub-[0-9]*:../../net/hub
67TOOL_DEPENDS+= go-net-[0-9]*:../../net/go-net 67DEPENDS+= go-net-[0-9]*:../../net/go-net
68TOOL_DEPENDS+= gh-[0-9]*:../../net/gh 68DEPENDS+= gh-[0-9]*:../../net/gh
69TOOL_DEPENDS+= syncthing-[0-9]*:../../net/syncthing 69DEPENDS+= syncthing-[0-9]*:../../net/syncthing
70TOOL_DEPENDS+= dnscrypt-proxy2-[0-9]*:../../net/dnscrypt-proxy2 70DEPENDS+= dnscrypt-proxy2-[0-9]*:../../net/dnscrypt-proxy2
71TOOL_DEPENDS+= go-websocket-[0-9]*:../../net/go-websocket 71DEPENDS+= go-websocket-[0-9]*:../../net/go-websocket
72TOOL_DEPENDS+= go-dnstap-[0-9]*:../../net/go-dnstap 72DEPENDS+= go-dnstap-[0-9]*:../../net/go-dnstap
73TOOL_DEPENDS+= obfs4proxy-[0-9]*:../../net/obfs4proxy 73DEPENDS+= obfs4proxy-[0-9]*:../../net/obfs4proxy
74TOOL_DEPENDS+= rclone-[0-9]*:../../net/rclone 74DEPENDS+= rclone-[0-9]*:../../net/rclone
75TOOL_DEPENDS+= terraform-[0-9]*:../../net/terraform 75DEPENDS+= terraform-[0-9]*:../../net/terraform
76TOOL_DEPENDS+= terraform-provider-aws-[0-9]*:../../net/terraform-provider-aws 76DEPENDS+= terraform-provider-aws-[0-9]*:../../net/terraform-provider-aws
77TOOL_DEPENDS+= terraform-provider-local-[0-9]*:../../net/terraform-provider-local 77DEPENDS+= terraform-provider-local-[0-9]*:../../net/terraform-provider-local
78TOOL_DEPENDS+= terraform-provider-random-[0-9]*:../../net/terraform-provider-random 78DEPENDS+= terraform-provider-random-[0-9]*:../../net/terraform-provider-random
79TOOL_DEPENDS+= terraform-provider-kubernetes-[0-9]*:../../net/terraform-provider-kubernetes 79DEPENDS+= terraform-provider-kubernetes-[0-9]*:../../net/terraform-provider-kubernetes
80TOOL_DEPENDS+= terraform-provider-null-[0-9]*:../../net/terraform-provider-null 80DEPENDS+= terraform-provider-null-[0-9]*:../../net/terraform-provider-null
81TOOL_DEPENDS+= amazon-ecs-cli-[0-9]*:../../net/amazon-ecs-cli 81DEPENDS+= amazon-ecs-cli-[0-9]*:../../net/amazon-ecs-cli
82TOOL_DEPENDS+= bombadillo-[0-9]*:../../net/bombadillo 82DEPENDS+= bombadillo-[0-9]*:../../net/bombadillo
83TOOL_DEPENDS+= czds-[0-9]*:../../net/czds 83DEPENDS+= czds-[0-9]*:../../net/czds
84TOOL_DEPENDS+= gvproxy-[0-9]*:../../net/gvproxy 84DEPENDS+= gvproxy-[0-9]*:../../net/gvproxy
85TOOL_DEPENDS+= gunison-[0-9]*:../../net/gunison 85DEPENDS+= gunison-[0-9]*:../../net/gunison
86TOOL_DEPENDS+= kubectl-[0-9]*:../../net/kubectl 86DEPENDS+= kubectl-[0-9]*:../../net/kubectl
87TOOL_DEPENDS+= nats-server-[0-9]*:../../net/nats-server 87DEPENDS+= nats-server-[0-9]*:../../net/nats-server
88TOOL_DEPENDS+= mangos-[0-9]*:../../net/mangos 88DEPENDS+= mangos-[0-9]*:../../net/mangos
89TOOL_DEPENDS+= terraform-provider-vultr-[0-9]*:../../net/terraform-provider-vultr 89DEPENDS+= terraform-provider-vultr-[0-9]*:../../net/terraform-provider-vultr
90TOOL_DEPENDS+= terraform-provider-archive-[0-9]*:../../net/terraform-provider-archive 90DEPENDS+= terraform-provider-archive-[0-9]*:../../net/terraform-provider-archive
91TOOL_DEPENDS+= terraform-provider-template-[0-9]*:../../net/terraform-provider-template 91DEPENDS+= terraform-provider-template-[0-9]*:../../net/terraform-provider-template
92TOOL_DEPENDS+= vultr-cli-[0-9]*:../../net/vultr-cli 92DEPENDS+= vultr-cli-[0-9]*:../../net/vultr-cli
93TOOL_DEPENDS+= pkglint-[0-9]*:../../pkgtools/pkglint 93DEPENDS+= pkglint-[0-9]*:../../pkgtools/pkglint
94TOOL_DEPENDS+= 2fa-[0-9]*:../../security/2fa 94DEPENDS+= 2fa-[0-9]*:../../security/2fa
95TOOL_DEPENDS+= age-[0-9]*:../../security/age 95DEPENDS+= age-[0-9]*:../../security/age
96TOOL_DEPENDS+= amass-[0-9]*:../../security/amass 96DEPENDS+= amass-[0-9]*:../../security/amass
97TOOL_DEPENDS+= go-crypto-[0-9]*:../../security/go-crypto 97DEPENDS+= go-crypto-[0-9]*:../../security/go-crypto
98TOOL_DEPENDS+= go-mkcert-[0-9]*:../../security/go-mkcert 98DEPENDS+= go-mkcert-[0-9]*:../../security/go-mkcert
99TOOL_DEPENDS+= go-asn1-ber-[0-9]*:../../security/go-asn1-ber 99DEPENDS+= go-asn1-ber-[0-9]*:../../security/go-asn1-ber
100TOOL_DEPENDS+= vault-[0-9]*:../../security/vault 100DEPENDS+= vault-[0-9]*:../../security/vault
101TOOL_DEPENDS+= authelia-[0-9]*:../../security/authelia 101DEPENDS+= authelia-[0-9]*:../../security/authelia
102TOOL_DEPENDS+= trufflehog-[0-9]*:../../security/trufflehog 102DEPENDS+= trufflehog-[0-9]*:../../security/trufflehog
103TOOL_DEPENDS+= elvish-[0-9]*:../../shells/elvish 103DEPENDS+= elvish-[0-9]*:../../shells/elvish
104TOOL_DEPENDS+= fzf-[0-9]*:../../sysutils/fzf 104DEPENDS+= fzf-[0-9]*:../../sysutils/fzf
105TOOL_DEPENDS+= beats-[0-9]*:../../sysutils/beats 105DEPENDS+= beats-[0-9]*:../../sysutils/beats
106TOOL_DEPENDS+= consul-[0-9]*:../../sysutils/consul 106DEPENDS+= consul-[0-9]*:../../sysutils/consul
107TOOL_DEPENDS+= lf-[0-9]*:../../sysutils/lf 107DEPENDS+= lf-[0-9]*:../../sysutils/lf
108TOOL_DEPENDS+= go-goreman-[0-9]*:../../sysutils/goreman 108DEPENDS+= go-goreman-[0-9]*:../../sysutils/goreman
109TOOL_DEPENDS+= node_exporter-[0-9]*:../../sysutils/node_exporter 109DEPENDS+= node_exporter-[0-9]*:../../sysutils/node_exporter
110TOOL_DEPENDS+= vultr-[0-9]*:../../sysutils/vultr 110DEPENDS+= vultr-[0-9]*:../../sysutils/vultr
111TOOL_DEPENDS+= direnv-[0-9]*:../../sysutils/direnv 111DEPENDS+= direnv-[0-9]*:../../sysutils/direnv
112TOOL_DEPENDS+= restic-[0-9]*:../../sysutils/restic 112DEPENDS+= restic-[0-9]*:../../sysutils/restic
113TOOL_DEPENDS+= go-text-[0-9]*:../../textproc/go-text 113DEPENDS+= go-text-[0-9]*:../../textproc/go-text
114TOOL_DEPENDS+= sift-[0-9]*:../../textproc/sift 114DEPENDS+= sift-[0-9]*:../../textproc/sift
115TOOL_DEPENDS+= go-md2man-[0-9]*:../../textproc/go-md2man 115DEPENDS+= go-md2man-[0-9]*:../../textproc/go-md2man
116TOOL_DEPENDS+= go-mmark-[0-9]*:../../textproc/go-mmark 116DEPENDS+= go-mmark-[0-9]*:../../textproc/go-mmark
117TOOL_DEPENDS+= go-kr-text-[0-9]*:../../textproc/go-kr-text 117DEPENDS+= go-kr-text-[0-9]*:../../textproc/go-kr-text
118TOOL_DEPENDS+= glow-[0-9]*:../../textproc/glow 118DEPENDS+= glow-[0-9]*:../../textproc/glow
119TOOL_DEPENDS+= pup-[0-9]*:../../www/pup 119DEPENDS+= pup-[0-9]*:../../www/pup
120TOOL_DEPENDS+= caddy-[0-9]*:../../www/caddy 120DEPENDS+= caddy-[0-9]*:../../www/caddy
121TOOL_DEPENDS+= go-ffuf-[0-9]*:../../www/go-ffuf 121DEPENDS+= go-ffuf-[0-9]*:../../www/go-ffuf
122TOOL_DEPENDS+= gitea-[0-9]*:../../www/gitea 122DEPENDS+= gitea-[0-9]*:../../www/gitea
123TOOL_DEPENDS+= grafana-[0-9]*:../../www/grafana 123DEPENDS+= grafana-[0-9]*:../../www/grafana
124TOOL_DEPENDS+= go-minify-[0-9]*:../../www/go-minify 124DEPENDS+= go-minify-[0-9]*:../../www/go-minify
125TOOL_DEPENDS+= go-hugo-[0-9]*:../../www/hugo 125DEPENDS+= go-hugo-[0-9]*:../../www/hugo
126TOOL_DEPENDS+= apisprout-[0-9]*:../../www/apisprout 126DEPENDS+= apisprout-[0-9]*:../../www/apisprout
127TOOL_DEPENDS+= jira-cli-[0-9]*:../../www/jira-cli 127DEPENDS+= jira-cli-[0-9]*:../../www/jira-cli
128TOOL_DEPENDS+= restish-[0-9]*:../../www/restish 128DEPENDS+= restish-[0-9]*:../../www/restish
129 129
130.include "../../mk/bsd.pkg.mk" 130.include "../../mk/bsd.pkg.mk"

cvs diff -r1.6 -r1.7 pkgsrc/meta-pkgs/bulk-test-llvm/Makefile (expand / switch to unified diff)

--- pkgsrc/meta-pkgs/bulk-test-llvm/Makefile 2023/06/06 12:41:54 1.6
+++ pkgsrc/meta-pkgs/bulk-test-llvm/Makefile 2023/07/01 14:19:45 1.7
@@ -1,49 +1,49 @@ @@ -1,49 +1,49 @@
1# $NetBSD: Makefile,v 1.6 2023/06/06 12:41:54 riastradh Exp $ 1# $NetBSD: Makefile,v 1.7 2023/07/01 14:19:45 nia Exp $
2 2
3DISTNAME= bulk-test-llvm-20211207 3DISTNAME= bulk-test-llvm-20211207
4CATEGORIES= meta-pkgs 4CATEGORIES= meta-pkgs
5MASTER_SITES= # empty 5MASTER_SITES= # empty
6DISTFILES= # empty 6DISTFILES= # empty
7 7
8MAINTAINER= nia@NetBSD.org 8MAINTAINER= nia@NetBSD.org
9COMMENT= Meta-package for testing LLVM 9COMMENT= Meta-package for testing LLVM
10 10
11META_PACKAGE= yes 11META_PACKAGE= yes
12 12
13RESTRICTED= Just for test build purposes 13RESTRICTED= Just for test build purposes
14NO_BIN_ON_CDROM= ${RESTRICTED} 14NO_BIN_ON_CDROM= ${RESTRICTED}
15NO_BIN_ON_FTP= ${RESTRICTED} 15NO_BIN_ON_FTP= ${RESTRICTED}
16 16
17# All of these (primarily leaf) packages depend on LLVM. 17# All of these (primarily leaf) packages depend on LLVM.
18# Feel free to add one if you care about it not breaking. 18# Feel free to add one if you care about it not breaking.
19# The current list is mostly arbitrary, resulting from a grep of the 19# The current list is mostly arbitrary, resulting from a grep of the
20# pkgsrc tree. 20# pkgsrc tree.
21 21
22.include "../../lang/python/pyversion.mk" 22.include "../../lang/python/pyversion.mk"
23 23
24TOOL_DEPENDS+= clang-[0-9]*:../../lang/clang 24DEPENDS+= clang-[0-9]*:../../lang/clang
25TOOL_DEPENDS+= creduce-[0-9]*:../../devel/creduce 25DEPENDS+= creduce-[0-9]*:../../devel/creduce
26TOOL_DEPENDS+= cvise-[0-9]*:../../devel/cvise 26DEPENDS+= cvise-[0-9]*:../../devel/cvise
27TOOL_DEPENDS+= firefox-[0-9]*:../../www/firefox 27DEPENDS+= firefox-[0-9]*:../../www/firefox
28TOOL_DEPENDS+= firefox-esr-[0-9]*:../../www/firefox-esr 28DEPENDS+= firefox-esr-[0-9]*:../../www/firefox-esr
29TOOL_DEPENDS+= include-what-you-use-[0-9]*:../../devel/include-what-you-use 29DEPENDS+= include-what-you-use-[0-9]*:../../devel/include-what-you-use
30TOOL_DEPENDS+= polly-[0-9]*:../../devel/polly 30DEPENDS+= polly-[0-9]*:../../devel/polly
31TOOL_DEPENDS+= qtcreator-[0-9]*:../../editors/qtcreator 31DEPENDS+= qtcreator-[0-9]*:../../editors/qtcreator
32TOOL_DEPENDS+= libcxx-[0-9]*:../../lang/libcxx 32DEPENDS+= libcxx-[0-9]*:../../lang/libcxx
33TOOL_DEPENDS+= libcxxabi-[0-9]*:../../lang/libcxxabi 33DEPENDS+= libcxxabi-[0-9]*:../../lang/libcxxabi
34TOOL_DEPENDS+= libunwind-[0-9]*:../../lang/libunwind 34DEPENDS+= libunwind-[0-9]*:../../lang/libunwind
35TOOL_DEPENDS+= lld-[0-9]*:../../devel/lld 35DEPENDS+= lld-[0-9]*:../../devel/lld
36TOOL_DEPENDS+= lldb-[0-9]*:../../devel/lldb 36DEPENDS+= lldb-[0-9]*:../../devel/lldb
37TOOL_DEPENDS+= mozjs78-[0-9]*:../../lang/mozjs78 37DEPENDS+= mozjs78-[0-9]*:../../lang/mozjs78
38TOOL_DEPENDS+= opencl-clang-[0-9]*:../../parallel/opencl-clang 38DEPENDS+= opencl-clang-[0-9]*:../../parallel/opencl-clang
39TOOL_DEPENDS+= openmp-[0-9]*:../../parallel/openmp 39DEPENDS+= openmp-[0-9]*:../../parallel/openmp
40TOOL_DEPENDS+= pocl-[0-9]*:../../parallel/pocl 40DEPENDS+= pocl-[0-9]*:../../parallel/pocl
41TOOL_DEPENDS+= ${PYPKGPREFIX}-llvmlite-[0-9]*:../../devel/py-llvmlite 41DEPENDS+= ${PYPKGPREFIX}-llvmlite-[0-9]*:../../devel/py-llvmlite
42TOOL_DEPENDS+= rust-[0-9]*:../../lang/rust 42DEPENDS+= rust-[0-9]*:../../lang/rust
43TOOL_DEPENDS+= seamonkey-[0-9]*:../../www/seamonkey 43DEPENDS+= seamonkey-[0-9]*:../../www/seamonkey
44TOOL_DEPENDS+= spirv-llvm-translator-[0-9]*:../../parallel/spirv-llvm-translator 44DEPENDS+= spirv-llvm-translator-[0-9]*:../../parallel/spirv-llvm-translator
45TOOL_DEPENDS+= thunderbird-[0-9]*:../../mail/thunderbird 45DEPENDS+= thunderbird-[0-9]*:../../mail/thunderbird
46TOOL_DEPENDS+= woboq_codebrowser-[0-9]*:../../devel/woboq_codebrowser 46DEPENDS+= woboq_codebrowser-[0-9]*:../../devel/woboq_codebrowser
47TOOL_DEPENDS+= zig-[0-9]*:../../lang/zig 47DEPENDS+= zig-[0-9]*:../../lang/zig
48 48
49.include "../../mk/bsd.pkg.mk" 49.include "../../mk/bsd.pkg.mk"