summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-07-24 17:53:08 +0000
committerpav <pav@FreeBSD.org>2004-07-24 17:53:08 +0000
commit73136182181d456f9237e9388aaf2954c835fe0c (patch)
tree71f6f212ff0fd20fe91cdad1d4ecf3e8b30dfa3a /net
parent9f7f45b05f406eeb2b3f8c9d17f2ea9d6e90ec7d (diff)
downloadFreeBSD-ports-73136182181d456f9237e9388aaf2954c835fe0c.zip
FreeBSD-ports-73136182181d456f9237e9388aaf2954c835fe0c.tar.gz
- Cope with recent php changes
PR: ports/69529 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Diffstat (limited to 'net')
-rw-r--r--net/phpldapadmin/Makefile9
-rw-r--r--net/phpldapadmin/pkg-message3
-rw-r--r--net/phpldapadmin098/Makefile9
-rw-r--r--net/phpldapadmin098/pkg-message3
4 files changed, 12 insertions, 12 deletions
diff --git a/net/phpldapadmin/Makefile b/net/phpldapadmin/Makefile
index 6729dbf..92a93f0 100644
--- a/net/phpldapadmin/Makefile
+++ b/net/phpldapadmin/Makefile
@@ -7,7 +7,7 @@
PORTNAME= phpldapadmin
PORTVERSION= 0.9.4b
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= phpldapadmin
@@ -16,11 +16,15 @@ MAINTAINER= m.seaman@infracaninophile.co.uk
COMMENT= A set of PHP-scripts to administer LDAP servers over the web
NO_BUILD= yes
+USE_PHP= ldap openssl session
+
+BROKEN_WITH_PHP= 5
.if defined(WITH_SUPHP)
-RUN_DEPENDS+= ${LOCALBASE}/sbin/suphp:${PORTSDIR}/www/suphp
PKGNAMESUFFIX= -suphp
+RUN_DEPENDS+= ${LOCALBASE}/sbin/suphp:${PORTSDIR}/www/suphp
+WANT_PHP_CGI= yes
PKGINST_SKEL= ${PKGDIR}/pkg-install${PKGNAMESUFFIX}
PKGINSTALL= ${WRKDIR}/pkg-install${PKGNAMESUFFIX}
PKGDEINST_SKEL= ${PKGDIR}/pkg-deinstall${PKGNAMESUFFIX}
@@ -35,7 +39,6 @@ SED_SCRIPT= -e 's,%%PREFIX%%,${PREFIX},g' \
.else
-USE_PHP= yes
WANT_PHP_WEB= yes
.endif
diff --git a/net/phpldapadmin/pkg-message b/net/phpldapadmin/pkg-message
index d205563..07f058f 100644
--- a/net/phpldapadmin/pkg-message
+++ b/net/phpldapadmin/pkg-message
@@ -10,6 +10,3 @@ I suggest that you add the following to httpd.conf:
Alias /phpldapadmin/ "%%PREFIX%%/%%PLADIR%%/"
-You will need a version of PHP with LDAP functionality enabled,
-which is not the default. If necessary, enable the 'OPENLDAP'
-option in the PHP port's configuration screen and reinstall.
diff --git a/net/phpldapadmin098/Makefile b/net/phpldapadmin098/Makefile
index 6729dbf..92a93f0 100644
--- a/net/phpldapadmin098/Makefile
+++ b/net/phpldapadmin098/Makefile
@@ -7,7 +7,7 @@
PORTNAME= phpldapadmin
PORTVERSION= 0.9.4b
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= phpldapadmin
@@ -16,11 +16,15 @@ MAINTAINER= m.seaman@infracaninophile.co.uk
COMMENT= A set of PHP-scripts to administer LDAP servers over the web
NO_BUILD= yes
+USE_PHP= ldap openssl session
+
+BROKEN_WITH_PHP= 5
.if defined(WITH_SUPHP)
-RUN_DEPENDS+= ${LOCALBASE}/sbin/suphp:${PORTSDIR}/www/suphp
PKGNAMESUFFIX= -suphp
+RUN_DEPENDS+= ${LOCALBASE}/sbin/suphp:${PORTSDIR}/www/suphp
+WANT_PHP_CGI= yes
PKGINST_SKEL= ${PKGDIR}/pkg-install${PKGNAMESUFFIX}
PKGINSTALL= ${WRKDIR}/pkg-install${PKGNAMESUFFIX}
PKGDEINST_SKEL= ${PKGDIR}/pkg-deinstall${PKGNAMESUFFIX}
@@ -35,7 +39,6 @@ SED_SCRIPT= -e 's,%%PREFIX%%,${PREFIX},g' \
.else
-USE_PHP= yes
WANT_PHP_WEB= yes
.endif
diff --git a/net/phpldapadmin098/pkg-message b/net/phpldapadmin098/pkg-message
index d205563..07f058f 100644
--- a/net/phpldapadmin098/pkg-message
+++ b/net/phpldapadmin098/pkg-message
@@ -10,6 +10,3 @@ I suggest that you add the following to httpd.conf:
Alias /phpldapadmin/ "%%PREFIX%%/%%PLADIR%%/"
-You will need a version of PHP with LDAP functionality enabled,
-which is not the default. If necessary, enable the 'OPENLDAP'
-option in the PHP port's configuration screen and reinstall.
OpenPOWER on IntegriCloud