From 72914822280815af35581b0528b605186f536307 Mon Sep 17 00:00:00 2001 From: Matthew Seaman Date: Mon, 24 Feb 2014 15:58:19 +0000 Subject: PLA is incompatible with php 5.5 (and presumably above) as it: * Defines a function that clashes with the new password_hash() standard function. * Uses the deprecated /e modifier in preg_replace() Possibly others. Marks as IGNORE_WITH_PHP=55 --- net/phpldapadmin/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'net/phpldapadmin') diff --git a/net/phpldapadmin/Makefile b/net/phpldapadmin/Makefile index ef83005ea9a3..d03f2c3b790a 100644 --- a/net/phpldapadmin/Makefile +++ b/net/phpldapadmin/Makefile @@ -3,7 +3,7 @@ PORTNAME= phpldapadmin PORTVERSION= 1.2.3 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= net www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-php5/${PORTVERSION} @@ -18,6 +18,10 @@ NO_ARCH= yes NO_BUILD= yes USE_PHP= gettext ldap openssl pcre session xml iconv hash +# Function name clashes with new PHP built-in. Uses deprecated +# preg_replace /e modifier. +IGNORE_WITH_PHP=55 + WANT_PHP_WEB= yes GROUPS?= ${WWWGRP} -- cgit v1.2.3