diff options
author | tz <tz@FreeBSD.org> | 2017-12-14 21:57:28 +0800 |
---|---|---|
committer | tz <tz@FreeBSD.org> | 2017-12-14 21:57:28 +0800 |
commit | f07e901a73cb39e74c97208fd96b33c02b3e5a46 (patch) | |
tree | aa74e05ef162dc15fb8341ffff80ef4081efd27c /security/pecl-crack | |
parent | 5ebd651cf20569ce5a4a83ec48fdd58d38300c12 (diff) | |
download | freebsd-ports-gnome-f07e901a73cb39e74c97208fd96b33c02b3e5a46.tar.gz freebsd-ports-gnome-f07e901a73cb39e74c97208fd96b33c02b3e5a46.tar.zst freebsd-ports-gnome-f07e901a73cb39e74c97208fd96b33c02b3e5a46.zip |
Add missing IGNORE_WITH_PHP for various pecl-ports.
After testing every pecl-* port with PHP 5.6, 7.0, 7.1 and 7.2
i set the IGNORE_WITH_PHP accordingly to the fallout.
PR: 222165
Reported by: brnd
Approved by: portmgr (blanket)
Differential Revision: https://reviews.freebsd.org/D13476
Diffstat (limited to 'security/pecl-crack')
-rw-r--r-- | security/pecl-crack/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pecl-crack/Makefile b/security/pecl-crack/Makefile index c3936a7911a1..3b383d9d27b9 100644 --- a/security/pecl-crack/Makefile +++ b/security/pecl-crack/Makefile @@ -15,7 +15,7 @@ LICENSE= PHP30 LIB_DEPENDS= libcrack.so:security/cracklib USES= php:pecl -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 72 EXTRACT_AFTER_ARGS=--no-same-permissions --no-same-owner --exclude libcrack CONFIGURE_ARGS= --with-crack=${LOCALBASE} |