aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-09-22 07:14:00 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-09-22 07:14:00 +0000
commit2de6d0986dae57ce2a2baf19795979345fcd04eb (patch)
tree8ee9853fe205829d45d09bb5071a0eb81239e5b4 /mail
parentbdd9216c88016e918329a645f08c54d9beaa6c16 (diff)
downloadports-2de6d0986dae57ce2a2baf19795979345fcd04eb.tar.gz
ports-2de6d0986dae57ce2a2baf19795979345fcd04eb.zip
Ignore with php 7.4
Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=512557
Diffstat (limited to 'mail')
-rw-r--r--mail/nextcloud-mail/Makefile1
-rw-r--r--mail/pecl-mailparse/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/mail/nextcloud-mail/Makefile b/mail/nextcloud-mail/Makefile
index 84b4c4c21ae5..9f7ac94b256b 100644
--- a/mail/nextcloud-mail/Makefile
+++ b/mail/nextcloud-mail/Makefile
@@ -20,6 +20,7 @@ RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=16:www/nextcloud@${PHP_FLAVOR}
USES= gettext php:flavors
USE_PHP= imap
+IGNORE_WITH_PHP= 74
NO_BUILD= yes
NO_ARCH= yes
diff --git a/mail/pecl-mailparse/Makefile b/mail/pecl-mailparse/Makefile
index 4f094627ab8d..ddf76d99e3fe 100644
--- a/mail/pecl-mailparse/Makefile
+++ b/mail/pecl-mailparse/Makefile
@@ -13,5 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USES= php:pecl
USE_PHP= mbstring:build
+IGNORE_WITH_PHP= 74
.include <bsd.port.mk>