Skip to content

Commit

Permalink
new depends
Browse files Browse the repository at this point in the history
  • Loading branch information
marcespie committed Nov 22, 2010
1 parent 2e441ca commit b90e8bd
Show file tree
Hide file tree
Showing 868 changed files with 4,198 additions and 4,211 deletions.
4 changes: 2 additions & 2 deletions www/ajaxterm/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2010/10/19 08:02:53 espie Exp $
# $OpenBSD: Makefile,v 1.11 2010/11/22 08:36:47 espie Exp $

COMMENT = web-based SSH client

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

MASTER_SITES = ${HOMEPAGE}/files/

USE_GROFF = Yes
USE_GROFF = Yes
NO_BUILD = Yes

MODULES = lang/python
Expand Down
4 changes: 2 additions & 2 deletions www/amaya/Makefile.inc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.9 2007/09/15 20:38:20 merdely Exp $
# $OpenBSD: Makefile.inc,v 1.10 2010/11/22 08:36:47 espie Exp $

DIST_SUBDIR?= amaya
CATEGORIES?= www
Expand All @@ -17,7 +17,7 @@ MASTER_SITES?= http://www.w3.org/Amaya/Distribution/ \
ftp://mirror.aarnet.edu.au/pub/amaya/ \
ftp://ftp.funet.fi/pub/mirrors/ftp.w3.org/pub/afs/w3.org/ftp/pub/amaya/

DICT_RUN_DEPENDS?= :amaya-*:www/amaya/browser
DICT_RUN_DEPENDS?= www/amaya/browser

dict_install_frag= \
${INSTALL_DATA_DIR} ${PREFIX}/Amaya/dicopar; \
Expand Down
8 changes: 4 additions & 4 deletions www/amaya/browser/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.24 2010/11/11 12:35:09 sthen Exp $
# $OpenBSD: Makefile,v 1.25 2010/11/22 08:36:47 espie Exp $
#
# Many variables moved to ../Makefile.inc

Expand All @@ -20,16 +20,16 @@ WANTLIB += ICE SM X11 Xext Xt c expat m pthread-stubs xcb z

CONFIGURE_ARGS+= --with-gtk=${LOCALBASE}
# I'm too lazy to write a proper imlib autoconf test.
LIB_DEPENDS+= ::graphics/imlib
LIB_DEPENDS+= graphics/imlib

WANTLIB += Xi gdk gif glib gmodule gtk iconv intl jpeg png tiff gdk_imlib.>=19

.elif ${FLAVOR:L} == "motif"

USE_MOTIF= any
WANTLIB += jpeg png
LIB_DEPENDS+= ::graphics/jpeg \
::graphics/png
LIB_DEPENDS+= graphics/jpeg \
graphics/png
CONFIGURE_ARGS+= --without-gtk \
--with-motif-includes=${LOCALBASE}/include \
--with-motif-libraries=${LOCALBASE}/lib
Expand Down
8 changes: 4 additions & 4 deletions www/analog/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.52 2010/11/11 12:35:09 sthen Exp $
# $OpenBSD: Makefile,v 1.53 2010/11/22 08:36:47 espie Exp $

COMMENT= extremely fast program for analysing WWW logfiles

Expand Down Expand Up @@ -26,10 +26,10 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes

WANTLIB += c m jpeg png z gd.>=18 pcre
WANTLIB += c m jpeg png z gd>=18 pcre

LIB_DEPENDS= ::graphics/gd \
::devel/pcre
LIB_DEPENDS= graphics/gd \
devel/pcre

MODULES= converters/libiconv

Expand Down
4 changes: 2 additions & 2 deletions www/ap2-mod_fastcgi/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2008/10/13 12:26:47 sturm Exp $
# $OpenBSD: Makefile,v 1.3 2010/11/22 08:36:47 espie Exp $

SHARED_ONLY= Yes

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

NO_REGRESS= Yes

RUN_DEPENDS= ::www/apache-httpd
RUN_DEPENDS= www/apache-httpd
BUILD_DEPENDS= ${RUN_DEPENDS}
USE_LIBTOOL= Yes
MAKE_FLAGS= top_dir=${LOCALBASE}/share/apache2 \
Expand Down
4 changes: 2 additions & 2 deletions www/ap2-mod_fcgid/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2010/11/11 12:35:09 sthen Exp $
# $OpenBSD: Makefile,v 1.5 2010/11/22 08:36:47 espie Exp $

SHARED_ONLY= Yes

Expand All @@ -20,7 +20,7 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes

BUILD_DEPENDS+= :apache-httpd-*:www/apache-httpd
BUILD_DEPENDS+= www/apache-httpd

USE_LIBTOOL= Yes
NO_REGRESS= Yes
Expand Down
10 changes: 5 additions & 5 deletions www/ap2-mod_perl/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.17 2010/11/11 12:35:09 sthen Exp $
# $OpenBSD: Makefile,v 1.18 2010/11/22 08:36:47 espie Exp $

COMMENT= module that embeds a Perl interpreter into Apache2

