Sat Feb 23 02:53:59 2013 UTC ()
meta-pkgs/bulk-* are just for build test purpose:
* change dependeny on listed packages from full to build
* prevent to provide binary pakcage


(obache)
diff -r1.6 -r1.7 pkgsrc/meta-pkgs/bulk-large/Makefile
diff -r1.4 -r1.5 pkgsrc/meta-pkgs/bulk-medium/Makefile
diff -r1.5 -r1.6 pkgsrc/meta-pkgs/bulk-small/Makefile

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

--- pkgsrc/meta-pkgs/bulk-large/Makefile 2013/02/17 18:41:11 1.6
+++ pkgsrc/meta-pkgs/bulk-large/Makefile 2013/02/23 02:53:58 1.7
@@ -1,173 +1,178 @@ @@ -1,173 +1,178 @@
1# $NetBSD: Makefile,v 1.6 2013/02/17 18:41:11 dholland Exp $ 1# $NetBSD: Makefile,v 1.7 2013/02/23 02:53:58 obache Exp $
2 2
3DISTNAME= bulk-large-20130217 3DISTNAME= bulk-large-20130223
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
 14NO_BIN_ON_CDROM= ${RESTRICTED}
 15NO_BIN_ON_FTP= ${RESTRICTED}
 16
13# 17#
14# Note: the primary purpose of this package is to build the most 18# Note: the primary purpose of this package is to build the most
15# popular/useful packages out of the set of all packages in pkgsrc. 19# popular/useful packages out of the set of all packages in pkgsrc.
16# On a fast build machine this whole meta-package should build in less 20# On a fast build machine this whole meta-package should build in less
17# than 24 hous, assuming that bulk-medium is already built. 21# than 24 hous, assuming that bulk-medium is already built.
18# 22#
19# 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
20# 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
21# to people using the resulting binary packages? 25# to people using the resulting binary packages?
22# 26#
23# Please discuss additions/removals on tech-pkg to avoid unnecessary 27# Please discuss additions/removals on tech-pkg to avoid unnecessary
24# churn. 28# churn.
25# 29#
26 30
27# 31#
28# 1. Packages used by a lot of other packages 32# 1. Packages used by a lot of other packages
29# 33#
30DEPENDS+= taglib-[0-9]*:../../audio/taglib 34BUILD_DEPENDS+= taglib-[0-9]*:../../audio/taglib
31DEPENDS+= GConf-[0-9]*:../../devel/GConf 35BUILD_DEPENDS+= GConf-[0-9]*:../../devel/GConf
32DEPENDS+= gmp-[0-9]*:../../devel/gmp 36BUILD_DEPENDS+= gmp-[0-9]*:../../devel/gmp
33DEPENDS+= heirloom-libcommon-[0-9]*:../../devel/heirloom-libcommon 37BUILD_DEPENDS+= heirloom-libcommon-[0-9]*:../../devel/heirloom-libcommon
34DEPENDS+= libgetopt-[0-9]*:../../devel/libgetopt 38BUILD_DEPENDS+= libgetopt-[0-9]*:../../devel/libgetopt
35DEPENDS+= libgnome-[0-9]*:../../devel/libgnome 39BUILD_DEPENDS+= libgnome-[0-9]*:../../devel/libgnome
36DEPENDS+= libgnomeui-[0-9]*:../../devel/libgnomeui 40BUILD_DEPENDS+= libgnomeui-[0-9]*:../../devel/libgnomeui
37DEPENDS+= ocaml-[0-9]*:../../lang/ocaml 41BUILD_DEPENDS+= ocaml-[0-9]*:../../lang/ocaml
38DEPENDS+= gst-plugins0.10-base-[0-9]*:../../multimedia/gst-plugins0.10-base 42BUILD_DEPENDS+= gst-plugins0.10-base-[0-9]*:../../multimedia/gst-plugins0.10-base
39DEPENDS+= gstreamer0.10-[0-9]*:../../multimedia/gstreamer0.10 43BUILD_DEPENDS+= gstreamer0.10-[0-9]*:../../multimedia/gstreamer0.10
40DEPENDS+= libsoup24-[0-9]*:../../net/libsoup24 44BUILD_DEPENDS+= libsoup24-[0-9]*:../../net/libsoup24
41DEPENDS+= dbus-[0-9]*:../../sysutils/dbus 45BUILD_DEPENDS+= dbus-[0-9]*:../../sysutils/dbus
42DEPENDS+= dbus-glib-[0-9]*:../../sysutils/dbus-glib 46BUILD_DEPENDS+= dbus-glib-[0-9]*:../../sysutils/dbus-glib
43DEPENDS+= aspell-[0-9]*:../../textproc/aspell 47BUILD_DEPENDS+= aspell-[0-9]*:../../textproc/aspell
44DEPENDS+= gnome-doc-utils-[0-9]*:../../textproc/gnome-doc-utils 48BUILD_DEPENDS+= gnome-doc-utils-[0-9]*:../../textproc/gnome-doc-utils
45DEPENDS+= kdebase>=3<4:../../x11/kdebase3 49BUILD_DEPENDS+= kdebase>=3<4:../../x11/kdebase3
46DEPENDS+= kdelibs>=3<4:../../x11/kdelibs3 50BUILD_DEPENDS+= kdelibs>=3<4:../../x11/kdelibs3
47DEPENDS+= kdelibs4-[0-9]*:../../x11/kdelibs4 51BUILD_DEPENDS+= kdelibs4-[0-9]*:../../x11/kdelibs4
48DEPENDS+= ${PYPKGPREFIX}-gtk2-[0-9]*:../../x11/py-gtk2 52BUILD_DEPENDS+= ${PYPKGPREFIX}-gtk2-[0-9]*:../../x11/py-gtk2
49DEPENDS+= qt3-libs-[0-9]*:../../x11/qt3-libs 53BUILD_DEPENDS+= qt3-libs-[0-9]*:../../x11/qt3-libs
50DEPENDS+= qt3-tools-[0-9]*:../../x11/qt3-tools 54BUILD_DEPENDS+= qt3-tools-[0-9]*:../../x11/qt3-tools
51DEPENDS+= qt4-libs-[0-9]*:../../x11/qt4-libs 55BUILD_DEPENDS+= qt4-libs-[0-9]*:../../x11/qt4-libs
52DEPENDS+= qt4-tools-[0-9]*:../../x11/qt4-tools 56BUILD_DEPENDS+= qt4-tools-[0-9]*:../../x11/qt4-tools
53 57
54# 58#
55# 2. Applications 59# 2. Applications
56# 60#
57DEPENDS+= konversation>=1.4:../../chat/konversation 61BUILD_DEPENDS+= konversation>=1.4:../../chat/konversation
58DEPENDS+= konversation>=1.1<1.4:../../chat/konversation-kde3 62BUILD_DEPENDS+= konversation>=1.1<1.4:../../chat/konversation-kde3
59DEPENDS+= asterisk>=11:../../comms/asterisk 63BUILD_DEPENDS+= asterisk>=11:../../comms/asterisk
60DEPENDS+= avr-gcc-[0-9]*:../../cross/avr-gcc 64BUILD_DEPENDS+= avr-gcc-[0-9]*:../../cross/avr-gcc
61DEPENDS+= avr-libc-[0-9]*:../../cross/avr-libc 65BUILD_DEPENDS+= avr-libc-[0-9]*:../../cross/avr-libc
62DEPENDS+= avr-gdb-[0-9]*:../../cross/avr-gdb 66BUILD_DEPENDS+= avr-gdb-[0-9]*:../../cross/avr-gdb
63DEPENDS+= mysql-client>=5.1<5.5:../../databases/mysql51-client 67BUILD_DEPENDS+= mysql-client>=5.1<5.5:../../databases/mysql51-client
64DEPENDS+= mysql-server>=5.1<5.5:../../databases/mysql51-server 68BUILD_DEPENDS+= mysql-server>=5.1<5.5:../../databases/mysql51-server
65DEPENDS+= mysql-client>=5.5:../../databases/mysql55-client 69BUILD_DEPENDS+= mysql-client>=5.5:../../databases/mysql55-client
66DEPENDS+= mysql-server>=5.5:../../databases/mysql55-server 70BUILD_DEPENDS+= mysql-server>=5.5:../../databases/mysql55-server
67DEPENDS+= postgresql84-[0-9]*:../../databases/postgresql84 71BUILD_DEPENDS+= postgresql84-[0-9]*:../../databases/postgresql84
68DEPENDS+= postgresql91-[0-9]*:../../databases/postgresql91 72BUILD_DEPENDS+= postgresql91-[0-9]*:../../databases/postgresql91
69DEPENDS+= postgresql92-[0-9]*:../../databases/postgresql92 73BUILD_DEPENDS+= postgresql92-[0-9]*:../../databases/postgresql92
70DEPENDS+= valgrind-[0-9]*:../../devel/valgrind 74BUILD_DEPENDS+= valgrind-[0-9]*:../../devel/valgrind
71DEPENDS+= abiword-[0-9]*:../../editors/abiword 75BUILD_DEPENDS+= abiword-[0-9]*:../../editors/abiword
72DEPENDS+= emacs24>=24<25:../../editors/emacs24 76BUILD_DEPENDS+= emacs24>=24<25:../../editors/emacs24
73DEPENDS+= emacs-packages-[0-9]*:../../editors/emacs-packages 77BUILD_DEPENDS+= emacs-packages-[0-9]*:../../editors/emacs-packages
74DEPENDS+= xemacs-packages-[0-9]*:../../editors/xemacs-packages 78BUILD_DEPENDS+= xemacs-packages-[0-9]*:../../editors/xemacs-packages
75DEPENDS+= p5-Padre-[0-9]*:../../editors/p5-Padre 79BUILD_DEPENDS+= p5-Padre-[0-9]*:../../editors/p5-Padre
76DEPENDS+= glusterfs-[0-9]*:../../filesystems/glusterfs 80BUILD_DEPENDS+= glusterfs-[0-9]*:../../filesystems/glusterfs
77DEPENDS+= tahoe-lafs-[0-9]*:../../filesystems/tahoe-lafs 81BUILD_DEPENDS+= tahoe-lafs-[0-9]*:../../filesystems/tahoe-lafs
78DEPENDS+= blender-[0-9]*:../../graphics/blender 82BUILD_DEPENDS+= blender-[0-9]*:../../graphics/blender
79DEPENDS+= gimp-[0-9]*:../../graphics/gimp 83BUILD_DEPENDS+= gimp-[0-9]*:../../graphics/gimp
80DEPENDS+= graphviz-[0-9]*:../../graphics/graphviz 84BUILD_DEPENDS+= graphviz-[0-9]*:../../graphics/graphviz
81DEPENDS+= claws-mail-[0-9]*:../../mail/claws-mail 85BUILD_DEPENDS+= claws-mail-[0-9]*:../../mail/claws-mail
82DEPENDS+= evolution-[0-9]*:../../mail/evolution 86BUILD_DEPENDS+= evolution-[0-9]*:../../mail/evolution
83DEPENDS+= roundcube-[0-9]*:../../mail/roundcube 87BUILD_DEPENDS+= roundcube-[0-9]*:../../mail/roundcube
84DEPENDS+= squirrelmail-[0-9]*:../../mail/squirrelmail 88BUILD_DEPENDS+= squirrelmail-[0-9]*:../../mail/squirrelmail
85DEPENDS+= thunderbird-[0-9]*:../../mail/thunderbird 89BUILD_DEPENDS+= thunderbird-[0-9]*:../../mail/thunderbird
86DEPENDS+= thunderbird-l10n-[0-9]*:../../mail/thunderbird-l10n 90BUILD_DEPENDS+= thunderbird-l10n-[0-9]*:../../mail/thunderbird-l10n
87DEPENDS+= thunderbird10-[0-9]*:../../mail/thunderbird10 91BUILD_DEPENDS+= thunderbird10-[0-9]*:../../mail/thunderbird10
88DEPENDS+= thunderbird10-l10n-[0-9]*:../../mail/thunderbird10-l10n 92BUILD_DEPENDS+= thunderbird10-l10n-[0-9]*:../../mail/thunderbird10-l10n
89DEPENDS+= R-[0-9]*:../../math/R 93BUILD_DEPENDS+= R-[0-9]*:../../math/R
90DEPENDS+= octave-[0-9]*:../../math/octave 94BUILD_DEPENDS+= octave-[0-9]*:../../math/octave
91DEPENDS+= zyGrib-[0-9]*:../../misc/zyGrib 95BUILD_DEPENDS+= zyGrib-[0-9]*:../../misc/zyGrib
92DEPENDS+= mplayer-[0-9]*:../../multimedia/mplayer 96BUILD_DEPENDS+= mplayer-[0-9]*:../../multimedia/mplayer
93DEPENDS+= xine-ui-[0-9]*:../../multimedia/xine-ui 97BUILD_DEPENDS+= xine-ui-[0-9]*:../../multimedia/xine-ui
94DEPENDS+= gstreamer0.10-plugins-[0-9]*:../../meta-pkgs/gstreamer0.10-plugins 98BUILD_DEPENDS+= gstreamer0.10-plugins-[0-9]*:../../meta-pkgs/gstreamer0.10-plugins
95DEPENDS+= cups-[0-9]*:../../print/cups 99BUILD_DEPENDS+= cups-[0-9]*:../../print/cups
96DEPENDS+= evince-[0-9]*:../../print/evince 100BUILD_DEPENDS+= evince-[0-9]*:../../print/evince
97DEPENDS+= lilypond-[0-9]*:../../print/lilypond 101BUILD_DEPENDS+= lilypond-[0-9]*:../../print/lilypond
98DEPENDS+= mit-krb5-appl-[0-9]*:../../security/mit-krb5-appl 102BUILD_DEPENDS+= mit-krb5-appl-[0-9]*:../../security/mit-krb5-appl
99DEPENDS+= FlightCrew-[0-9]*:../../textproc/FlightCrew 103BUILD_DEPENDS+= FlightCrew-[0-9]*:../../textproc/FlightCrew
100DEPENDS+= clearsilver-[0-9]*:../../www/clearsilver 104BUILD_DEPENDS+= clearsilver-[0-9]*:../../www/clearsilver
101DEPENDS+= mediawiki-[0-9]*:../../www/mediawiki 105BUILD_DEPENDS+= mediawiki-[0-9]*:../../www/mediawiki
102DEPENDS+= ${RUBY_PKGPREFIX}-rails>=3.2:../../www/ruby-rails32 106BUILD_DEPENDS+= ${RUBY_PKGPREFIX}-rails>=3.2:../../www/ruby-rails32
103 107
104# 108#
105# 3. Libraries 109# 3. Libraries
106# 110#
107DEPENDS+= db46-[0-9]*:../../databases/db46 111BUILD_DEPENDS+= db46-[0-9]*:../../databases/db46
108DEPENDS+= db5-[0-9]*:../../databases/db5 112BUILD_DEPENDS+= db5-[0-9]*:../../databases/db5
109DEPENDS+= heimdal-[0-9]*:../../security/heimdal 113BUILD_DEPENDS+= heimdal-[0-9]*:../../security/heimdal
110DEPENDS+= mit-krb5-[0-9]*:../../security/mit-krb5 114BUILD_DEPENDS+= mit-krb5-[0-9]*:../../security/mit-krb5
111 115
112# 116#
113# 4. TeX 117# 4. TeX
114# 118#
115DEPENDS+= tex-collection-fontsrecommended-[0-9]*:../../fonts/tex-collection-fontsrecommended 119BUILD_DEPENDS+= tex-collection-fontsrecommended-[0-9]*:../../fonts/tex-collection-fontsrecommended
116DEPENDS+= tex-collection-fontsrecommended-doc-[0-9]*:../../fonts/tex-collection-fontsrecommended-doc 120BUILD_DEPENDS+= tex-collection-fontsrecommended-doc-[0-9]*:../../fonts/tex-collection-fontsrecommended-doc
117DEPENDS+= teTeX-[0-9]*:../../print/teTeX 121BUILD_DEPENDS+= teTeX-[0-9]*:../../print/teTeX
118DEPENDS+= teTeX-bin>=3:../../print/teTeX3-bin 122BUILD_DEPENDS+= teTeX-bin>=3:../../print/teTeX3-bin
119DEPENDS+= teTeX-texmf>=3:../../print/teTeX3-texmf 123BUILD_DEPENDS+= teTeX-texmf>=3:../../print/teTeX3-texmf
120DEPENDS+= tex-collection-basic-[0-9]*:../../print/tex-collection-basic 124BUILD_DEPENDS+= tex-collection-basic-[0-9]*:../../print/tex-collection-basic
121DEPENDS+= tex-collection-basic-doc-[0-9]*:../../print/tex-collection-basic-doc 125BUILD_DEPENDS+= tex-collection-basic-doc-[0-9]*:../../print/tex-collection-basic-doc
122DEPENDS+= tex-collection-documentation-base-doc-[0-9]*:../../print/tex-collection-documentation-base-doc 126BUILD_DEPENDS+= tex-collection-documentation-base-doc-[0-9]*:../../print/tex-collection-documentation-base-doc
123DEPENDS+= tex-collection-genericrecommended-[0-9]*:../../print/tex-collection-genericrecommended 127BUILD_DEPENDS+= tex-collection-genericrecommended-[0-9]*:../../print/tex-collection-genericrecommended
124DEPENDS+= tex-collection-genericrecommended-doc-[0-9]*:../../print/tex-collection-genericrecommended-doc 128BUILD_DEPENDS+= tex-collection-genericrecommended-doc-[0-9]*:../../print/tex-collection-genericrecommended-doc
125DEPENDS+= tex-collection-latex-[0-9]*:../../print/tex-collection-latex 129BUILD_DEPENDS+= tex-collection-latex-[0-9]*:../../print/tex-collection-latex
126DEPENDS+= tex-collection-latex-doc-[0-9]*:../../print/tex-collection-latex-doc 130BUILD_DEPENDS+= tex-collection-latex-doc-[0-9]*:../../print/tex-collection-latex-doc
127 131
128# 132#
129# 5. Desktops 133# 5. Desktops
130# 134#
131DEPENDS+= deforaos-desktop-[0-9]*:../../meta-pkgs/deforaos-desktop 135BUILD_DEPENDS+= deforaos-desktop-[0-9]*:../../meta-pkgs/deforaos-desktop
132DEPENDS+= desktop-gnome-[0-9]*:../../meta-pkgs/desktop-gnome 136BUILD_DEPENDS+= desktop-gnome-[0-9]*:../../meta-pkgs/desktop-gnome
133DEPENDS+= gnome-[0-9]*:../../meta-pkgs/gnome 137BUILD_DEPENDS+= gnome-[0-9]*:../../meta-pkgs/gnome
134DEPENDS+= gnome-admin-[0-9]*:../../meta-pkgs/gnome-admin 138BUILD_DEPENDS+= gnome-admin-[0-9]*:../../meta-pkgs/gnome-admin
135DEPENDS+= gnome-platform-[0-9]*:../../meta-pkgs/gnome-platform 139BUILD_DEPENDS+= gnome-platform-[0-9]*:../../meta-pkgs/gnome-platform
136DEPENDS+= gnustep-[0-9]*:../../meta-pkgs/gnustep 140BUILD_DEPENDS+= gnustep-[0-9]*:../../meta-pkgs/gnustep
137DEPENDS+= kde>=3<4:../../meta-pkgs/kde3 141BUILD_DEPENDS+= kde>=3<4:../../meta-pkgs/kde3
138DEPENDS+= kde4-[0-9]*:../../meta-pkgs/kde4 142BUILD_DEPENDS+= kde4-[0-9]*:../../meta-pkgs/kde4
139DEPENDS+= matchbox-[0-9]*:../../meta-pkgs/matchbox 143BUILD_DEPENDS+= matchbox-[0-9]*:../../meta-pkgs/matchbox
140DEPENDS+= windowmaker-desktop-[0-9]*:../../meta-pkgs/windowmaker-desktop 144BUILD_DEPENDS+= windowmaker-desktop-[0-9]*:../../meta-pkgs/windowmaker-desktop
141DEPENDS+= xfce4-[0-9]*:../../meta-pkgs/xfce4 145BUILD_DEPENDS+= xfce4-[0-9]*:../../meta-pkgs/xfce4
142DEPENDS+= xfce4-extras-[0-9]*:../../meta-pkgs/xfce4-extras 146BUILD_DEPENDS+= xfce4-extras-[0-9]*:../../meta-pkgs/xfce4-extras
143DEPENDS+= xview-[0-9]*:../../x11/xview 147BUILD_DEPENDS+= xview-[0-9]*:../../x11/xview
144 148
145# 149#
146# 6. NetBSD/pkgsrc developer tools 150# 6. NetBSD/pkgsrc developer tools
147# 151#
148DEPENDS+= netbsd-doc-[0-9]*:../../meta-pkgs/netbsd-doc 152BUILD_DEPENDS+= netbsd-doc-[0-9]*:../../meta-pkgs/netbsd-doc
149DEPENDS+= netbsd-doc-print-[0-9]*:../../meta-pkgs/netbsd-doc-print 153BUILD_DEPENDS+= netbsd-doc-print-[0-9]*:../../meta-pkgs/netbsd-doc-print
150DEPENDS+= netbsd-www-[0-9]*:../../meta-pkgs/netbsd-www 154BUILD_DEPENDS+= netbsd-www-[0-9]*:../../meta-pkgs/netbsd-www
151DEPENDS+= pkg_developer-[0-9]*:../../meta-pkgs/pkg_developer 155BUILD_DEPENDS+= pkg_developer-[0-9]*:../../meta-pkgs/pkg_developer
152DEPENDS+= pkgsrc-guide-tools-[0-9]*:../../meta-pkgs/pkgsrc-guide-tools 156BUILD_DEPENDS+= pkgsrc-guide-tools-[0-9]*:../../meta-pkgs/pkgsrc-guide-tools
153 157
154# 158#
155# 7. Complete X.org 159# 7. Complete X.org
156# 160#
157DEPENDS+= modular-xorg-[0-9]*:../../meta-pkgs/modular-xorg 161BUILD_DEPENDS+= modular-xorg-[0-9]*:../../meta-pkgs/modular-xorg
158 162
159 163
160# 164#
161# Note that (unlike in bulk-small) we make no effort to list or track 165# Note that (unlike in bulk-small) we make no effort to list or track
162# depends of the above. In many cases the packages listed above are 166# depends of the above. In many cases the packages listed above are
163# intentionally chosen to bring in other things that we more or less 167# intentionally chosen to bring in other things that we more or less
164# want in here. 168# want in here.
165# 169#
166 170
167# We are supposed to be a superset of bulk-medium and bulk-small. 171# We are supposed to be a superset of bulk-medium and bulk-small.
168DEPENDS+= bulk-medium-[0-9]*:../../meta-pkgs/bulk-medium 172BUILD_DEPENDS+= bulk-medium-[0-9]*:../../meta-pkgs/bulk-medium
169DEPENDS+= bulk-small-[0-9]*:../../meta-pkgs/bulk-small 173BUILD_DEPENDS+= bulk-small-[0-9]*:../../meta-pkgs/bulk-small
170 174
 175PYTHON_FOR_BUILD_ONLY= yes
