fix deps
This commit is contained in:
parent
8c73697fc4
commit
c8661c2d29
@ -1,17 +1,19 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2011/07/01 16:57:41 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2011/07/09 00:46:19 robert Exp $
|
||||
|
||||
# Work in progress. Not yet linked to the build.
|
||||
|
||||
COMMENT = web UI for icinga
|
||||
V = 1.4.1
|
||||
REVISION = 0
|
||||
DISTNAME = icinga-web-$V
|
||||
|
||||
MODULES= lang/php
|
||||
|
||||
BUILD_DEPENDS = icinga-api-$V:net/icinga/core,-api
|
||||
RUN_DEPENDS = www/pear \
|
||||
www/php5/core \
|
||||
www/php5/extensions,-ldap \
|
||||
www/php5/extensions,-pdo_mysql \
|
||||
www/php5/extensions,-xsl \
|
||||
lang/php/${MODPHP_VERSION},-ldap \
|
||||
lang/php/${MODPHP_VERSION},-pdo_mysql \
|
||||
lang/php/${MODPHP_VERSION},-xsl \
|
||||
icinga-api-$V:net/icinga/core,-api
|
||||
# Optional php extensions: gd soap xmlrpc
|
||||
# Does this work with pgo_pgsql? So far haven't worked out how.
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2010/11/20 19:56:52 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2011/07/09 00:45:15 robert Exp $
|
||||
|
||||
COMMENT = free open-source SQL full-text search engine
|
||||
|
||||
@ -18,7 +18,9 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES = ${HOMEPAGE}/downloads/
|
||||
|
||||
MODULES = converters/libiconv
|
||||
MODULES = converters/libiconv lang/php
|
||||
|
||||
MODPHP_BUILDDEP=No
|
||||
|
||||
WANTLIB = c expat m stdc++
|
||||
|
||||
@ -40,11 +42,10 @@ LIB_DEPENDS += databases/mysql
|
||||
WANTLIB += crypto ssl z mysqlclient
|
||||
.endif
|
||||
|
||||
# Needs php5 with pdo_mysql setup.
|
||||
# Needs php with pdo_mysql setup.
|
||||
REGRESS_IS_INTERACTIVE= Yes
|
||||
PHP_VERSION= 5
|
||||
REGRESS_DEPENDS=www/php${PHP_VERSION}/extensions,-mysql \
|
||||
www/php${PHP_VERSION}/extensions,-pdo_mysql
|
||||
REGRESS_DEPENDS=lang/php/${MODPHP_VERSION},-mysql \
|
||||
lang/php/${MODPHP_VERSION},-pdo_mysql
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/sphinx
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.27 2011/06/24 11:17:05 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.28 2011/07/09 00:42:02 robert Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -18,11 +18,11 @@ PKGNAME-mysql = cherokee-mysql-${VERSION}
|
||||
PKGNAME-geoip = cherokee-geoip-${VERSION}
|
||||
PKGNAME-streaming = cherokee-streaming-${VERSION}
|
||||
|
||||
REVISION-main = 3
|
||||
REVISION-geoip = 0
|
||||
REVISION-ldap = 1
|
||||
REVISION-mysql = 0
|
||||
REVISION-streaming = 3
|
||||
REVISION-main = 4
|
||||
REVISION-geoip = 1
|
||||
REVISION-ldap = 2
|
||||
REVISION-mysql = 1
|
||||
REVISION-streaming = 4
|
||||
|
||||
SHARED_LIBS = cherokee-base 0.0 \
|
||||
cherokee-client 0.0 \
|
||||
@ -35,10 +35,10 @@ HOMEPAGE = http://www.cherokee-project.com/
|
||||
MAINTAINER = Fernando Quintero <fernando.a.quintero@gmail.com>
|
||||
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM =Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM =Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
MASTER_SITES = ${HOMEPAGE}download/${DIR}/${VERSION}/ \
|
||||
http://ftp.heanet.ie/mirrors/cherokee/${DIR}/${VERSION}/ \
|
||||
@ -47,10 +47,10 @@ MASTER_SITES = ${HOMEPAGE}download/${DIR}/${VERSION}/ \
|
||||
|
||||
MULTI_PACKAGES =-main -ldap -mysql -geoip -streaming
|
||||
|
||||
MODULES = lang/python
|
||||
MODULES = lang/python lang/php
|
||||
|
||||
BUILD_DEPENDS = textproc/py-docutils \
|
||||
www/php5/core,-fastcgi
|
||||
lang/php/${MODPHP_VERSION},-fastcgi
|
||||
|
||||
LIB_DEPENDS-main = devel/pcre
|
||||
WANTLIB-main = c crypto pcre pthread ssl
|
||||
@ -86,10 +86,10 @@ FAKE_FLAGS = cherokeeconfdir="${PREFIX}/share/examples/cherokee/etc" \
|
||||
cherokeewwwdir="${PREFIX}/share/examples/cherokee/www" \
|
||||
cherokeewwwimagesdir="${PREFIX}/share/examples/cherokee/www/images"
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
PHPCGI="${LOCALBASE}/bin/php-fastcgi" \
|
||||
PHPCGI="${LOCALBASE}/bin/php-fastcgi-${MODPHP_VERSION}" \
|
||||
ac_cv_func_getgrnam_r=no
|
||||
CONFIGURE_ARGS = ${CONFIGURE_SHARED} \
|
||||
--disable-static \
|
||||
@ -103,7 +103,7 @@ CONFIGURE_ARGS = ${CONFIGURE_SHARED} \
|
||||
--with-geoip \
|
||||
--with-ldap \
|
||||
--with-mysql \
|
||||
--with-ffmpeg
|
||||
--with-ffmpeg
|
||||
|
||||
.ifdef DEBUG
|
||||
CFLAGS += -O0 -g3
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2011/07/09 00:04:11 robert Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2011/07/09 00:37:40 robert Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -16,7 +16,6 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MODULES= lang/php
|
||||
BUILD_DEPENDS= www/pear
|
||||
RUN_DEPENDS= www/php5/core
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user