Expand All @@ -24,11 +24,11 @@ SHARED_ONLY= Yes

CONFIGURE_ARGS+= MP_APXS=${LOCALBASE}/sbin/apxs2
USE_GROFF = Yes
LIB_DEPENDS= ::devel/apr \
::devel/apr-util
RUN_DEPENDS= ::www/apache-httpd
LIB_DEPENDS= devel/apr \
devel/apr-util
RUN_DEPENDS= www/apache-httpd
BUILD_DEPENDS= ${RUN_DEPENDS} \
:p5-Apache-Test->=1.29:www/p5-Apache-Test
www/p5-Apache-Test>=1.29

PORTHOME= ${WRKDIR}

Expand Down
14 changes: 7 additions & 7 deletions www/apache-httpd/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.25 2010/11/11 12:35:09 sthen Exp $
# $OpenBSD: Makefile,v 1.26 2010/11/22 08:36:47 espie Exp $

COMMENT= apache HTTP server

Expand All @@ -17,23 +17,23 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes

SHARED_ONLY= Yes
USE_GROFF = Yes
USE_GROFF = Yes
NO_REGRESS= Yes

WANTLIB += c crypto m ssl expat apr-1-mt db.>=4 z pcre pthread aprutil-1-mt.>=2
WANTLIB += c crypto m ssl expat apr-1-mt db>=4 z pcre pthread aprutil-1-mt>=2

LIB_DEPENDS= ::devel/pcre
LIB_DEPENDS= devel/pcre

FLAVORS= ldap
FLAVOR?=

.if ${FLAVOR:L:Mldap}
CONFIGURE_ARGS+= --with-ldap --enable-ldap --enable-authnz-ldap
WANTLIB+= asn1 com_err gssapi krb5 sasl2 ldap lber
LIB_DEPENDS+= ::databases/openldap
LIB_DEPENDS+= :apr-util-mt-*-ldap:devel/apr-util,ldap,mt
LIB_DEPENDS+= databases/openldap
LIB_DEPENDS+= apr-util-mt-*-ldap:devel/apr-util,ldap,mt
.else
LIB_DEPENDS+= :apr-util-mt-*-!ldap:devel/apr-util,mt
LIB_DEPENDS+= apr-util-mt-*-!ldap:devel/apr-util,mt
.endif

MODULES= converters/libiconv
Expand Down
8 changes: 4 additions & 4 deletions www/aria2/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2010/11/06 07:52:28 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.4 2010/11/22 08:36:47 espie Exp $

COMMENT = lightweight multi-protocol & multi-source download utility
DISTNAME = aria2-1.10.6
Expand All @@ -19,10 +19,10 @@ MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=aria2/}

MODULES = devel/gettext

LIB_DEPENDS = ::databases/sqlite3 \
::net/libcares
LIB_DEPENDS = databases/sqlite3 \
net/libcares

REGRESS_DEPENDS += ::devel/cppunit
REGRESS_DEPENDS += devel/cppunit

WANTLIB += crypto expat ssl cares \
sqlite3 c m stdc++ z
Expand Down
6 changes: 3 additions & 3 deletions www/august/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2010/11/11 12:35:09 sthen Exp $
# $OpenBSD: Makefile,v 1.20 2010/11/22 08:36:47 espie Exp $

COMMENT= html editor designed for the experienced web designer

Expand All @@ -21,8 +21,8 @@ MASTER_SITES= ${HOMEPAGE}

MODULES= x11/tk

RUN_DEPENDS= :weblint-*:www/weblint \
:ImageMagick-*:graphics/ImageMagick \
RUN_DEPENDS= www/weblint \
graphics/ImageMagick \
${MODTK_RUN_DEPENDS}

NO_BUILD= Yes
Expand Down
4 changes: 2 additions & 2 deletions www/bk2site/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2010/10/19 08:02:53 espie Exp $
# $OpenBSD: Makefile,v 1.17 2010/11/22 08:36:47 espie Exp $

COMMENT= convert Netscape bookmarks into a Yahoo-like website

Expand All @@ -19,7 +19,7 @@ SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --enable-standard-datadir
MAKE_FLAGS= CXXFLAGS="${CXXFLAGS}"
USE_GROFF = Yes
USE_GROFF = Yes


post-install:
Expand Down
16 changes: 8 additions & 8 deletions www/blogsum/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2010/11/11 23:02:21 jasper Exp $
# $OpenBSD: Makefile,v 1.5 2010/11/22 08:36:47 espie Exp $

COMMENT = simple weblog

Expand Down Expand Up @@ -26,13 +26,13 @@ SUBST_VARS = INSTDIR EXAMPLESDIR

EXAMPLESDIR = ${PREFIX}/blogsum/examples

RUN_DEPENDS = ::databases/p5-DBD-SQLite \
::databases/p5-DBI \
::textproc/p5-XML-RSS \
::textproc/p5-XML-Simple \
::www/mod_perl \
::www/p5-HTML-Template \
::www/p5-HTTP-Lite
RUN_DEPENDS = databases/p5-DBD-SQLite \
databases/p5-DBI \
textproc/p5-XML-RSS \
textproc/p5-XML-Simple \
www/mod_perl \
www/p5-HTML-Template \
www/p5-HTTP-Lite