171.include "../../lang/python/pyversion.mk" # for PYPKGPREFIX 176.include "../../lang/python/pyversion.mk" # for PYPKGPREFIX
172.include "../../lang/ruby/rubyversion.mk" # for RUBY_PKGPREFIX 177.include "../../lang/ruby/rubyversion.mk" # for RUBY_PKGPREFIX
173.include "../../mk/bsd.pkg.mk" 178.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/meta-pkgs/bulk-medium/Makefile 2013/02/18 09:27:19 1.4
+++ pkgsrc/meta-pkgs/bulk-medium/Makefile 2013/02/23 02:53:59 1.5
@@ -1,25 +1,29 @@ @@ -1,25 +1,29 @@
1# $NetBSD: Makefile,v 1.4 2013/02/18 09:27:19 jperkin Exp $ 1# $NetBSD: Makefile,v 1.5 2013/02/23 02:53:59 obache Exp $
2 2
3DISTNAME= bulk-medium-20130217 3DISTNAME= bulk-medium-20130223
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
 14NO_BIN_ON_CDROM= ${RESTRICTED}
 15NO_BIN_ON_FTP= ${RESTRICTED}
 16
13# 17#
14# Note: the purpose of this package is to produce a useful collection 18# Note: the purpose of this package is to produce a useful collection
15# of packages in a reasonable period of time. On a fast build machine 19# of packages in a reasonable period of time. On a fast build machine
16# this whole meta-package should build in less than eight hours, 20# this whole meta-package should build in less than eight hours,
17# assuming that bulk-small is already built. 21# assuming that bulk-small is already built.
18# 22#
19# The packages that are listed here are those most widely used, either 23# The packages that are listed here are those most widely used, either
20# by end users or by other packages. Many popular or useful packages 24# by end users or by other packages. Many popular or useful packages
21# are not included here, not because they aren't cool enough, but 25# are not included here, not because they aren't cool enough, but
22# because they are too large to justify the build time, or because 26# because they are too large to justify the build time, or because
23# they just aren't as widely used as others. 27# they just aren't as widely used as others.
24# 28#
25# Note in particular that while some of the support libraries are in 29# Note in particular that while some of the support libraries are in
@@ -29,204 +33,205 @@ META_PACKAGE= yes @@ -29,204 +33,205 @@ META_PACKAGE= yes
29# Please discuss proposed additions (and removals) on tech-pkg. 33# Please discuss proposed additions (and removals) on tech-pkg.
30# Undiscussed changes will be reverted. 34# Undiscussed changes will be reverted.
31# 35#
32 36
33# 37#
34# XXX: There is nothing here from inputmethod/, and there should be. 38# XXX: There is nothing here from inputmethod/, and there should be.
35# Someone please let me know what the most useful/popular things 39# Someone please let me know what the most useful/popular things
36# there are. 40# there are.
37# 41#
38 42
39# 43#
40# 1. Applications 44# 1. Applications
41# 45#
42DEPENDS+= cdparanoia-[0-9]*:../../audio/cdparanoia 46BUILD_DEPENDS+= cdparanoia-[0-9]*:../../audio/cdparanoia
43DEPENDS+= flac-[0-9]*:../../audio/flac 47BUILD_DEPENDS+= flac-[0-9]*:../../audio/flac
44DEPENDS+= flac123-[0-9]*:../../audio/flac123 48BUILD_DEPENDS+= flac123-[0-9]*:../../audio/flac123
45DEPENDS+= lame-[0-9]*:../../audio/lame 49BUILD_DEPENDS+= lame-[0-9]*:../../audio/lame
46DEPENDS+= mpg123-[0-9]*:../../audio/mpg123 50BUILD_DEPENDS+= mpg123-[0-9]*:../../audio/mpg123
47DEPENDS+= mpg321-[0-9]*:../../audio/mpg321 51BUILD_DEPENDS+= mpg321-[0-9]*:../../audio/mpg321
48DEPENDS+= sox-[0-9]*:../../audio/sox 52BUILD_DEPENDS+= sox-[0-9]*:../../audio/sox
49DEPENDS+= vorbis-tools-[0-9]*:../../audio/vorbis-tools 53BUILD_DEPENDS+= vorbis-tools-[0-9]*:../../audio/vorbis-tools
50DEPENDS+= jabberd>=1<2:../../chat/jabberd 54BUILD_DEPENDS+= jabberd>=1<2:../../chat/jabberd
51DEPENDS+= jabberd>=2:../../chat/jabberd2 55BUILD_DEPENDS+= jabberd>=2:../../chat/jabberd2
52DEPENDS+= sirc-[0-9]*:../../chat/sirc 56BUILD_DEPENDS+= sirc-[0-9]*:../../chat/sirc
53DEPENDS+= xchat-[0-9]*:../../chat/xchat 57BUILD_DEPENDS+= xchat-[0-9]*:../../chat/xchat
54DEPENDS+= xchat-perl-[0-9]*:../../chat/xchat-perl 58BUILD_DEPENDS+= xchat-perl-[0-9]*:../../chat/xchat-perl
55DEPENDS+= xchat-python-[0-9]*:../../chat/xchat-python 59BUILD_DEPENDS+= xchat-python-[0-9]*:../../chat/xchat-python
56DEPENDS+= fribidi-[0-9]*:../../converters/fribidi 60BUILD_DEPENDS+= fribidi-[0-9]*:../../converters/fribidi
57DEPENDS+= mysql-client>=5.1<5.5:../../databases/mysql51-client 61BUILD_DEPENDS+= mysql-client>=5.1<5.5:../../databases/mysql51-client
58DEPENDS+= mysql-client>=5.5:../../databases/mysql55-client 62BUILD_DEPENDS+= mysql-client>=5.5:../../databases/mysql55-client
59DEPENDS+= openldap-client-[0-9]*:../../databases/openldap-client 63BUILD_DEPENDS+= openldap-client-[0-9]*:../../databases/openldap-client
60DEPENDS+= postgresql84-client-[0-9]*:../../databases/postgresql84-client 64BUILD_DEPENDS+= postgresql84-client-[0-9]*:../../databases/postgresql84-client
61DEPENDS+= postgresql91-client-[0-9]*:../../databases/postgresql91-client 65BUILD_DEPENDS+= postgresql91-client-[0-9]*:../../databases/postgresql91-client
62DEPENDS+= scmgit-[0-9]*:../../devel/scmgit 66BUILD_DEPENDS+= scmgit-[0-9]*:../../devel/scmgit
63DEPENDS+= scmgit-base-[0-9]*:../../devel/scmgit-base 67BUILD_DEPENDS+= scmgit-base-[0-9]*:../../devel/scmgit-base
64DEPENDS+= scmgit-docs-[0-9]*:../../devel/scmgit-docs 68BUILD_DEPENDS+= scmgit-docs-[0-9]*:../../devel/scmgit-docs
65DEPENDS+= mercurial-[0-9]*:../../devel/mercurial 69BUILD_DEPENDS+= mercurial-[0-9]*:../../devel/mercurial
66DEPENDS+= emacs24>=24<25:../../editors/emacs24 70BUILD_DEPENDS+= emacs24>=24<25:../../editors/emacs24
67DEPENDS+= emacs-packages-[0-9]*:../../editors/emacs-packages 71BUILD_DEPENDS+= emacs-packages-[0-9]*:../../editors/emacs-packages
68DEPENDS+= nvi-[0-9]*:../../editors/nvi 72BUILD_DEPENDS+= nvi-[0-9]*:../../editors/nvi
69DEPENDS+= vim-gtk2-[0-9]*:../../editors/vim-gtk2 73BUILD_DEPENDS+= vim-gtk2-[0-9]*:../../editors/vim-gtk2
70DEPENDS+= xemacs-packages-[0-9]*:../../editors/xemacs-packages 74BUILD_DEPENDS+= xemacs-packages-[0-9]*:../../editors/xemacs-packages
71DEPENDS+= qemu-[0-9]*:../../emulators/qemu 75BUILD_DEPENDS+= qemu-[0-9]*:../../emulators/qemu
72DEPENDS+= simh-[0-9]*:../../emulators/simh 76BUILD_DEPENDS+= simh-[0-9]*:../../emulators/simh
73DEPENDS+= tme-[0-9]*:../../emulators/tme 77BUILD_DEPENDS+= tme-[0-9]*:../../emulators/tme
74DEPENDS+= wine-[0-9]*:../../emulators/wine 78BUILD_DEPENDS+= wine-[0-9]*:../../emulators/wine
75DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick 79BUILD_DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick
76DEPENDS+= gnuplot-[0-9]*:../../graphics/gnuplot 80BUILD_DEPENDS+= gnuplot-[0-9]*:../../graphics/gnuplot
77DEPENDS+= netpbm-[0-9]*:../../graphics/netpbm 81BUILD_DEPENDS+= netpbm-[0-9]*:../../graphics/netpbm
78DEPENDS+= ${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib 82BUILD_DEPENDS+= ${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib
79DEPENDS+= ${PYPKGPREFIX}-matplotlib-gtk-[0-9]*:../../graphics/py-matplotlib-gtk2 83BUILD_DEPENDS+= ${PYPKGPREFIX}-matplotlib-gtk-[0-9]*:../../graphics/py-matplotlib-gtk2
80DEPENDS+= ${PYPKGPREFIX}-matplotlib-tk-[0-9]*:../../graphics/py-matplotlib-tk 84BUILD_DEPENDS+= ${PYPKGPREFIX}-matplotlib-tk-[0-9]*:../../graphics/py-matplotlib-tk
81DEPENDS+= gawk-[0-9]*:../../lang/gawk 85BUILD_DEPENDS+= gawk-[0-9]*:../../lang/gawk
82DEPENDS+= php>=5.3<5.4:../../lang/php53 86BUILD_DEPENDS+= php>=5.3<5.4:../../lang/php53
83DEPENDS+= php>=5.4<5.5:../../lang/php54 87BUILD_DEPENDS+= php>=5.4<5.5:../../lang/php54
84DEPENDS+= ruby18-base-[0-9]*:../../lang/ruby18-base 88BUILD_DEPENDS+= ruby18-base-[0-9]*:../../lang/ruby18-base
85DEPENDS+= ruby193-base-[0-9]*:../../lang/ruby193-base 89BUILD_DEPENDS+= ruby193-base-[0-9]*:../../lang/ruby193-base
86DEPENDS+= sun-jdk6-[0-9]*:../../lang/sun-jdk6 90BUILD_DEPENDS+= sun-jdk6-[0-9]*:../../lang/sun-jdk6
87DEPENDS+= sun-jre6-[0-9]*:../../lang/sun-jre6 91BUILD_DEPENDS+= sun-jre6-[0-9]*:../../lang/sun-jre6
88DEPENDS+= openjdk7-[0-9]*:../../lang/openjdk7 92BUILD_DEPENDS+= openjdk7-[0-9]*:../../lang/openjdk7
89DEPENDS+= openjdk7-bin-[0-9]*:../../lang/openjdk7-bin 93BUILD_DEPENDS+= openjdk7-bin-[0-9]*:../../lang/openjdk7-bin
90DEPENDS+= python26-[0-9]*:../../lang/python26 94BUILD_DEPENDS+= python26-[0-9]*:../../lang/python26
91DEPENDS+= python31-[0-9]*:../../lang/python31 95BUILD_DEPENDS+= python31-[0-9]*:../../lang/python31
92DEPENDS+= python32-[0-9]*:../../lang/python32 96BUILD_DEPENDS+= python32-[0-9]*:../../lang/python32
93DEPENDS+= python33-[0-9]*:../../lang/python33 97BUILD_DEPENDS+= python33-[0-9]*:../../lang/python33
94DEPENDS+= tcl-[0-9]*:../../lang/tcl 98BUILD_DEPENDS+= tcl-[0-9]*:../../lang/tcl
95DEPENDS+= fetchmail-[0-9]*:../../mail/fetchmail 99BUILD_DEPENDS+= fetchmail-[0-9]*:../../mail/fetchmail
96DEPENDS+= imap-uw-[0-9]*:../../mail/imap-uw 100BUILD_DEPENDS+= imap-uw-[0-9]*:../../mail/imap-uw
97DEPENDS+= mailman-[0-9]*:../../mail/mailman 101BUILD_DEPENDS+= mailman-[0-9]*:../../mail/mailman
98DEPENDS+= mhonarc-[0-9]*:../../mail/mhonarc 102BUILD_DEPENDS+= mhonarc-[0-9]*:../../mail/mhonarc
99DEPENDS+= mutt-[0-9]*:../../mail/mutt 103BUILD_DEPENDS+= mutt-[0-9]*:../../mail/mutt
100DEPENDS+= re-alpine-[0-9]*:../../mail/re-alpine 104BUILD_DEPENDS+= re-alpine-[0-9]*:../../mail/re-alpine
101DEPENDS+= spamassassin-[0-9]*:../../mail/spamassassin 105BUILD_DEPENDS+= spamassassin-[0-9]*:../../mail/spamassassin
102DEPENDS+= bind>=9.6<9.7:../../net/bind96 106BUILD_DEPENDS+= bind>=9.6<9.7:../../net/bind96
103DEPENDS+= bind>=9.7<9.8:../../net/bind97 107BUILD_DEPENDS+= bind>=9.7<9.8:../../net/bind97
104DEPENDS+= bind>=9.8<9.9:../../net/bind98 108BUILD_DEPENDS+= bind>=9.8<9.9:../../net/bind98
105DEPENDS+= bind>=9.9<9.10:../../net/bind99 109BUILD_DEPENDS+= bind>=9.9<9.10:../../net/bind99
106DEPENDS+= clive-[0-9]*:../../net/clive 110BUILD_DEPENDS+= clive-[0-9]*:../../net/clive
107DEPENDS+= nmap-[0-9]*:../../net/nmap 111BUILD_DEPENDS+= nmap-[0-9]*:../../net/nmap
108DEPENDS+= samba>=3.5<3.6:../../net/samba35 112BUILD_DEPENDS+= samba>=3.5<3.6:../../net/samba35
109DEPENDS+= samba>=3.6:../../net/samba 113BUILD_DEPENDS+= samba>=3.6:../../net/samba
110DEPENDS+= wpa_supplicant-[0-9]*:../../net/wpa_supplicant 114BUILD_DEPENDS+= wpa_supplicant-[0-9]*:../../net/wpa_supplicant
111DEPENDS+= xymon-[0-9]*:../../net/xymon 115BUILD_DEPENDS+= xymon-[0-9]*:../../net/xymon
112DEPENDS+= xymonclient-[0-9]*:../../net/xymonclient 116BUILD_DEPENDS+= xymonclient-[0-9]*:../../net/xymonclient
113DEPENDS+= youtube-dl-[0-9]*:../../net/youtube-dl 117BUILD_DEPENDS+= youtube-dl-[0-9]*:../../net/youtube-dl
114DEPENDS+= lintpkgsrc-[0-9]*:../../pkgtools/lintpkgsrc 118BUILD_DEPENDS+= lintpkgsrc-[0-9]*:../../pkgtools/lintpkgsrc
115DEPENDS+= pkglint-[0-9]*:../../pkgtools/pkglint 119BUILD_DEPENDS+= pkglint-[0-9]*:../../pkgtools/pkglint
116DEPENDS+= poppler-utils-[0-9]*:../../print/poppler-utils 120BUILD_DEPENDS+= poppler-utils-[0-9]*:../../print/poppler-utils
117DEPENDS+= xpdf-[0-9]*:../../print/xpdf 121BUILD_DEPENDS+= xpdf-[0-9]*:../../print/xpdf
118DEPENDS+= gnupg-[0-9]*:../../security/gnupg 122BUILD_DEPENDS+= gnupg-[0-9]*:../../security/gnupg
119DEPENDS+= gnupg2-[0-9]*:../../security/gnupg2 123BUILD_DEPENDS+= gnupg2-[0-9]*:../../security/gnupg2
120DEPENDS+= desktop-file-utils-[0-9]*:../../sysutils/desktop-file-utils 124BUILD_DEPENDS+= desktop-file-utils-[0-9]*:../../sysutils/desktop-file-utils
121DEPENDS+= xe-guest-utilities-[0-9]*:../../sysutils/xe-guest-utilities 125BUILD_DEPENDS+= xe-guest-utilities-[0-9]*:../../sysutils/xe-guest-utilities
122DEPENDS+= xenkernel41-[0-9]*:../../sysutils/xenkernel41 126BUILD_DEPENDS+= xenkernel41-[0-9]*:../../sysutils/xenkernel41
123DEPENDS+= xentools41-[0-9]*:../../sysutils/xentools41 127BUILD_DEPENDS+= xentools41-[0-9]*:../../sysutils/xentools41
124DEPENDS+= ispell-base-[0-9]*:../../textproc/ispell-base 128BUILD_DEPENDS+= ispell-base-[0-9]*:../../textproc/ispell-base
125DEPENDS+= firefox10-[0-9]*:../../www/firefox10 129BUILD_DEPENDS+= firefox10-[0-9]*:../../www/firefox10
126DEPENDS+= seamonkey-[0-9]*:../../www/seamonkey 130BUILD_DEPENDS+= seamonkey-[0-9]*:../../www/seamonkey
127DEPENDS+= xlockmore-[0-9]*:../../x11/xlockmore 131BUILD_DEPENDS+= xlockmore-[0-9]*:../../x11/xlockmore
128 132
129# 133#
130# 2. Archivers and build tools 134# 2. Archivers and build tools
131# 135#
132DEPENDS+= pigz-[0-9]*:../../archivers/pigz 136BUILD_DEPENDS+= pigz-[0-9]*:../../archivers/pigz
133DEPENDS+= cmake-[0-9]*:../../devel/cmake 137BUILD_DEPENDS+= cmake-[0-9]*:../../devel/cmake
134DEPENDS+= imake-[0-9]*:../../devel/imake 138BUILD_DEPENDS+= imake-[0-9]*:../../devel/imake
135DEPENDS+= nasm-[0-9]*:../../devel/nasm 139BUILD_DEPENDS+= nasm-[0-9]*:../../devel/nasm
136DEPENDS+= yasm-[0-9]*:../../devel/yasm 140BUILD_DEPENDS+= yasm-[0-9]*:../../devel/yasm
137DEPENDS+= icon-naming-utils-[0-9]*:../../graphics/icon-naming-utils 141BUILD_DEPENDS+= icon-naming-utils-[0-9]*:../../graphics/icon-naming-utils
138 142
139# 143#
140# 3. Commonly used libraries 144# 3. Commonly used libraries
141# 145#
142DEPENDS+= SDL_mixer-[0-9]*:../../audio/SDL_mixer 146BUILD_DEPENDS+= SDL_mixer-[0-9]*:../../audio/SDL_mixer
143DEPENDS+= libmad-[0-9]*:../../audio/libmad 147BUILD_DEPENDS+= libmad-[0-9]*:../../audio/libmad
144DEPENDS+= libvorbis-[0-9]*:../../audio/libvorbis 148BUILD_DEPENDS+= libvorbis-[0-9]*:../../audio/libvorbis
145DEPENDS+= gdbm-[0-9]*:../../databases/gdbm 149BUILD_DEPENDS+= gdbm-[0-9]*:../../databases/gdbm
146DEPENDS+= p5-BDB-[0-9]*:../../databases/p5-BDB 150BUILD_DEPENDS+= p5-BDB-[0-9]*:../../databases/p5-BDB
147DEPENDS+= p5-BerkeleyDB-[0-9]*:../../databases/p5-BerkeleyDB 151BUILD_DEPENDS+= p5-BerkeleyDB-[0-9]*:../../databases/p5-BerkeleyDB
148DEPENDS+= p5-DBD-mysql-[0-9]*:../../databases/p5-DBD-mysql 152BUILD_DEPENDS+= p5-DBD-mysql-[0-9]*:../../databases/p5-DBD-mysql
149DEPENDS+= p5-DBD-postgresql-[0-9]*:../../databases/p5-DBD-postgresql 153BUILD_DEPENDS+= p5-DBD-postgresql-[0-9]*:../../databases/p5-DBD-postgresql
150DEPENDS+= p5-DBI-[0-9]*:../../databases/p5-DBI 154BUILD_DEPENDS+= p5-DBI-[0-9]*:../../databases/p5-DBI
151DEPENDS+= ${PYPKGPREFIX}-bsddb3-[0-9]*:../../databases/py-bsddb3 155BUILD_DEPENDS+= ${PYPKGPREFIX}-bsddb3-[0-9]*:../../databases/py-bsddb3
152DEPENDS+= ${PYPKGPREFIX}-gdbm-[0-9]*:../../databases/py-gdbm 156BUILD_DEPENDS+= ${PYPKGPREFIX}-gdbm-[0-9]*:../../databases/py-gdbm
153DEPENDS+= ${PYPKGPREFIX}-postgresql-[0-9]*:../../databases/py-postgresql 157BUILD_DEPENDS+= ${PYPKGPREFIX}-postgresql-[0-9]*:../../databases/py-postgresql
154DEPENDS+= ${PYPKGPREFIX}-psycopg2-[0-9]*:../../databases/py-psycopg2 158BUILD_DEPENDS+= ${PYPKGPREFIX}-psycopg2-[0-9]*:../../databases/py-psycopg2
155DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3 159BUILD_DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
156DEPENDS+= SDL-[0-9]*:../../devel/SDL 160BUILD_DEPENDS+= SDL-[0-9]*:../../devel/SDL
157DEPENDS+= atk-[0-9]*:../../devel/atk 161BUILD_DEPENDS+= atk-[0-9]*:../../devel/atk
158DEPENDS+= boehm-gc-[0-9]*:../../devel/boehm-gc 162BUILD_DEPENDS+= boehm-gc-[0-9]*:../../devel/boehm-gc
159DEPENDS+= glib2-[0-9]*:../../devel/glib2 163BUILD_DEPENDS+= glib2-[0-9]*:../../devel/glib2
160DEPENDS+= libelf-[0-9]*:../../devel/libelf 164BUILD_DEPENDS+= libelf-[0-9]*:../../devel/libelf
161DEPENDS+= libf2c-[0-9]*:../../devel/libf2c 165BUILD_DEPENDS+= libf2c-[0-9]*:../../devel/libf2c
162DEPENDS+= libglade-[0-9]*:../../devel/libglade 166BUILD_DEPENDS+= libglade-[0-9]*:../../devel/libglade
163DEPENDS+= libidn-[0-9]*:../../devel/libidn 167BUILD_DEPENDS+= libidn-[0-9]*:../../devel/libidn
164DEPENDS+= libltdl-[0-9]*:../../devel/libltdl 168BUILD_DEPENDS+= libltdl-[0-9]*:../../devel/libltdl
165DEPENDS+= libusb-[0-9]*:../../devel/libusb 169BUILD_DEPENDS+= libusb-[0-9]*:../../devel/libusb
166DEPENDS+= ncurses-[0-9]*:../../devel/ncurses 170BUILD_DEPENDS+= ncurses-[0-9]*:../../devel/ncurses
167DEPENDS+= ncursesw-[0-9]*:../../devel/ncursesw 171BUILD_DEPENDS+= ncursesw-[0-9]*:../../devel/ncursesw
168DEPENDS+= pango-[0-9]*:../../devel/pango 172BUILD_DEPENDS+= pango-[0-9]*:../../devel/pango
169DEPENDS+= pangox-compat-[0-9]*:../../devel/pangox-compat 173BUILD_DEPENDS+= pangox-compat-[0-9]*:../../devel/pangox-compat
170DEPENDS+= pcre-[0-9]*:../../devel/pcre 174BUILD_DEPENDS+= pcre-[0-9]*:../../devel/pcre
171DEPENDS+= popt-[0-9]*:../../devel/popt 175BUILD_DEPENDS+= popt-[0-9]*:../../devel/popt
172DEPENDS+= fuse-[0-9]*:../../filesystems/fuse 176BUILD_DEPENDS+= fuse-[0-9]*:../../filesystems/fuse
173DEPENDS+= perfuse-[0-9]*:../../filesystems/perfuse 177BUILD_DEPENDS+= perfuse-[0-9]*:../../filesystems/perfuse
174DEPENDS+= SDL_image-[0-9]*:../../graphics/SDL_image 178BUILD_DEPENDS+= SDL_image-[0-9]*:../../graphics/SDL_image
175DEPENDS+= cairo-[0-9]*:../../graphics/cairo 179BUILD_DEPENDS+= cairo-[0-9]*:../../graphics/cairo
176DEPENDS+= gdk-pixbuf2-[0-9]*:../../graphics/gdk-pixbuf2 180BUILD_DEPENDS+= gdk-pixbuf2-[0-9]*:../../graphics/gdk-pixbuf2
177DEPENDS+= glew-[0-9]*:../../graphics/glew 181BUILD_DEPENDS+= glew-[0-9]*:../../graphics/glew
178DEPENDS+= jasper-[0-9]*:../../graphics/jasper 182BUILD_DEPENDS+= jasper-[0-9]*:../../graphics/jasper
179DEPENDS+= lcms-[0-9]*:../../graphics/lcms 183BUILD_DEPENDS+= lcms-[0-9]*:../../graphics/lcms
180DEPENDS+= lcms2-[0-9]*:../../graphics/lcms2 184BUILD_DEPENDS+= lcms2-[0-9]*:../../graphics/lcms2
181DEPENDS+= librsvg-[0-9]*:../../graphics/librsvg 185BUILD_DEPENDS+= librsvg-[0-9]*:../../graphics/librsvg
182DEPENDS+= blas-[0-9]*:../../math/blas 186BUILD_DEPENDS+= blas-[0-9]*:../../math/blas
183DEPENDS+= lapack-[0-9]*:../../math/lapack 187BUILD_DEPENDS+= lapack-[0-9]*:../../math/lapack
184DEPENDS+= boost-[0-9]*:../../meta-pkgs/boost 188BUILD_DEPENDS+= boost-[0-9]*:../../meta-pkgs/boost
185DEPENDS+= ffmpeg-[0-9]*:../../multimedia/ffmpeg 189BUILD_DEPENDS+= ffmpeg-[0-9]*:../../multimedia/ffmpeg
186DEPENDS+= ffmpeg010-[0-9]*:../../multimedia/ffmpeg010 190BUILD_DEPENDS+= ffmpeg010-[0-9]*:../../multimedia/ffmpeg010
187DEPENDS+= libogg-[0-9]*:../../multimedia/libogg 191BUILD_DEPENDS+= libogg-[0-9]*:../../multimedia/libogg
188DEPENDS+= libpcap-[0-9]*:../../net/libpcap 192BUILD_DEPENDS+= libpcap-[0-9]*:../../net/libpcap
189DEPENDS+= libsoup24-[0-9]*:../../net/libsoup24 193BUILD_DEPENDS+= libsoup24-[0-9]*:../../net/libsoup24
190DEPENDS+= poppler-[0-9]*:../../print/poppler 194BUILD_DEPENDS+= poppler-[0-9]*:../../print/poppler
191DEPENDS+= poppler-includes-[0-9]*:../../print/poppler-includes 195BUILD_DEPENDS+= poppler-includes-[0-9]*:../../print/poppler-includes
192DEPENDS+= cyrus-sasl-[0-9]*:../../security/cyrus-sasl 196BUILD_DEPENDS+= cyrus-sasl-[0-9]*:../../security/cyrus-sasl
193DEPENDS+= openssl-[0-9]*:../../security/openssl 197BUILD_DEPENDS+= openssl-[0-9]*:../../security/openssl
194DEPENDS+= tcp_wrappers-[0-9]*:../../security/tcp_wrappers 198BUILD_DEPENDS+= tcp_wrappers-[0-9]*:../../security/tcp_wrappers
195DEPENDS+= gnome-vfs-[0-9]*:../../sysutils/gnome-vfs 199BUILD_DEPENDS+= gnome-vfs-[0-9]*:../../sysutils/gnome-vfs
196DEPENDS+= libnotify-[0-9]*:../../sysutils/libnotify 200BUILD_DEPENDS+= libnotify-[0-9]*:../../sysutils/libnotify
197DEPENDS+= gtk2+-[0-9]*:../../x11/gtk2 201BUILD_DEPENDS+= gtk2+-[0-9]*:../../x11/gtk2
198DEPENDS+= motif-[0-9]*:../../x11/motif 202BUILD_DEPENDS+= motif-[0-9]*:../../x11/motif
199DEPENDS+= tk-[0-9]*:../../x11/tk 203BUILD_DEPENDS+= tk-[0-9]*:../../x11/tk
200 204
201# 205#
202# 4. Linux compat packages 206# 4. Linux compat packages
203# 207#
204DEPENDS+= suse>=12.1:../../meta-pkgs/suse121 208BUILD_DEPENDS+= suse>=12.1:../../meta-pkgs/suse121
205 209
206# 210#
207# 5. Desktop infrastructure and support services 211# 5. Desktop infrastructure and support services
208# 212#
209DEPENDS+= eawpatches-[0-9]*:../../audio/eawpatches 213BUILD_DEPENDS+= eawpatches-[0-9]*:../../audio/eawpatches
210DEPENDS+= mpg123-pulse-[0-9]*:../../audio/mpg123-pulse 214BUILD_DEPENDS+= mpg123-pulse-[0-9]*:../../audio/mpg123-pulse
211DEPENDS+= pulseaudio-[0-9]*:../../audio/pulseaudio 215BUILD_DEPENDS+= pulseaudio-[0-9]*:../../audio/pulseaudio
212DEPENDS+= shared-mime-info-[0-9]*:../../databases/shared-mime-info 216BUILD_DEPENDS+= shared-mime-info-[0-9]*:../../databases/shared-mime-info
213DEPENDS+= hicolor-icon-theme-[0-9]*:../../graphics/hicolor-icon-theme 217BUILD_DEPENDS+= hicolor-icon-theme-[0-9]*:../../graphics/hicolor-icon-theme
214 218
215# 219#
216# 6. Other very small packages 220# 6. Other very small packages
217# 221#
218DEPENDS+= lua-stdlib-[0-9]*:../../devel/lua-stdlib 222BUILD_DEPENDS+= lua-stdlib-[0-9]*:../../devel/lua-stdlib
219DEPENDS+= lua-stdlib-doc-[0-9]*:../../devel/lua-stdlib-doc 223BUILD_DEPENDS+= lua-stdlib-doc-[0-9]*:../../devel/lua-stdlib-doc
220 224
221# 225#
222# Note that (unlike in bulk-small) we make no effort to list or track 226# Note that (unlike in bulk-small) we make no effort to list or track
223# depends of the above. As long as the total size of this package 227# depends of the above. As long as the total size of this package
224# remains roughly what we want, the exact list of depends doesn't 228# remains roughly what we want, the exact list of depends doesn't
225# matter too much. 229# matter too much.
226# 230#
227 231
228# We are supposed to be a superset of bulk-small. 232# We are supposed to be a superset of bulk-small.
229DEPENDS+= bulk-small-[0-9]*:../../meta-pkgs/bulk-small 233BUILD_DEPENDS+= bulk-small-[0-9]*:../../meta-pkgs/bulk-small
230 234
 235PYTHON_FOR_BUILD_ONLY= yes
231.include "../../lang/python/pyversion.mk" # for PYPKGPREFIX 236.include "../../lang/python/pyversion.mk" # for PYPKGPREFIX
232.include "../../mk/bsd.pkg.mk" 237.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/meta-pkgs/bulk-small/Makefile 2013/02/18 09:27:19 1.5
+++ pkgsrc/meta-pkgs/bulk-small/Makefile 2013/02/23 02:53:59 1.6
@@ -1,162 +1,166 @@ @@ -1,162 +1,166 @@
1# $NetBSD: Makefile,v 1.5 2013/02/18 09:27:19 jperkin Exp $ 1# $NetBSD: Makefile,v 1.6 2013/02/23 02:53:59 obache Exp $
2 2
3DISTNAME= bulk-small-20130217 3DISTNAME= bulk-small-20130223
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
 14NO_BIN_ON_CDROM= ${RESTRICTED}
 15NO_BIN_ON_FTP= ${RESTRICTED}
 16
13# 17#
14# Note: The purpose of this package is to produce a small set of the 18# Note: The purpose of this package is to produce a small set of the
15# most generally useful packages in a short time. On a fast build 19# most generally useful packages in a short time. On a fast build
16# machine this whole meta-package should build in less than an 20# machine this whole meta-package should build in less than an
17# hour. This gives it a fighting chance of being useful on slow 21# hour. This gives it a fighting chance of being useful on slow
18# platforms. 22# platforms.
19# 23#
20# Please don't arbitrarily add your favorite software in here, or 24# Please don't arbitrarily add your favorite software in here, or
21# on the other hand remove packages just because you don't consider 25# on the other hand remove packages just because you don't consider
22# them useful in your circumstances. 26# them useful in your circumstances.
23# 27#
24# Candidates for addition (or removal) should be discussed on 28# Candidates for addition (or removal) should be discussed on
25# tech-pkg. Undiscussed alterations will be reverted. 29# tech-pkg. Undiscussed alterations will be reverted.
26# 30#
27# If you aren't sure about why some particular package is or is not 31# If you aren't sure about why some particular package is or is not
28# included, please ask. 32# included, please ask.
29# 33#
30 34
31# 35#
32# XXX: A few of these packages are commonly built in. The simple 36# XXX: A few of these packages are commonly built in. The simple
33# DEPENDS logic here will cause more or less useless packages to be 37# BUILD_DEPENDS logic here will cause more or less useless packages to be
34# built anyway and then not used, which is a waste of build cycles. It 38# built anyway and then not used, which is a waste of build cycles. It
35# would be good to figure out a way to fix this so these packages only 39# would be good to figure out a way to fix this so these packages only
36# get built when they aren't builtin. 40# get built when they aren't builtin.
37# 41#
38# That applies to these packages: 42# That applies to these packages:
39# wget bzip2 xz 43# wget bzip2 xz
40# libiconv sqlite3 gettext-lib readline zlib expat 44# libiconv sqlite3 gettext-lib readline zlib expat
41# 45#
42 46
43# 47#
44# 1. Applications. These should be either very small or very widely used, 48# 1. Applications. These should be either very small or very widely used,
45# or preferably both; all others should go in bulk-medium. 49# or preferably both; all others should go in bulk-medium.
46# 50#
47DEPENDS+= ircII-[0-9]*:../../chat/ircII 51BUILD_DEPENDS+= ircII-[0-9]*:../../chat/ircII
48DEPENDS+= irssi-[0-9]*:../../chat/irssi 52BUILD_DEPENDS+= irssi-[0-9]*:../../chat/irssi
49DEPENDS+= irssi-icb-[0-9]*:../../chat/irssi-icb 53BUILD_DEPENDS+= irssi-icb-[0-9]*:../../chat/irssi-icb
50DEPENDS+= weechat-[0-9]*:../../chat/weechat 54BUILD_DEPENDS+= weechat-[0-9]*:../../chat/weechat
51DEPENDS+= base64-[0-9]*:../../converters/base64 55BUILD_DEPENDS+= base64-[0-9]*:../../converters/base64
52DEPENDS+= mpack-[0-9]*:../../converters/mpack 56BUILD_DEPENDS+= mpack-[0-9]*:../../converters/mpack
53DEPENDS+= emacs24>=24<25:../../editors/emacs24 57BUILD_DEPENDS+= emacs24>=24<25:../../editors/emacs24
54DEPENDS+= nano-[0-9]*:../../editors/nano 58BUILD_DEPENDS+= nano-[0-9]*:../../editors/nano
55DEPENDS+= vim-[0-9]*:../../editors/vim 59BUILD_DEPENDS+= vim-[0-9]*:../../editors/vim
56DEPENDS+= vim-share-[0-9]*:../../editors/vim-share 60BUILD_DEPENDS+= vim-share-[0-9]*:../../editors/vim-share
57DEPENDS+= mutt>=1.5:../../mail/mutt-devel 61BUILD_DEPENDS+= mutt>=1.5:../../mail/mutt-devel
58DEPENDS+= procmail-[0-9]*:../../mail/procmail 62BUILD_DEPENDS+= procmail-[0-9]*:../../mail/procmail
59DEPENDS+= screen-[0-9]*:../../misc/screen 63BUILD_DEPENDS+= screen-[0-9]*:../../misc/screen
60DEPENDS+= rsync-[0-9]*:../../net/rsync 64BUILD_DEPENDS+= rsync-[0-9]*:../../net/rsync
61DEPENDS+= wget-[0-9]*:../../net/wget 65BUILD_DEPENDS+= wget-[0-9]*:../../net/wget
62DEPENDS+= pkg_chk-[0-9]*:../../pkgtools/pkg_chk 66BUILD_DEPENDS+= pkg_chk-[0-9]*:../../pkgtools/pkg_chk
63DEPENDS+= pkg_rolling-replace-[0-9]*:../../pkgtools/pkg_rolling-replace 67BUILD_DEPENDS+= pkg_rolling-replace-[0-9]*:../../pkgtools/pkg_rolling-replace
64DEPENDS+= pkgin-[0-9]*:../../pkgtools/pkgin 68BUILD_DEPENDS+= pkgin-[0-9]*:../../pkgtools/pkgin
65DEPENDS+= enscript-[0-9]*:../../print/enscript 69BUILD_DEPENDS+= enscript-[0-9]*:../../print/enscript
66DEPENDS+= ghostscript-[0-9]*:../../print/ghostscript 70BUILD_DEPENDS+= ghostscript-[0-9]*:../../print/ghostscript
67DEPENDS+= papersize-[0-9]*:../../print/papersize 71BUILD_DEPENDS+= papersize-[0-9]*:../../print/papersize
68DEPENDS+= psutils-[0-9]*:../../print/psutils 72BUILD_DEPENDS+= psutils-[0-9]*:../../print/psutils
69DEPENDS+= sudo-[0-9]*:../../security/sudo 73BUILD_DEPENDS+= sudo-[0-9]*:../../security/sudo
70DEPENDS+= stunnel-[0-9]*:../../security/stunnel 74BUILD_DEPENDS+= stunnel-[0-9]*:../../security/stunnel
71DEPENDS+= bash-[0-9]*:../../shells/bash 75BUILD_DEPENDS+= bash-[0-9]*:../../shells/bash
72DEPENDS+= tcsh-[0-9]*:../../shells/tcsh 76BUILD_DEPENDS+= tcsh-[0-9]*:../../shells/tcsh
73DEPENDS+= zsh-[0-9]*:../../shells/zsh 77BUILD_DEPENDS+= zsh-[0-9]*:../../shells/zsh
74DEPENDS+= icewm-[0-9]*:../../wm/icewm 78BUILD_DEPENDS+= icewm-[0-9]*:../../wm/icewm
75DEPENDS+= fluxbox-[0-9]*:../../wm/fluxbox 79BUILD_DEPENDS+= fluxbox-[0-9]*:../../wm/fluxbox
76DEPENDS+= fvwm-[0-9]*:../../wm/fvwm 80BUILD_DEPENDS+= fvwm-[0-9]*:../../wm/fvwm
77DEPENDS+= apache>=2.2:../../www/apache22 81BUILD_DEPENDS+= apache>=2.2:../../www/apache22
78DEPENDS+= bozohttpd-[0-9]*:../../www/bozohttpd 82BUILD_DEPENDS+= bozohttpd-[0-9]*:../../www/bozohttpd
79DEPENDS+= curl-[0-9]*:../../www/curl 83BUILD_DEPENDS+= curl-[0-9]*:../../www/curl
80DEPENDS+= xlockmore-lite-[0-9]*:../../x11/xlockmore-lite 84BUILD_DEPENDS+= xlockmore-lite-[0-9]*:../../x11/xlockmore-lite
81 85
82# 86#
83# 2. Base packages for the very popular languages that enormous 87# 2. Base packages for the very popular languages that enormous
84# numbers of other packages depend on. 88# numbers of other packages depend on.
85# 89#
86DEPENDS+= perl>=5:../../lang/perl5 90BUILD_DEPENDS+= perl>=5:../../lang/perl5
87DEPENDS+= python27-[0-9]*:../../lang/python27 91BUILD_DEPENDS+= python27-[0-9]*:../../lang/python27
88 92
89# 93#
90# 3. Archivers and build tools. 94# 3. Archivers and build tools.
91# 95#
92DEPENDS+= bsdtar-[0-9]*:../../archivers/bsdtar 96BUILD_DEPENDS+= bsdtar-[0-9]*:../../archivers/bsdtar
93DEPENDS+= bzip2-[0-9]*:../../archivers/bzip2 97BUILD_DEPENDS+= bzip2-[0-9]*:../../archivers/bzip2
94DEPENDS+= gtar-base-[0-9]*:../../archivers/gtar-base 98BUILD_DEPENDS+= gtar-base-[0-9]*:../../archivers/gtar-base
95DEPENDS+= unzip-[0-9]*:../../archivers/unzip 99BUILD_DEPENDS+= unzip-[0-9]*:../../archivers/unzip
96DEPENDS+= xz-[0-9]*:../../archivers/xz 100BUILD_DEPENDS+= xz-[0-9]*:../../archivers/xz
97DEPENDS+= zip-[0-9]*:../../archivers/zip 101BUILD_DEPENDS+= zip-[0-9]*:../../archivers/zip
98DEPENDS+= autoconf-[0-9]*:../../devel/autoconf 102BUILD_DEPENDS+= autoconf-[0-9]*:../../devel/autoconf
99DEPENDS+= automake-[0-9]*:../../devel/automake 103BUILD_DEPENDS+= automake-[0-9]*:../../devel/automake
100DEPENDS+= bison-[0-9]*:../../devel/bison 104BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison
101DEPENDS+= flex-[0-9]*:../../devel/flex 105BUILD_DEPENDS+= flex-[0-9]*:../../devel/flex
102DEPENDS+= gmake-[0-9]*:../../devel/gmake 106BUILD_DEPENDS+= gmake-[0-9]*:../../devel/gmake
103DEPENDS+= libtool-base-[0-9]*:../../devel/libtool-base 107BUILD_DEPENDS+= libtool-base-[0-9]*:../../devel/libtool-base
104DEPENDS+= m4-[0-9]*:../../devel/m4 108BUILD_DEPENDS+= m4-[0-9]*:../../devel/m4
105DEPENDS+= pkg-config-[0-9]*:../../devel/pkg-config 109BUILD_DEPENDS+= pkg-config-[0-9]*:../../devel/pkg-config
106#DEPENDS+= osabi-[0-9]*:../../pkgtools/osabi 110#BUILD_DEPENDS+= osabi-[0-9]*:../../pkgtools/osabi
107DEPENDS+= pkg_tarup-[0-9]*:../../pkgtools/pkg_tarup 111BUILD_DEPENDS+= pkg_tarup-[0-9]*:../../pkgtools/pkg_tarup
108DEPENDS+= x11-links-[0-9]*:../../pkgtools/x11-links 112BUILD_DEPENDS+= x11-links-[0-9]*:../../pkgtools/x11-links
109 113
110# 114#
111# 4. Core widely-used libraries. 115# 4. Core widely-used libraries.
112# 116#
113DEPENDS+= libiconv-[0-9]*:../../converters/libiconv 117BUILD_DEPENDS+= libiconv-[0-9]*:../../converters/libiconv
114DEPENDS+= db4-[0-9]*:../../databases/db4 118BUILD_DEPENDS+= db4-[0-9]*:../../databases/db4
115DEPENDS+= gdbm-[0-9]*:../../databases/gdbm 119BUILD_DEPENDS+= gdbm-[0-9]*:../../databases/gdbm
116DEPENDS+= sqlite3-[0-9]*:../../databases/sqlite3 120BUILD_DEPENDS+= sqlite3-[0-9]*:../../databases/sqlite3
117DEPENDS+= gettext-lib-[0-9]*:../../devel/gettext-lib 121BUILD_DEPENDS+= gettext-lib-[0-9]*:../../devel/gettext-lib
118DEPENDS+= readline-[0-9]*:../../devel/readline 122BUILD_DEPENDS+= readline-[0-9]*:../../devel/readline
119DEPENDS+= zlib-[0-9]*:../../devel/zlib 123BUILD_DEPENDS+= zlib-[0-9]*:../../devel/zlib
120DEPENDS+= gd-[0-9]*:../../graphics/gd 124BUILD_DEPENDS+= gd-[0-9]*:../../graphics/gd
121DEPENDS+= giflib-[0-9]*:../../graphics/giflib 125BUILD_DEPENDS+= giflib-[0-9]*:../../graphics/giflib
122DEPENDS+= jpeg-[0-9]*:../../graphics/jpeg 126BUILD_DEPENDS+= jpeg-[0-9]*:../../graphics/jpeg
123DEPENDS+= png-[0-9]*:../../graphics/png 127BUILD_DEPENDS+= png-[0-9]*:../../graphics/png
124DEPENDS+= tiff-[0-9]*:../../graphics/tiff 128BUILD_DEPENDS+= tiff-[0-9]*:../../graphics/tiff
125DEPENDS+= gnutls-[0-9]*:../../security/gnutls 129BUILD_DEPENDS+= gnutls-[0-9]*:../../security/gnutls
126DEPENDS+= expat-[0-9]*:../../textproc/expat 130BUILD_DEPENDS+= expat-[0-9]*:../../textproc/expat
127DEPENDS+= libxml2-[0-9]*:../../textproc/libxml2 131BUILD_DEPENDS+= libxml2-[0-9]*:../../textproc/libxml2
128DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt 132BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
129DEPENDS+= xmlcatmgr-[0-9]*:../../textproc/xmlcatmgr 133BUILD_DEPENDS+= xmlcatmgr-[0-9]*:../../textproc/xmlcatmgr
130 134
131# 135#
132# 5. Depends. 136# 5. Depends.
133# 137#
134# These additional packages are required by the ones above and are 138# These additional packages are required by the ones above and are
135# listed here for completeness. They might not by themselves really 139# listed here for completeness. They might not by themselves really
136# be important enough to include in this package rather than one of 140# be important enough to include in this package rather than one of
137# the larger bulk metapackages. 141# the larger bulk metapackages.
138# 142#
139# Note that X11 depends aren't included here. This package was laid 143# Note that X11 depends aren't included here. This package was laid
140# out for native X11; it will of course work for pkgsrc X11 also but 144# out for native X11; it will of course work for pkgsrc X11 also but
141# take somewhat longer. 145# take somewhat longer.
142# 146#
143DEPENDS+= lzo-[0-9]*:../../archivers/lzo # required by gnutls 147BUILD_DEPENDS+= lzo-[0-9]*:../../archivers/lzo # required by gnutls
144DEPENDS+= apr-[0-9]*:../../devel/apr # required by apache22 148BUILD_DEPENDS+= apr-[0-9]*:../../devel/apr # required by apache22
145DEPENDS+= apr-util-[0-9]*:../../devel/apr-util # required by apache22 149BUILD_DEPENDS+= apr-util-[0-9]*:../../devel/apr-util # required by apache22
146DEPENDS+= gmp-[0-9]*:../../devel/gmp # required by nettle 150BUILD_DEPENDS+= gmp-[0-9]*:../../devel/gmp # required by nettle
147DEPENDS+= libcfg+-[0-9]*:../../devel/libcfg+ # required by gnutls 151BUILD_DEPENDS+= libcfg+-[0-9]*:../../devel/libcfg+ # required by gnutls
148DEPENDS+= libffi-[0-9]*:../../devel/libffi # required by python 152BUILD_DEPENDS+= libffi-[0-9]*:../../devel/libffi # required by python
149DEPENDS+= libidn-[0-9]*:../../devel/libidn # required by curl 153BUILD_DEPENDS+= libidn-[0-9]*:../../devel/libidn # required by curl
150DEPENDS+= ghostscript-fonts-[0-9]*:../../fonts/ghostscript-fonts 154BUILD_DEPENDS+= ghostscript-fonts-[0-9]*:../../fonts/ghostscript-fonts
151 # req'd by ghostscript 155 # req'd by ghostscript
152DEPENDS+= f2c-[0-9]*:../../lang/f2c # req'd by libtool-base 156BUILD_DEPENDS+= f2c-[0-9]*:../../lang/f2c # req'd by libtool-base
153DEPENDS+= libpaper-[0-9]*:../../print/libpaper # req'd by ghostscript 157BUILD_DEPENDS+= libpaper-[0-9]*:../../print/libpaper # req'd by ghostscript
154DEPENDS+= libgcrypt-[0-9]*:../../security/libgcrypt # required by libxslt 158BUILD_DEPENDS+= libgcrypt-[0-9]*:../../security/libgcrypt # required by libxslt
155DEPENDS+= libgpg-error-[0-9]*:../../security/libgpg-error 159BUILD_DEPENDS+= libgpg-error-[0-9]*:../../security/libgpg-error
156 # required by libgcrypt 160 # required by libgcrypt
157DEPENDS+= libtasn1-[0-9]*:../../security/libtasn1 # required by gnutls 161BUILD_DEPENDS+= libtasn1-[0-9]*:../../security/libtasn1 # required by gnutls
158DEPENDS+= nettle-[0-9]*:../../security/nettle # required by gnutls 162BUILD_DEPENDS+= nettle-[0-9]*:../../security/nettle # required by gnutls
159DEPENDS+= xpmroot-[0-9]*:../../x11/xpmroot # required by fvwm 163BUILD_DEPENDS+= xpmroot-[0-9]*:../../x11/xpmroot # required by fvwm
160 164
161 165
162.include "../../mk/bsd.pkg.mk" 166.include "../../mk/bsd.pkg.mk"