svn commit: r553769 - head/databases/pecl-mongodb

Kurt Jaeger pi at FreeBSD.org
Sat Oct 31 12:00:42 UTC 2020


Author: pi
Date: Sat Oct 31 12:00:41 2020
New Revision: 553769
URL: https://svnweb.freebsd.org/changeset/ports/553769

Log:
  databases/pecl-mongodb: ignore with php80

Modified:
  head/databases/pecl-mongodb/Makefile

Modified: head/databases/pecl-mongodb/Makefile
==============================================================================
--- head/databases/pecl-mongodb/Makefile	Sat Oct 31 11:55:46 2020	(r553768)
+++ head/databases/pecl-mongodb/Makefile	Sat Oct 31 12:00:41 2020	(r553769)
@@ -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
 


More information about the svn-ports-all mailing list