Skip to content

Commit

Permalink
give spec for RUN_DEPENDS
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Stromberg committed Nov 14, 2001
1 parent adf25c6 commit 1a1f4d1
Show file tree
Hide file tree
Showing 18 changed files with 43 additions and 43 deletions.
4 changes: 2 additions & 2 deletions astro/wmspaceweather/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2001/10/25 22:34:49 wilfried Exp $
# $OpenBSD: Makefile,v 1.10 2001/11/14 13:58:34 wilfried Exp $

COMMENT= 'wm-dockapp; space weather monitor'

Expand All @@ -19,7 +19,7 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://nis-www.lanl.gov/~mgh/WindowMaker/ \
ftp://ftp.sra.co.jp/pub/os/FreeBSD/distfiles/

RUN_DEPENDS= ::net/wget
RUN_DEPENDS= :wget-*:net/wget

USE_X11= Yes
NO_REGRESS= Yes
Expand Down
4 changes: 2 additions & 2 deletions audio/wmmp3/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2001/10/25 22:34:49 wilfried Exp $
# $OpenBSD: Makefile,v 1.7 2001/11/14 13:58:34 wilfried Exp $

COMMENT= 'wm-dockapp; front end for mpg123'

Expand All @@ -18,7 +18,7 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE} \
ftp://ftp.sra.co.jp/pub/os/FreeBSD/distfiles/

RUN_DEPENDS= ::audio/mpg123
RUN_DEPENDS= :mpg123-*:audio/mpg123

SEPARATE_BUILD= concurrent
USE_X11= Yes
Expand Down
4 changes: 2 additions & 2 deletions audio/wsoundprefs/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2001/10/25 22:34:49 wilfried Exp $
# $OpenBSD: Makefile,v 1.14 2001/11/14 13:58:34 wilfried Exp $

COMMENT= 'preferences program for wsoundserver'

Expand All @@ -20,7 +20,7 @@ MASTER_SITES= ftp://shadowmere.student.utwente.nl/pub/WindowMaker/ \
ftp://ftp.sra.co.jp/pub/os/FreeBSD/distfiles/

MODULES= gettext
RUN_DEPENDS= ::audio/wsoundserver
RUN_DEPENDS= :wsoundserver-*:audio/wsoundserver
LIB_DEPENDS= PropList.2::devel/libproplist \
wsound::audio/wsoundserver \
audiofile::devel/libaudiofile \
Expand Down
4 changes: 2 additions & 2 deletions audio/wsoundserver/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2001/10/31 11:59:50 wilfried Exp $
# $OpenBSD: Makefile,v 1.16 2001/11/14 13:58:34 wilfried Exp $

COMMENT= 'sound server for Window Maker'

Expand All @@ -23,7 +23,7 @@ PATCH_LIST= ${PORTSDIR}/infrastructure/patches/patch-lt1.3.0-ltconfig \
${PORTSDIR}/infrastructure/patches/patch-lt1.3.0-ltmain_sh \
patch-*

RUN_DEPENDS= ::x11/windowmaker
RUN_DEPENDS= :windowmaker-*:x11/windowmaker
LIB_DEPENDS= wraster.4::x11/windowmaker \
PropList.2::devel/libproplist \
audiofile::devel/libaudiofile \
Expand Down
4 changes: 2 additions & 2 deletions databases/mysqlgui/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2001/11/10 12:29:40 espie Exp $
# $OpenBSD: Makefile,v 1.10 2001/11/14 13:58:34 wilfried Exp $

COMMENT= "graphical sql client for MySQL"

Expand All @@ -24,7 +24,7 @@ DIST_SUBDIR= mysqlgui
PATCHFILES= single.cc:0

MODULES= gettext
BUILD_DEPENDS= ::x11/flvw
BUILD_DEPENDS= :flvw->=1.0:x11/flvw
LIB_DEPENDS= jpeg.62::graphics/jpeg \
fltk::x11/fltk \
fleditor::x11/fleditor \
Expand Down
12 changes: 6 additions & 6 deletions databases/p5-DBD-Msql-Mysql/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2001/11/10 12:29:40 espie Exp $
# $OpenBSD: Makefile,v 1.7 2001/11/14 13:58:34 wilfried Exp $

COMMENT= 'mysql drivers for the perl DBI'

Expand All @@ -17,8 +17,8 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DBD

BUILD_DEPENDS= ::databases/p5-DBI
RUN_DEPENDS= ::databases/p5-DBI
BUILD_DEPENDS= :p5-DBI->=1.08:databases/p5-DBI
RUN_DEPENDS= :p5-DBI->=1.08:databases/p5-DBI

LIB_DEPENDS= lib/mysql/mysqlclient.10:mysql-client-3.23.*:databases/mysql
REGRESS_DEPENDS= :mysql-server-3.23.*:databases/mysql,-server
Expand All @@ -35,9 +35,9 @@ FLAVORS= dbimon
FLAVOR?=