pre-configure:
Expand Down
16 changes: 8 additions & 8 deletions www/bluefish/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.60 2010/11/11 12:35:09 sthen Exp $
# $OpenBSD: Makefile,v 1.61 2010/11/22 08:36:47 espie Exp $

COMMENT= HTML editor for experienced web designers

Expand All @@ -22,16 +22,16 @@ WANTLIB += expat fontconfig freetype gconf-2 gio-2.0 glib-2.0 gdk_pixbuf-2.0
WANTLIB += gmodule-2.0 gnome-2 gnome-keyring gnomecanvas-2
WANTLIB += gnomevfs-2 gobject-2.0 gthread-2.0 m pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pixman-1 png popt pthread pthread-stubs xcb xml2 z
WANTLIB += gailutil gtk-x11-2.0.>=0.14 gdk-x11-2.0.>=0.14 pcre gnomeui-2
WANTLIB += gailutil gtk-x11-2.0>=0.14 gdk-x11-2.0>=0.14 pcre gnomeui-2

MODULES= devel/gettext

RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils \
:shared-mime-info-*:misc/shared-mime-info
BUILD_DEPENDS= ::misc/shared-mime-info
LIB_DEPENDS= ::x11/gtk+2 \
::devel/pcre \
::x11/gnome/libgnomeui
RUN_DEPENDS= devel/desktop-file-utils \
misc/shared-mime-info
BUILD_DEPENDS= misc/shared-mime-info
LIB_DEPENDS= x11/gtk+2 \
devel/pcre \
x11/gnome/libgnomeui

CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --with-freedesktop_org-menu='${PREFIX}/share/applications/' \
Expand Down
52 changes: 26 additions & 26 deletions www/bricolage/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2010/10/19 08:02:53 espie Exp $
# $OpenBSD: Makefile,v 1.8 2010/11/22 08:36:47 espie Exp $

COMMENT= content management system

Expand All @@ -17,31 +17,31 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}downloads/

BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::databases/p5-DBD-Pg \
:postgresql-server->=7.3:databases/postgresql,-server \
::devel/p5-Cache-Mmap \
::devel/p5-Data-UUID \
::devel/p5-DateTime \
::devel/p5-List-MoreUtils \
::devel/p5-MLDBM \
::devel/p5-Term-ReadPassword \
::devel/p5-Test-Class \
::devel/p5-Test-File-Contents \
::devel/p5-Test-MockModule \
::editors/xinha \
::net/p5-Net-SFTP \
::graphics/p5-Image-Info \
::sysutils/p5-Unix-Syslog \
::textproc/p5-Template \
::textproc/p5-Text-Diff-HTML \
::textproc/p5-Text-LevenshteinXS \
::textproc/p5-Text-WordDiff \
::textproc/p5-XML-Simple \
::textproc/p5-XML-Writer \
::www/p5-Apache-Session \
::www/p5-HTML-Template-Expr \
::www/p5-MasonX-Interp-WithCallbacks \
::www/p5-SOAP-Lite
RUN_DEPENDS= databases/p5-DBD-Pg \
databases/postgresql,-server>=7.3 \
devel/p5-Cache-Mmap \
devel/p5-Data-UUID \
devel/p5-DateTime \
devel/p5-List-MoreUtils \
devel/p5-MLDBM \
devel/p5-Term-ReadPassword \
devel/p5-Test-Class \
devel/p5-Test-File-Contents \
devel/p5-Test-MockModule \
editors/xinha \
net/p5-Net-SFTP \
graphics/p5-Image-Info \
sysutils/p5-Unix-Syslog \
textproc/p5-Template \
textproc/p5-Text-Diff-HTML \
textproc/p5-Text-LevenshteinXS \
textproc/p5-Text-WordDiff \
textproc/p5-XML-Simple \
textproc/p5-XML-Writer \
www/p5-Apache-Session \
www/p5-HTML-Template-Expr \
www/p5-MasonX-Interp-WithCallbacks \
www/p5-SOAP-Lite

# needed for other settings to take effect
CONFIGURE_STYLE=perl
Expand Down
4 changes: 2 additions & 2 deletions www/calamaris/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2010/10/19 08:02:53 espie Exp $
# $OpenBSD: Makefile,v 1.14 2010/11/22 08:36:47 espie Exp $
# $RuOBSD: Makefile,v 1.3 2002/04/28 16:29:29 grange Exp $

COMMENT= proxy-cache-servers logfiles analizer
Expand All @@ -18,7 +18,7 @@ MASTER_SITES= http://cord.de/tools/squid/calamaris/

NO_BUILD= Yes
NO_REGRESS= Yes
USE_GROFF = Yes
USE_GROFF = Yes
PKG_ARCH= *

do-install:
Expand Down
Loading

0 comments on commit b90e8bd

Please sign in to comment.