git: ebbe86d1c53c - main - www/nextcloud: Mark IGNOREd for php 8.1, 8.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Jul 2022 20:41:17 UTC
The branch main has been updated by zi: URL: https://cgit.FreeBSD.org/ports/commit/?id=ebbe86d1c53c7d94df11b617aef7e2fd62c59ab6 commit ebbe86d1c53c7d94df11b617aef7e2fd62c59ab6 Author: Ryan Steinmetz <zi@FreeBSD.org> AuthorDate: 2022-07-20 20:40:06 +0000 Commit: Ryan Steinmetz <zi@FreeBSD.org> CommitDate: 2022-07-20 20:40:58 +0000 www/nextcloud: Mark IGNOREd for php 8.1, 8.2 (https://github.com/nextcloud/server/issues/29287) This version of Nextcloud is not compatible with PHP>=8.2. You are currently running 8.2.0alpha1. Reported by: Kevin Day (kevin@your.org) --- www/nextcloud/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/www/nextcloud/Makefile b/www/nextcloud/Makefile index c2c245454100..bb79639290ee 100644 --- a/www/nextcloud/Makefile +++ b/www/nextcloud/Makefile @@ -14,6 +14,7 @@ USES= cpe gettext-runtime php:flavors,web tar:bzip2 USE_PHP= bcmath bz2 ctype curl dom fileinfo filter gd gmp hash iconv \ json mbstring pcntl pdo posix session simplexml xml xmlreader \ xmlwriter xsl zip zlib +IGNORE_WITH_PHP=81 82 NEXTCLOUD_USERNAME?= ${WWWOWN} NEXTCLOUD_GROUPNAME?= ${WWWGRP}