From 45fbfbc54190b39d84de2ec049855e4698b6b223 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 15 Dec 2022 00:02:24 +0000 Subject: php-mongodb: mark as not supporting php 8.1 and 8.2 This package needs an update to a newer version to support them. --- databases/php-mongodb/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/databases/php-mongodb/Makefile b/databases/php-mongodb/Makefile index 02926b8f94c..effe41b1c26 100644 --- a/databases/php-mongodb/Makefile +++ b/databases/php-mongodb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2022/11/23 16:19:37 adam Exp $ +# $NetBSD: Makefile,v 1.18 2022/12/15 00:02:24 wiz Exp $ MODNAME= mongodb PECL_VERSION= 1.9.1 @@ -10,7 +10,8 @@ COMMENT= MongoDB database driver PKGREVISION= 3 LICENSE= apache-2.0 -PHP_VERSIONS_INCOMPATIBLE= 56 +# newer versions support 8.1+ +PHP_VERSIONS_INCOMPATIBLE= 56 81 82 USE_TOOLS+= pkg-config gmake CONFIGURE_ARGS+= --with-libbson -- cgit v1.2.3