.if ${FLAVOR:L:Mdbimon}
RUN_DEPENDS+= ::devel/p5-Data-ShowTable \
::devel/p5-Term-ReadKey \
::devel/p5-Term-ReadLine-Gnu
RUN_DEPENDS+= :p5-Data-ShowTable->=3.3:devel/p5-Data-ShowTable \
:p5-Term-ReadKey-*:devel/p5-Term-ReadKey \
:p5-Term-ReadLine-Gnu-*:devel/p5-Term-ReadLine-Gnu
.endif

pre-regress:
Expand Down
4 changes: 2 additions & 2 deletions games/wmminichess/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2001/10/25 22:34:49 wilfried Exp $
# $OpenBSD: Makefile,v 1.7 2001/11/14 13:58:34 wilfried Exp $

COMMENT= 'wm-dockapp; chess game'

Expand All @@ -20,7 +20,7 @@ MASTER_SITES= ${HOMEPAGE} \
ftp://ftp.funet.fi/pub/FreeBSD/distfiles/ \
ftp://ftp.sra.co.jp/pub/os/FreeBSD/distfiles/

RUN_DEPENDS= ::games/gnuchess
RUN_DEPENDS= :gnuchess-*:games/gnuchess

USE_X11= Yes
NO_REGRESS= Tes
Expand Down
8 changes: 4 additions & 4 deletions graphics/wmgrabimage/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2001/10/25 22:34:49 wilfried Exp $
# $OpenBSD: Makefile,v 1.10 2001/11/14 13:58:34 wilfried Exp $

COMMENT= 'wm-dockapp; WWW image monitor'

Expand All @@ -19,9 +19,9 @@ PERMIT_DISTFILES_FTP= Yes

MASTER_SITES= http://nis-www.lanl.gov/~mgh/WindowMaker/

RUN_DEPENDS= ::graphics/ImageMagick \
::graphics/xv \
::net/wget
RUN_DEPENDS= :ImageMagick-*:graphics/ImageMagick \
:xv-*:graphics/xv \
:wget-*:net/wget

USE_X11= Yes
NO_REGRESS= Yes
Expand Down
4 changes: 2 additions & 2 deletions graphics/wmicons/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2001/10/25 22:34:49 wilfried Exp $
# $OpenBSD: Makefile,v 1.7 2001/11/14 13:58:34 wilfried Exp $

COMMENT= 'icons mainly for use in Window Maker'

Expand All @@ -20,7 +20,7 @@ DISTFILES= DWiconpack1.tar.gz DWiconpack2.tar.gz IconFest-1.2.tgz \

DIST_SUBDIR= wmicons

RUN_DEPENDS= ::x11/windowmaker
RUN_DEPENDS= :windowmaker-*:x11/windowmaker

NO_REGRESS= Yes

Expand Down
4 changes: 2 additions & 2 deletions graphics/wmphoto/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2001/10/25 22:34:49 wilfried Exp $
# $OpenBSD: Makefile,v 1.7 2001/11/14 13:58:34 wilfried Exp $

COMMENT= 'wm-dockapp; shows photos and execute commands on that photo'

Expand All @@ -17,7 +17,7 @@ PERMIT_DISTFILES_FTP= Yes

MASTER_SITES= ${HOMEPAGE}

RUN_DEPENDS= ::graphics/ImageMagick
RUN_DEPENDS= :ImageMagick-*:graphics/ImageMagick

USE_X11= Yes
NO_REGRESS= Yes
Expand Down
4 changes: 2 additions & 2 deletions mail/wmmail/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2001/10/25 22:34:49 wilfried Exp $
# $OpenBSD: Makefile,v 1.3 2001/11/14 13:58:34 wilfried Exp $

COMMENT= 'wm-dockapp; mail notifier'

Expand All @@ -18,7 +18,7 @@ PERMIT_DISTFILES_FTP= Yes

MASTER_SITES= http://www.eecg.utoronto.ca/~chanb/WMMail.app/

RUN_DEPENDS= ::x11/windowmaker
RUN_DEPENDS= :windowmaker-*:x11/windowmaker
LIB_DEPENDS= PropList.2::devel/libproplist

SEPARATE_BUILD= concurrent
Expand Down
4 changes: 2 additions & 2 deletions misc/wmmand/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2001/10/25 22:34:49 wilfried Exp $
# $OpenBSD: Makefile,v 1.3 2001/11/14 13:58:34 wilfried Exp $

COMMENT= 'wm-dockapp; mandelbrot explorer'

Expand All @@ -18,7 +18,7 @@ PERMIT_DISTFILES_FTP= Yes

MASTER_SITES= http://nis-www.lanl.gov/~mgh/WindowMaker/

