aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2012-05-20 14:42:55 +0800
committerale <ale@FreeBSD.org>2012-05-20 14:42:55 +0800
commitd829ddb636401f0a885021a9faa2577153e902c8 (patch)
treeae3aa4869387a8342eaad867ca624f4cc4f1210c /security
parent5a884241854e309541424eeb9908f042c14dd2e6 (diff)
downloadfreebsd-ports-gnome-d829ddb636401f0a885021a9faa2577153e902c8.tar.gz
freebsd-ports-gnome-d829ddb636401f0a885021a9faa2577153e902c8.tar.zst
freebsd-ports-gnome-d829ddb636401f0a885021a9faa2577153e902c8.zip
Mark IGNORE with php 5.4 and set 5.3 as default.
Reported by: pav Pointyhat to: me
Diffstat (limited to 'security')
-rw-r--r--security/pecl-crack/Makefile2
-rw-r--r--security/pecl-tcpwrap/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/security/pecl-crack/Makefile b/security/pecl-crack/Makefile
index 919de9dd920b..5cc89d6d77f1 100644
--- a/security/pecl-crack/Makefile
+++ b/security/pecl-crack/Makefile
@@ -24,6 +24,8 @@ USE_PHPIZE= yes
USE_PHP_BUILD= yes
USE_PHPEXT= yes
PHP_MODNAME= crack
+DEFAULT_PHP_VER=53
+IGNORE_WITH_PHP=5
WRKSRC= ${WRKDIR}/crack-0.4
diff --git a/security/pecl-tcpwrap/Makefile b/security/pecl-tcpwrap/Makefile
index dbe0e7b9934e..e90d596df6da 100644
--- a/security/pecl-tcpwrap/Makefile
+++ b/security/pecl-tcpwrap/Makefile
@@ -18,6 +18,8 @@ COMMENT= A PECL extension which provides tcpwrappers binding
USE_PHP= yes
USE_PHPEXT= yes
+DEFAULT_PHP_VER=53
+IGNORE_WITH_PHP=5
post-patch:
@${REINPLACE_CMD} -e 's, -ldl,,' ${WRKSRC}/config.m4