add specifier to RUN_DEPENDS and BUILD_DEPENDS

This commit is contained in:
wilfried 2002-06-10 03:14:34 +00:00
parent debce1df89
commit 2316247d71
24 changed files with 72 additions and 70 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2001/11/13 22:13:24 espie Exp $
# $OpenBSD: Makefile,v 1.10 2002/06/10 03:14:34 wilfried Exp $
COMMENT= "html editor designed for the experienced web designer"
@ -18,9 +18,9 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}
RUN_DEPENDS= ::www/weblint \
::graphics/ImageMagick \
::x11/tk/8.3
RUN_DEPENDS= :weblint-*:www/weblint \
:ImageMagick-*:graphics/ImageMagick \
:tk-8.3.*:x11/tk/8.3
NO_BUILD= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2002/03/21 14:21:30 brad Exp $
# $OpenBSD: Makefile,v 1.9 2002/06/10 03:14:35 wilfried Exp $
BROKEN= "HANDLER THREAD PROBLEM: java.net.SocketException: Resource temporarily unavailable"
@ -22,7 +22,7 @@ HOMEPAGE= http://jakarta.apache.org/
MAINTAINER= Reinhard J. Sammer <reinhard@openbsd.org>
RUN_DEPENDS= ::www/jakarta-tomcat/v3
RUN_DEPENDS= :jakarta-tomcat-3.*:www/jakarta-tomcat/v3
# Apache Software License
PERMIT_PACKAGE_CDROM= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2002/06/07 21:37:12 wilfried Exp $
# $OpenBSD: Makefile,v 1.9 2002/06/10 03:14:35 wilfried Exp $
COMMENT= "highly customizable e-mail to HTML converter"
@ -20,7 +20,7 @@ MASTER_SITES= http://www.mhonarc.org/tar/ \
http://www.oac.uci.edu/indiv/ehood/tar/ \
ftp://ftp.plig.org/pub/CPAN/authors/id/EHOOD/
BUILD_DEPENDS= ::security/p5-Digest-MD5
BUILD_DEPENDS= :p5-Digest-MD5-*:security/p5-Digest-MD5
RUN_DEPENDS= ${BUILD_DEPENDS}
post-extract:

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.15 2002/05/15 17:58:50 espie Exp $
# $OpenBSD: Makefile.inc,v 1.16 2002/06/10 03:14:35 wilfried Exp $
#
# Relevant URLs: http://www.bsdi.com/netscape/
# http://www.fortify.net/
@ -9,7 +9,7 @@
.if ${EMUL_TYPE} == "linux"
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
BUILD_DEPENDS= ::emulators/redhat/base
BUILD_DEPENDS= :redhat_base-*:emulators/redhat/base
RUN_DEPENDS= ${BUILD_DEPENDS}
SUPPORTED= supported
ONLY_FOR_ARCHS= i386

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2002/05/15 17:58:50 espie Exp $
# $OpenBSD: Makefile,v 1.3 2002/06/10 03:14:35 wilfried Exp $
COMMENT= "Apache ASP support"
@ -9,8 +9,8 @@ CATEGORIES= www perl5
NEED_VERSION= 1.496
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/}
BUILD_DEPENDS= ::security/p5-Digest-MD5 \
::devel/p5-MLDBM-Sync
BUILD_DEPENDS= :p5-Digest-MD5-*:security/p5-Digest-MD5 \
:p5-MLDBM-Sync->=0.25:devel/p5-MLDBM-Sync
RUN_DEPENDS= $(BUILD_DEPENDS) \
::www/mod_perl

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2002/05/15 17:58:50 espie Exp $
# $OpenBSD: Makefile,v 1.10 2002/06/10 03:14:35 wilfried Exp $
COMMENT= "DBI persistent connection, authentication and authorization"
@ -9,8 +9,8 @@ CATEGORIES= www databases perl5
NEED_VERSION= 1.496
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/}
RUN_DEPENDS= ::www/mod_perl \
::databases/p5-DBI
RUN_DEPENDS= :mod_perl-*:www/mod_perl \
:p5-DBI-*:databases/p5-DBI
MAINTAINER= Peter Galbavy <peter.galbavy@knowtion.net>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2002/06/07 21:37:12 wilfried Exp $
# $OpenBSD: Makefile,v 1.8 2002/06/10 03:14:35 wilfried Exp $
COMMENT= "Blatte functions to generate (X)HTML"
@ -17,8 +17,8 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= ::textproc/p5-Blatte \
::www/p5-HTML-Parser
BUILD_DEPENDS= :p5-Blatte-*:textproc/p5-Blatte \
:p5-HTML-Parser-*:www/p5-HTML-Parser
RUN_DEPENDS= ${BUILD_DEPENDS}
CONFIGURE_STYLE=perl

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2002/05/15 17:58:50 espie Exp $
# $OpenBSD: Makefile,v 1.10 2002/06/10 03:14:35 wilfried Exp $
COMMENT= "object oriented interface for CGI script applications"
@ -17,7 +17,7 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/}
BUILD_DEPENDS= ::textproc/p5-XML-LibXSLT
BUILD_DEPENDS= :p5-XML-LibXSLT->=1.08:textproc/p5-XML-LibXSLT
RUN_DEPENDS= ${BUILD_DEPENDS}
CONFIGURE_STYLE= perl

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2002/06/07 21:37:12 wilfried Exp $
# $OpenBSD: Makefile,v 1.8 2002/06/10 03:14:35 wilfried Exp $
COMMENT= "modules for use in writing cgi scripts"
@ -19,7 +19,8 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/}
BUILD_DEPENDS= ::www/p5-libwww
BUILD_DEPENDS= :p5-libwww-*:www/p5-libwww
RUN_DEPENDS= ${BUILD_DEPENDS}
CONFIGURE_STYLE= perl

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2002/05/15 17:58:50 espie Exp $
# $OpenBSD: Makefile,v 1.11 2002/06/10 03:14:35 wilfried Exp $
COMMENT= "embperl allows you to embed perl in your HTML documents"
@ -16,8 +16,8 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= ::www/mod_perl
RUN_DEPENDS= ::www/mod_perl
BUILD_DEPENDS= :mod_perl->=1.22:www/mod_perl
RUN_DEPENDS= ${BUILD_DEPENDS}
CONFIGURE_STYLE= perl
CONFIGURE_ENV= EPHTTPD="/usr/sbin/httpd" APACHE_SRC="/usr/lib/apache"

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2002/05/15 17:58:50 espie Exp $
# $OpenBSD: Makefile,v 1.4 2002/06/10 03:14:35 wilfried Exp $
COMMENT= "HTML text formating class"
@ -16,7 +16,7 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
BUILD_DEPENDS= ::www/p5-HTML-Tree
BUILD_DEPENDS= :p5-HTML-Tree-*:www/p5-HTML-Tree
RUN_DEPENDS= ${BUILD_DEPENDS}
CONFIGURE_STYLE= perl

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2002/06/07 21:37:12 wilfried Exp $
# $OpenBSD: Makefile,v 1.10 2002/06/10 03:14:35 wilfried Exp $
COMMENT= "high-performance dynamic web authoring system"
@ -16,10 +16,10 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= ::devel/p5-Time-HiRes \
::devel/p5-MLDBM \
::devel/p5-Params-Validate \
::www/mod_perl
BUILD_DEPENDS= :p5-Time-HiRes->=1.19:devel/p5-Time-HiRes \
:p5-MLDBM->=2:devel/p5-MLDBM \
:p5-Params-Validate->=0.04:devel/p5-Params-Validate \
:mod_perl-*:www/mod_perl
RUN_DEPENDS= ${BUILD_DEPENDS}
CONFIGURE_STYLE= perl

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2002/05/16 04:03:31 avsm Exp $
# $OpenBSD: Makefile,v 1.17 2002/06/10 03:14:35 wilfried Exp $
COMMENT= "modules to parse and extract information from HTML"
@ -8,7 +8,7 @@ CATEGORIES= www perl5
NEED_VERSION= 1.526
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
BUILD_DEPENDS= ::www/p5-HTML-Tagset
BUILD_DEPENDS= :p5-HTML-Tagset->=3:www/p5-HTML-Tagset
RUN_DEPENDS= ${BUILD_DEPENDS}
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2002/06/07 21:37:12 wilfried Exp $
# $OpenBSD: Makefile,v 1.8 2002/06/10 03:14:35 wilfried Exp $
COMMENT= "module to extract text contained within HTML tables"
@ -9,7 +9,7 @@ NEED_VERSION= 1.515
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
BUILD_DEPENDS= ::www/p5-HTML-Parser
BUILD_DEPENDS= :p5-HTML-Parser-*:www/p5-HTML-Parser
RUN_DEPENDS= ${BUILD_DEPENDS}
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2002/06/07 21:37:12 wilfried Exp $
# $OpenBSD: Makefile,v 1.9 2002/06/10 03:14:35 wilfried Exp $
COMMENT= "perl parser that builds an HTML tree"
@ -8,8 +8,8 @@ CATEGORIES= www perl5
NEED_VERSION= 1.515
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
BUILD_DEPENDS= ::www/p5-HTML-Parser \
::www/p5-HTML-Tagset
BUILD_DEPENDS= :p5-HTML-Parser->=2.19:www/p5-HTML-Parser \
:p5-HTML-Tagset->=3.02:www/p5-HTML-Tagset
RUN_DEPENDS= ${BUILD_DEPENDS}
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2002/05/16 04:10:48 avsm Exp $
# $OpenBSD: Makefile,v 1.11 2002/06/10 03:14:35 wilfried Exp $
COMMENT= "library to parse Uniform Resource Identifiers"
@ -8,7 +8,7 @@ CATEGORIES= www perl5
NEED_VERSION= 1.526
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=URI/}
BUILD_DEPENDS= ::converters/p5-MIME-Base64
BUILD_DEPENDS= :p5-MIME-Base64->=2:converters/p5-MIME-Base64
RUN_DEPENDS= ${BUILD_DEPENDS}
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2002/05/16 04:43:42 avsm Exp $
# $OpenBSD: Makefile,v 1.14 2002/06/10 03:14:35 wilfried Exp $
COMMENT= "library for WWW access in Perl"
@ -8,12 +8,12 @@ CATEGORIES= www perl5
NEED_VERSION= 1.526
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=LWP/}
BUILD_DEPENDS= ::www/p5-URI \
::www/p5-HTML-Parser \
::net/p5-libnet \
::security/p5-Digest-MD5 \
::security/p5-Crypt-SSLeay \
::www/p5-HTTP-GHTTP
BUILD_DEPENDS= :p5-URI->1.10:www/p5-URI \
:p5-HTML-Parser->=2.20:www/p5-HTML-Parser \
:p5-libnet-*:net/p5-libnet \
:p5-Digest-MD5-*:security/p5-Digest-MD5 \
:p5-Crypt-SSLeay-*:security/p5-Crypt-SSLeay \
:p5-HTTP-GHTTP-*:www/p5-HTTP-GHTTP
RUN_DEPENDS= ${BUILD_DEPENDS}
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2002/06/07 21:37:12 wilfried Exp $
# $OpenBSD: Makefile,v 1.7 2002/06/10 03:14:35 wilfried Exp $
COMMENT= "utility to mirror web pages"
@ -17,9 +17,9 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}
BUILD_DEPENDS= ::www/p5-URI \
::www/p5-libwww \
::converters/p5-MIME-Base64
BUILD_DEPENDS= :p5-URI-*:www/p5-URI \
:p5-libwww-*:www/p5-libwww \
:p5-MIME-Base64-*:converters/p5-MIME-Base64
RUN_DEPENDS= ${BUILD_DEPENDS}
CONFIGURE_STYLE= perl

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2002/03/21 21:25:55 espie Exp $
# $OpenBSD: Makefile,v 1.4 2002/06/10 03:18:35 wilfried Exp $
COMMENT= "weather display plugin for gkrellm"
@ -21,8 +21,9 @@ USE_X11= Yes
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
WRKDIST= ${WRKDIR}/gkrellweather-0.2.7
BUILD_DEPENDS= ::sysutils/gkrellm
RUN_DEPENDS= ::sysutils/gkrellm ::net/wget
BUILD_DEPENDS= :gkrellm-*:sysutils/gkrellm
RUN_DEPENDS= ${BUILD_DEPENDS} \
:wget-*:net/wget
ALL_TARGET=
do-install:

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.1.1.1 2002/05/28 11:51:02 espie Exp $
# $OpenBSD: Makefile,v 1.2 2002/06/10 03:18:35 wilfried Exp $
COMMENT='subtitle font for mplayer'
CATEGORIES=x11
BUILD_DEPENDS=::x11/mplayer-fontmaker
RUN_DEPENDS=::x11/mplayer
BUILD_DEPENDS=:mplayer-fontmaker-*:x11/mplayer-fontmaker
RUN_DEPENDS=:mplayer-*:x11/mplayer
FLAVORS=luxi-sans luxi-sans-bold luxi-sans-italic
FLAVOR?=luxi-sans

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.18 2002/06/08 00:48:26 espie Exp $
# $OpenBSD: Makefile,v 1.19 2002/06/10 03:18:35 wilfried Exp $
# May not be hard to add more.
ONLY_FOR_ARCHS= i386 macppc sparc64
@ -27,7 +27,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${SKIN}${EXTRACT_SUFX}:0
.include <bsd.own.mk>
.if ${ELF_TOOLCHAIN} == "no"
BUILD_DEPENDS= ::devel/binutils/stable
BUILD_DEPENDS= :binutils->=2.11.2:devel/binutils/stable
.endif
LIB_DEPENDS= png::graphics/png \
jpeg::graphics/jpeg \
@ -111,7 +111,7 @@ pre-fetch:
@echo " kernel does not have this option enabled by default."
@echo
.endif
RUN_DEPENDS+= win32/divx.dll::graphics/win32-codecs
RUN_DEPENDS+= win32/divx.dll:win32-codecs-*:graphics/win32-codecs
BUILD_DEPENDS+= ${RUN_DEPENDS}
CONFIGURE_ARGS+=--with-win32libdir=${LOCALBASE}/lib/win32
.endif

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2002/06/07 21:37:12 wilfried Exp $
# $OpenBSD: Makefile,v 1.10 2002/06/10 03:18:35 wilfried Exp $
COMMENT= "set of modules to use Gtk+ libraries from Perl"
@ -26,8 +26,8 @@ USE_X11= Yes
LIB_DEPENDS= gtk.1.2,glib.1.2::x11/gtk+ \
gdk_pixbuf.2::graphics/gdk-pixbuf \
gdk_imlib.19::graphics/imlib
BUILD_DEPENDS= ::textproc/p5-XML-Parser \
::textproc/p5-XML-Writer
BUILD_DEPENDS= :p5-XML-Parser-*:textproc/p5-XML-Parser \
:p5-XML-Writer-*:textproc/p5-XML-Writer
RUN_DEPENDS= ${BUILD_DEPENDS}
CONFIGURE_STYLE= perl

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.14 2002/06/09 01:36:54 wilfried Exp $
# $OpenBSD: Makefile,v 1.15 2002/06/10 03:18:35 wilfried Exp $
COMMENT= "Tk 8.0 bindings for Perl"
COMMENT-demo= "demonstrate the features of ptk"
@ -14,7 +14,7 @@ MAINTAINER= Shell Hung <shell@openbsd.org>
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tk/}
BUILD_DEPENDS= ::www/p5-HTML-Parser
BUILD_DEPENDS= :p5-HTML-Parser-*:www/p5-HTML-Parser
RUN_DEPENDS= ${BUILD_DEPENDS}
PERMIT_PACKAGE_CDROM= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2002/05/15 18:05:19 espie Exp $
# $OpenBSD: Makefile,v 1.9 2002/06/10 03:18:35 wilfried Exp $
COMMENT= "extensible window manager"
@ -10,8 +10,8 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sawmill/}
HOMEPAGE= http://sawmill.sourceforge.net/
BUILD_DEPENDS= ::x11/rep-gtk
RUN_DEPENDS= ::x11/rep-gtk
BUILD_DEPENDS= :rep-gtk-*:x11/rep-gtk
RUN_DEPENDS= ${BUILD_DEPENDS}
LIB_DEPENDS= gtk.1.2::x11/gtk+ \
glib.1.2::devel/glib \
rep.10::lang/librep \