RUN_DEPENDS= ::graphics/xv
RUN_DEPENDS= :xv-*:graphics/xv

NO_REGRESS= Yes

Expand Down
4 changes: 2 additions & 2 deletions misc/wmnetscapekiller/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2001/10/25 22:34:50 wilfried Exp $
# $OpenBSD: Makefile,v 1.9 2001/11/14 13:58:34 wilfried Exp $

COMMENT= 'wm-dockapp; for killing Netscape when it freezes'

Expand All @@ -20,7 +20,7 @@ MASTER_SITES= ${HOMEPAGE}wmNetscapeKiller-0.3/ \
ftp://ftp.darenet.dk/mirrors/mirror.linuxberg.com/files/x11/dock/ \
ftp://ftp.proxad.net/mirrors/ftp.linuxberg.com/files/x11/dock/

RUN_DEPENDS= ::sysutils/skill
RUN_DEPENDS= :skill-*:sysutils/skill

USE_X11= Yes
NO_REGRESS= Yes
Expand Down
4 changes: 2 additions & 2 deletions x11/gtkmm/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2001/11/01 12:53:44 wilfried Exp $
# $OpenBSD: Makefile,v 1.9 2001/11/14 13:58:34 wilfried Exp $

COMMENT= "C++ interface for gtk+"
COMMENT-docs= "C++ interface for gtk+ documentation"
Expand Down Expand Up @@ -26,7 +26,7 @@ MULTI_PACKAGES= -docs
SUBPACKAGE?=

.if ${SUBPACKAGE} != "-docs"
BUILD_DEPENDS= ::devel/m4
BUILD_DEPENDS= :m4->=1.4:devel/m4
LIB_DEPENDS= sigc.0::devel/libsigc++ \
gdk.1,gtk.1::x11/gtk+
.endif
Expand Down
4 changes: 2 additions & 2 deletions x11/windowmaker-extra/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2001/10/25 22:34:50 wilfried Exp $
# $OpenBSD: Makefile,v 1.7 2001/11/14 13:58:34 wilfried Exp $

COMMENT= 'themes and icons for Window Maker'

Expand All @@ -19,7 +19,7 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_WINDOWMAKER}
MASTER_SITE_SUBDIR= source/release

RUN_DEPENDS= ::x11/windowmaker
RUN_DEPENDS= :windowmaker-*:x11/windowmaker

USE_X11= Yes
NO_REGRESS= Yes
Expand Down
4 changes: 2 additions & 2 deletions x11/wmthemeinstall/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2001/10/31 20:03:44 wilfried Exp $
# $OpenBSD: Makefile,v 1.11 2001/11/14 13:58:34 wilfried Exp $
# $FreeBSD: ports/x11-wm/wmthemeinstall/Makefile,v 1.5 2000/10/05 06:42:57 reg Exp $

COMMENT= 'neat theme manager for Window Maker'
Expand All @@ -17,7 +17,7 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/will/ \
ftp://ftp.sra.co.jp/pub/os/FreeBSD/distfiles/

RUN_DEPENDS= ::x11/windowmaker
RUN_DEPENDS= :windowmaker-*:x11/windowmaker
LIB_DEPENDS= gtk.1,gdk.1::x11/gtk+

SEPARATE_BUILD= concurrent
Expand Down
4 changes: 2 additions & 2 deletions x11/wmweather/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2001/10/25 22:34:50 wilfried Exp $
# $OpenBSD: Makefile,v 1.10 2001/11/14 13:58:34 wilfried Exp $

COMMENT= 'wm-dockapp; weather monitor'

Expand All @@ -19,7 +19,7 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://nis-www.lanl.gov/~mgh/WindowMaker/ \
ftp://ftp.sra.co.jp/pub/os/FreeBSD/distfiles/

RUN_DEPENDS= ::net/wget
RUN_DEPENDS= :wget-*:net/wget

USE_X11= Yes
NO_REGRESS= Yes
Expand Down
6 changes: 3 additions & 3 deletions x11/wterm/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2001/10/25 22:34:50 wilfried Exp $
# $OpenBSD: Makefile,v 1.20 2001/11/14 13:58:34 wilfried Exp $

COMMENT= 'color vt102 terminal emulator with transparency support'

Expand All @@ -16,8 +16,8 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ftp://ftp.kddlabs.co.jp/X11/acontrib/wterm/ \
ftp://ftp.riken.go.jp/pub/X11/acontrib/wterm/

BUILD_DEPENDS= ::x11/windowmaker
RUN_DEPENDS= ::x11/windowmaker
BUILD_DEPENDS= :windowmaker->=0.50.0:x11/windowmaker
RUN_DEPENDS= ${BUILD_DEPENDS}

USE_X11= Yes
NO_REGRESS= Yes
Expand Down

0 comments on commit 1a1f4d1

Please sign in to comment.