summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2020-12-29 09:14:44 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2020-12-29 09:14:44 +0000
commit6c52583c8b6556ef52433fce25383f5138c2ee0b (patch)
tree9d66c662787acfed8a3c985b6f467b9eb1d21752 /security
parentdevel/git-cinnabar: drop py27 flavor remains after r559531 (diff)
Ignore with PHP 8.0
Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=559554
Diffstat (limited to 'security')
-rw-r--r--security/pecl-crypto/Makefile1
-rw-r--r--security/pecl-pam/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/security/pecl-crypto/Makefile b/security/pecl-crypto/Makefile
index abd7db8a0384..4149e4ebc0bd 100644
--- a/security/pecl-crypto/Makefile
+++ b/security/pecl-crypto/Makefile
@@ -15,5 +15,6 @@ USES= compiler:c++11-lang php:pecl
CONFIGURE_ARGS= --with-crypto
CFLAGS+= -I${OPENSSLINC}
LDFLAGS+= -L${OPENSSLLIB}
+IGNORE_WITH_PHP= 80
.include <bsd.port.mk>
diff --git a/security/pecl-pam/Makefile b/security/pecl-pam/Makefile
index ef4bca7f76e1..35c532ed14ec 100644
--- a/security/pecl-pam/Makefile
+++ b/security/pecl-pam/Makefile
@@ -12,5 +12,6 @@ COMMENT= PECL classes for PAM integration
LICENSE= PHP202
USES= php:pecl dos2unix
+IGNORE_WITH_PHP= 80
.include <bsd.port.mk>