summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpi <pi@35697150-7ecd-e111-bb59-0022644237b5>2020-10-31 12:00:41 +0000
committerpi <pi@35697150-7ecd-e111-bb59-0022644237b5>2020-10-31 12:00:41 +0000
commit92e7e3ff2326484f60261ee5a13b42fd88eca3cf (patch)
tree98d897b8a13cdd1eb18e7c6ce7d8ccd0d0187a7e
parent227ff99adb059e7548e52152630c556759feec2a (diff)
downloadfreebsd-ports-92e7e3ff2326484f60261ee5a13b42fd88eca3cf.tar.gz
freebsd-ports-92e7e3ff2326484f60261ee5a13b42fd88eca3cf.tar.bz2
databases/pecl-mongodb: ignore with php80
git-svn-id: http://svn.freebsd.org/ports/head@553769 35697150-7ecd-e111-bb59-0022644237b5
-rw-r--r--databases/pecl-mongodb/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/pecl-mongodb/Makefile b/databases/pecl-mongodb/Makefile
index e65923c930e6..a6667e7a0fcf 100644
--- a/databases/pecl-mongodb/Makefile
+++ b/databases/pecl-mongodb/Makefile
@@ -10,6 +10,10 @@ COMMENT= PECL classes for MongoDB
LICENSE= APACHE20
USES= php:pecl ssl
+# 8.0 not yet supported, see
+# https://github.com/mongodb/mongo-php-driver/issues/1161
+# and https://jira.mongodb.org/browse/PHPC-1631
+IGNORE_WITH_PHP=80
USE_PHP= spl:build
CFLAGS+= -I${LOCALBASE}/include