Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jun 2023 14:58:05 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4ca6b847063f - main - */*: Mark IGNORE_WITH_PHP for 8.3.X
Message-ID:  <202306101458.35AEw56l052189@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4ca6b847063fd54a5398cf0611b2f0cd33b3dde0

commit 4ca6b847063fd54a5398cf0611b2f0cd33b3dde0
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-06-10 12:23:33 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-06-10 14:57:35 +0000

    */*: Mark IGNORE_WITH_PHP for 8.3.X
    
    Approved by:    portmgr (blanket)
    Sponsored by:   Bounce Experts
---
 archivers/pecl-rar/Makefile                           | 2 +-
 chinese/phpbb-tw/Makefile                             | 2 +-
 databases/pecl-couchbase/Makefile                     | 1 +
 devel/ioncube/Makefile                                | 2 +-
 devel/pecl-runkit7/Makefile                           | 1 +
 devel/pecl-swoole/Makefile                            | 1 +
 devel/pecl-uv/Makefile                                | 2 +-
 devel/pecl-vld/Makefile                               | 2 +-
 devel/pecl-xdebug/Makefile                            | 4 +++-
 devel/pecl-zookeeper/Makefile                         | 2 +-
 graphics/php-facedetect/Makefile                      | 2 +-
 mail/phplist/Makefile                                 | 2 +-
 mail/roundcube-automatic_addressbook/Makefile         | 2 +-
 mail/roundcube-calendar-kolab/Makefile                | 2 +-
 mail/roundcube-carddav/Makefile                       | 2 +-
 mail/roundcube-classic/Makefile                       | 2 +-
 mail/roundcube-contextmenu/Makefile                   | 2 +-
 mail/roundcube-html5_notifier/Makefile                | 2 +-
 mail/roundcube-larry/Makefile                         | 2 +-
 mail/roundcube-login_info/Makefile                    | 2 +-
 mail/roundcube-sauserprefs/Makefile                   | 2 +-
 mail/roundcube-thunderbird_labels/Makefile            | 2 +-
 mail/roundcube-twofactor_gauthenticator/Makefile      | 2 +-
 mail/roundcube-veximaccountadmin/Makefile             | 2 +-
 mail/roundcube-yubikey_auth/Makefile                  | 2 +-
 mail/roundcube/Makefile                               | 2 +-
 mail/squirrelmail-change_sqlpass-plugin/Makefile      | 2 +-
 mail/squirrelmail-sasql-plugin/Makefile               | 2 +-
 net-mgmt/glpi-plugins-fusioninventory-server/Makefile | 2 +-
 net-mgmt/librenms/Makefile                            | 2 +-
 net-mgmt/nagiosql/Makefile                            | 2 +-
 net-mgmt/observium/Makefile                           | 2 +-
 net-mgmt/phpipam/Makefile                             | 2 +-
 net-mgmt/phpweathermap/Makefile                       | 2 +-
 net/pecl-amqp/Makefile                                | 2 +-
 security/mailzu/Makefile                              | 2 +-
 security/snuffleupagus/Makefile                       | 2 +-
 www/glpi/Makefile                                     | 2 +-
 www/ilias/Makefile                                    | 2 +-
 www/moodle311/Makefile                                | 2 +-
 www/moodle40/Makefile                                 | 2 +-
 www/moodle41/Makefile                                 | 2 +-
 www/moodle42/Makefile                                 | 2 +-
 www/nibbleblog/Makefile                               | 2 +-
 www/osticket/Makefile                                 | 2 +-
 www/pecl-yaf/Makefile                                 | 2 +-
 www/pecl-yar/Makefile                                 | 2 +-
 www/phpbb/Makefile                                    | 2 +-
 www/thundersnarf/Makefile                             | 2 +-
 www/typo3-12/Makefile                                 | 2 +-
 50 files changed, 52 insertions(+), 47 deletions(-)

diff --git a/archivers/pecl-rar/Makefile b/archivers/pecl-rar/Makefile
index cf47a51b4001..85932a8f14fd 100644
--- a/archivers/pecl-rar/Makefile
+++ b/archivers/pecl-rar/Makefile
@@ -13,7 +13,7 @@ DEPRECATED=	Requires php80 which is set to expire on 2023-11-26
 EXPIRATION_DATE=	2023-12-31
 
 USES=		compiler:c11 php:build,pecl
-IGNORE_WITH_PHP=	81 82
+IGNORE_WITH_PHP=	81 82 83
 
 CONFIGURE_ARGS=	--enable-rar
 
diff --git a/chinese/phpbb-tw/Makefile b/chinese/phpbb-tw/Makefile
index 4361f20522c0..21418257f8d9 100644
--- a/chinese/phpbb-tw/Makefile
+++ b/chinese/phpbb-tw/Makefile
@@ -17,7 +17,7 @@ RUN_DEPENDS=	${LOCALBASE}/share/pear/System.php:devel/pear@${PHP_FLAVOR}
 
 CONFLICTS_INSTALL=	phpbb phpbb3 zh-phpbb3-tw # share/doc/phpbb/AUTHORS share/doc/phpbb/CHANGELOG.html
 USES=		dos2unix php
-IGNORE_WITH_PHP=	82
+IGNORE_WITH_PHP=	82 83
 
 # Get HOSTNAME
 .if exists(/sbin/sysctl)
diff --git a/databases/pecl-couchbase/Makefile b/databases/pecl-couchbase/Makefile
index b40b80f2d960..e2f672e955aa 100644
--- a/databases/pecl-couchbase/Makefile
+++ b/databases/pecl-couchbase/Makefile
@@ -13,6 +13,7 @@ LICENSE=	APACHE20
 BUILD_DEPENDS=	cmake:devel/cmake-core
 
 USES=		compiler:c++17-lang php:build,pecl
+IGNORE_WITH_PHP=	83
 
 CONFIGURE_ARGS=	COUCHBASE_CMAKE_EXTRA="-DCOUCHBASE_CXX_CLIENT_EMBED_MOZILLA_CA_BUNDLE=OFF"
 
diff --git a/devel/ioncube/Makefile b/devel/ioncube/Makefile
index 52e1e0beb91a..0b312bdfada2 100644
--- a/devel/ioncube/Makefile
+++ b/devel/ioncube/Makefile
@@ -20,7 +20,7 @@ LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 IGNORE_DragonFly=	is unsupported on DragonFly
 ONLY_FOR_ARCHS=	amd64 i386
 USES=		php:flavors
-IGNORE_WITH_PHP=	80 82
+IGNORE_WITH_PHP=	80 82 83
 
 NO_BUILD=	yes
 SUB_FILES=	pkg-message
diff --git a/devel/pecl-runkit7/Makefile b/devel/pecl-runkit7/Makefile
index af79afef623d..95c522372ac6 100644
--- a/devel/pecl-runkit7/Makefile
+++ b/devel/pecl-runkit7/Makefile
@@ -9,5 +9,6 @@ WWW=		https://github.com/runkit7/runkit7
 LICENSE=	PHP301
 
 USES=		compiler:c11 php:pecl
+IGNORE_WITH_PHP=	83
 
 .include <bsd.port.mk>
diff --git a/devel/pecl-swoole/Makefile b/devel/pecl-swoole/Makefile
index 1e8381752a1e..539baec7ec56 100644
--- a/devel/pecl-swoole/Makefile
+++ b/devel/pecl-swoole/Makefile
@@ -10,6 +10,7 @@ LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		compiler:c11 localbase:ldflags php:build,pecl ssl
+IGNORE_WITH_PHP=	83
 
 CONFIGURE_ARGS+=	--enable-mysqlnd
 
diff --git a/devel/pecl-uv/Makefile b/devel/pecl-uv/Makefile
index 38f3ebea8508..3b8984fe61f2 100644
--- a/devel/pecl-uv/Makefile
+++ b/devel/pecl-uv/Makefile
@@ -16,6 +16,6 @@ EXPIRATION_DATE=	2023-12-31
 LIB_DEPENDS=	libuv.so:devel/libuv
 
 USES=		php:pecl
-IGNORE_WITH_PHP=	81 82
+IGNORE_WITH_PHP=	81 82 83
 
 .include <bsd.port.mk>
diff --git a/devel/pecl-vld/Makefile b/devel/pecl-vld/Makefile
index 74cb444b9863..a40b3661827c 100644
--- a/devel/pecl-vld/Makefile
+++ b/devel/pecl-vld/Makefile
@@ -12,6 +12,6 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 USES=		php:pecl
 
 CONFIGURE_ARGS=	--enable-vld
-IGNORE_WITH_PHP=82
+IGNORE_WITH_PHP=82 83
 
 .include <bsd.port.mk>
diff --git a/devel/pecl-xdebug/Makefile b/devel/pecl-xdebug/Makefile
index dacbc2532d66..4d080d07963d 100644
--- a/devel/pecl-xdebug/Makefile
+++ b/devel/pecl-xdebug/Makefile
@@ -9,8 +9,10 @@ WWW=		https://www.xdebug.org/
 LICENSE=	PHP30
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-CONFIGURE_ARGS=	--enable-xdebug
 USES=		php:pecl,zend tar:tgz
+IGNORE_WITH_PHP=	83
+
+CONFIGURE_ARGS=	--enable-xdebug
 
 SUB_FILES=	pkg-message
 
diff --git a/devel/pecl-zookeeper/Makefile b/devel/pecl-zookeeper/Makefile
index d4d1c83a8d7f..b7bb12b1b0a9 100644
--- a/devel/pecl-zookeeper/Makefile
+++ b/devel/pecl-zookeeper/Makefile
@@ -15,7 +15,7 @@ LIB_DEPENDS=	libzookeeper_mt.so:devel/libzookeeper
 USES=		php:pecl
 USE_PHP=	session:build
 
-IGNORE_WITH_PHP=82
+IGNORE_WITH_PHP=82 83
 
 PORTDATA=	zookeeper-api.php
 
diff --git a/graphics/php-facedetect/Makefile b/graphics/php-facedetect/Makefile
index ad7954e3a196..f7cfc5973d6e 100644
--- a/graphics/php-facedetect/Makefile
+++ b/graphics/php-facedetect/Makefile
@@ -23,7 +23,7 @@ GH_TAGNAME=	2a8974b
 LIBS+=		-lopencv_core
 
 USES=		compiler:c11 localbase php:ext pkgconfig
-IGNORE_WITH_PHP=	81 82
+IGNORE_WITH_PHP=	81 82 83
 
 CONFIGURE_ARGS+=	--with-facedetect
 
diff --git a/mail/phplist/Makefile b/mail/phplist/Makefile
index 4d4906da7b94..6b1113b1075a 100644
--- a/mail/phplist/Makefile
+++ b/mail/phplist/Makefile
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request@${PHP_FLAVOR}
 
 USES=		cpe tar:tgz php:web,flavors
 USE_PHP=	curl gd gettext iconv imap mbstring mysqli session xml zlib
-IGNORE_WITH_PHP=	82
+IGNORE_WITH_PHP=	82 83
 
 NO_ARCH=	yes
 NO_BUILD=	yes
diff --git a/mail/roundcube-automatic_addressbook/Makefile b/mail/roundcube-automatic_addressbook/Makefile
index 2cbfb37d4d3c..ae2167f41916 100644
--- a/mail/roundcube-automatic_addressbook/Makefile
+++ b/mail/roundcube-automatic_addressbook/Makefile
@@ -15,7 +15,7 @@ RUN_DEPENDS=	roundcube${PHP_PKGNAMESUFFIX}>=0.8:mail/roundcube@${PHP_FLAVOR}
 USES=		php:flavors
 USE_GITHUB=	yes
 GH_ACCOUNT=	sblaisot
-IGNORE_WITH_PHP=82
+IGNORE_WITH_PHP=82 83
 
 WWWDIR=		${RCDIR}/plugins/automatic_addressbook
 NO_ARCH=	yes
diff --git a/mail/roundcube-calendar-kolab/Makefile b/mail/roundcube-calendar-kolab/Makefile
index 78b1643c53d5..1226cce92eaa 100644
--- a/mail/roundcube-calendar-kolab/Makefile
+++ b/mail/roundcube-calendar-kolab/Makefile
@@ -16,7 +16,7 @@ BUILD_DEPENDS=	roundcube${PHP_PKGNAMESUFFIX}>=1.0:mail/roundcube@${PHP_FLAVOR}
 RUN_DEPENDS=	roundcube${PHP_PKGNAMESUFFIX}>=1.0:mail/roundcube@${PHP_FLAVOR}
 
 USES=		php:flavors
-IGNORE_WITH_PHP=82
+IGNORE_WITH_PHP=82 83
 
 NO_BUILD=	yes
 NO_ARCH=	yes
diff --git a/mail/roundcube-carddav/Makefile b/mail/roundcube-carddav/Makefile
index 7f00ee177d1a..da6ebd12deae 100644
--- a/mail/roundcube-carddav/Makefile
+++ b/mail/roundcube-carddav/Makefile
@@ -12,7 +12,7 @@ WWW=		https://github.com/mstilkerich/rcmcarddav
 
 LICENSE=	GPLv2
 
-IGNORE_WITH_PHP=82
+IGNORE_WITH_PHP=82 83
 
 BUILD_DEPENDS=	roundcube${PHP_PKGNAMESUFFIX}>=1.5:mail/roundcube@${PHP_FLAVOR}
 RUN_DEPENDS=	roundcube${PHP_PKGNAMESUFFIX}>=1.5:mail/roundcube@${PHP_FLAVOR}
diff --git a/mail/roundcube-classic/Makefile b/mail/roundcube-classic/Makefile
index 87cf0081b3ea..06480039e6cf 100644
--- a/mail/roundcube-classic/Makefile
+++ b/mail/roundcube-classic/Makefile
@@ -19,7 +19,7 @@ NO_BUILD=	yes
 CPE_PRODUCT=	webmail
 CPE_VENDOR=	roundcube
 
-IGNORE_WITH_PHP=82
+IGNORE_WITH_PHP=82 83
 
 WWWDIR=		${PREFIX}/www/${PKGNAMEPREFIX:S/-//}/skins/${PORTNAME}
 
diff --git a/mail/roundcube-contextmenu/Makefile b/mail/roundcube-contextmenu/Makefile
index 45087f590081..396890871963 100644
--- a/mail/roundcube-contextmenu/Makefile
+++ b/mail/roundcube-contextmenu/Makefile
@@ -13,7 +13,7 @@ LICENSE=	GPLv3
 RUN_DEPENDS=	roundcube${PHP_PKGNAMESUFFIX}>=1.5.0:mail/roundcube@${PHP_FLAVOR}
 
 USES=	php:flavors
-IGNORE_WITH_PHP=82
+IGNORE_WITH_PHP=82 83
 NO_BUILD=	yes
 NO_ARCH=	yes
 
diff --git a/mail/roundcube-html5_notifier/Makefile b/mail/roundcube-html5_notifier/Makefile
index 00116faae691..8a6083693235 100644
--- a/mail/roundcube-html5_notifier/Makefile
+++ b/mail/roundcube-html5_notifier/Makefile
@@ -17,7 +17,7 @@ RUN_DEPENDS=	roundcube${PHP_PKGNAMESUFFIX}>=1.0:mail/roundcube@${PHP_FLAVOR}
 USES=		php:flavors
 USE_GITHUB=	yes
 GH_ACCOUNT=	stremlau
-IGNORE_WITH_PHP=82
+IGNORE_WITH_PHP=82 83
 
 WWWDIR=		${PREFIX}/www/roundcube/plugins/${PORTNAME}
 NO_ARCH=	yes
diff --git a/mail/roundcube-larry/Makefile b/mail/roundcube-larry/Makefile
index 008bea429375..a7cdec1814a1 100644
--- a/mail/roundcube-larry/Makefile
+++ b/mail/roundcube-larry/Makefile
@@ -19,7 +19,7 @@ NO_BUILD=	yes
 CPE_PRODUCT=	webmail
 CPE_VENDOR=	roundcube
 
-IGNORE_WITH_PHP=82
+IGNORE_WITH_PHP=82 83
 
 WWWDIR=		${PREFIX}/www/${PKGNAMEPREFIX:S/-//}/skins/${PORTNAME}
 
diff --git a/mail/roundcube-login_info/Makefile b/mail/roundcube-login_info/Makefile
index 63da19cd87e8..cbb031d91bd9 100644
--- a/mail/roundcube-login_info/Makefile
+++ b/mail/roundcube-login_info/Makefile
@@ -13,7 +13,7 @@ LICENSE=	GPLv2
 RUN_DEPENDS=	roundcube${PHP_PKGNAMESUFFIX}>=1.0:mail/roundcube@${PHP_FLAVOR}
 
 USES=		php:flavors
-IGNORE_WITH_PHP=	82
+IGNORE_WITH_PHP=	82 83
 
 WWWDIR=		${LOCALBASE}/www/roundcube
 NO_ARCH=	yes
diff --git a/mail/roundcube-sauserprefs/Makefile b/mail/roundcube-sauserprefs/Makefile
index 1fdfbbb59c35..a5bb5a2fd9b1 100644
--- a/mail/roundcube-sauserprefs/Makefile
+++ b/mail/roundcube-sauserprefs/Makefile
@@ -13,7 +13,7 @@ LICENSE=	GPLv3
 RUN_DEPENDS=	roundcube${PHP_PKGNAMESUFFIX}>=1.5:mail/roundcube@${PHP_FLAVOR}
 
 USES=		php:flavors
-IGNORE_WITH_PHP=	82
+IGNORE_WITH_PHP=	82 83
 
 WWWDIR=		${PREFIX}/www/roundcube/plugins/sauserprefs
 NO_ARCH=	yes
diff --git a/mail/roundcube-thunderbird_labels/Makefile b/mail/roundcube-thunderbird_labels/Makefile
index f24fcb3172c4..a52e05f1d158 100644
--- a/mail/roundcube-thunderbird_labels/Makefile
+++ b/mail/roundcube-thunderbird_labels/Makefile
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
 RUN_DEPENDS=	roundcube${PHP_PKGNAMESUFFIX}>=1.4.0:mail/roundcube@${PHP_FLAVOR}
 
-IGNORE_WITH_PHP=	82
+IGNORE_WITH_PHP=	82 83
 USES=		php:flavors
 
 USE_GITHUB=	yes
diff --git a/mail/roundcube-twofactor_gauthenticator/Makefile b/mail/roundcube-twofactor_gauthenticator/Makefile
index aab1470d92ea..b679824812f6 100644
--- a/mail/roundcube-twofactor_gauthenticator/Makefile
+++ b/mail/roundcube-twofactor_gauthenticator/Makefile
@@ -14,7 +14,7 @@ BUILD_DEPENDS=	roundcube${PHP_PKGNAMESUFFIX}>=1.0:mail/roundcube@${PHP_FLAVOR}
 RUN_DEPENDS=	roundcube${PHP_PKGNAMESUFFIX}>=1.0:mail/roundcube@${PHP_FLAVOR}
 
 USES=		php:flavors
-IGNORE_WITH_PHP=82
+IGNORE_WITH_PHP=82 83
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	alexandregz
diff --git a/mail/roundcube-veximaccountadmin/Makefile b/mail/roundcube-veximaccountadmin/Makefile
index 31ada091ac3e..f5ae3ed591d9 100644
--- a/mail/roundcube-veximaccountadmin/Makefile
+++ b/mail/roundcube-veximaccountadmin/Makefile
@@ -13,7 +13,7 @@ LICENSE=	GPLv3
 RUN_DEPENDS=	roundcube${PHP_PKGNAMESUFFIX}>=1.3:mail/roundcube@${PHP_FLAVOR}
 
 USES=		php:flavors
-IGNORE_WITH_PHP=	82
+IGNORE_WITH_PHP=	82 83
 
 WWWDIR=		${PREFIX}/www/roundcube
 REINPLACE_ARGS=	-i ''
diff --git a/mail/roundcube-yubikey_auth/Makefile b/mail/roundcube-yubikey_auth/Makefile
index 4e2020831ccd..ab4eea66aba3 100644
--- a/mail/roundcube-yubikey_auth/Makefile
+++ b/mail/roundcube-yubikey_auth/Makefile
@@ -19,7 +19,7 @@ GH_ACCOUNT=	northox
 GH_PROJECT=	roundcube-yubikey-plugin
 GH_TAGNAME=	383bbb3
 USE_PHP=	curl
-IGNORE_WITH_PHP=	82
+IGNORE_WITH_PHP=	82 83
 
 WWWDIR=		${PREFIX}/www/roundcube/plugins/roundcube_yubikey_authentication
 NO_ARCH=	yes
diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile
index 1017de67e7a1..75db30b5b28a 100644
--- a/mail/roundcube/Makefile
+++ b/mail/roundcube/Makefile
@@ -27,7 +27,7 @@ CPE_PRODUCT=	webmail
 CPE_VENDOR=	roundcube
 
 USE_PHP=	mbstring session iconv dom xml intl zip filter fileinfo exif ctype
-IGNORE_WITH_PHP=82
+IGNORE_WITH_PHP=82 83
 
 OPTIONS_DEFINE=	LDAP GD PSPELL NSC DOCS EXAMPLES
 OPTIONS_MULTI=	DB
diff --git a/mail/squirrelmail-change_sqlpass-plugin/Makefile b/mail/squirrelmail-change_sqlpass-plugin/Makefile
index 02721808b083..9e2b560a2a3d 100644
--- a/mail/squirrelmail-change_sqlpass-plugin/Makefile
+++ b/mail/squirrelmail-change_sqlpass-plugin/Makefile
@@ -8,7 +8,7 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Allows users to change their passwords stored in a SQL database
 WWW=		https://www.squirrelmail.org/plugin_view.php?id=25
 
-IGNORE_WITH_PHP=	82
+IGNORE_WITH_PHP=	82 83
 USE_SM_COMPAT=	yes
 
 RUN_DEPENDS=	${LOCALBASE}/share/pear/DB.php:databases/pear-DB@${PHP_FLAVOR}
diff --git a/mail/squirrelmail-sasql-plugin/Makefile b/mail/squirrelmail-sasql-plugin/Makefile
index 65a0337e8409..41261cbb3aae 100644
--- a/mail/squirrelmail-sasql-plugin/Makefile
+++ b/mail/squirrelmail-sasql-plugin/Makefile
@@ -9,7 +9,7 @@ WWW=		https://www.squirrelmail.org
 
 RUN_DEPENDS=	${LOCALBASE}/share/pear/DB.php:databases/pear-DB@${PHP_FLAVOR}
 
-IGNORE_WITH_PHP=	82
+IGNORE_WITH_PHP=	82 83
 USE_SM_COMPAT=	yes
 USE_GENERIC_PKGMESSAGE=	yes
 
diff --git a/net-mgmt/glpi-plugins-fusioninventory-server/Makefile b/net-mgmt/glpi-plugins-fusioninventory-server/Makefile
index 879c49e3956b..621b378b1386 100644
--- a/net-mgmt/glpi-plugins-fusioninventory-server/Makefile
+++ b/net-mgmt/glpi-plugins-fusioninventory-server/Makefile
@@ -22,7 +22,7 @@ GH_ACCOUNT=	fusioninventory
 GH_PROJECT=	fusioninventory-for-glpi
 GH_TAGNAME=	glpi090+${FUNV_VER}
 USE_PHP=	fileinfo simplexml
-IGNORE_WITH_PHP=	81 82
+IGNORE_WITH_PHP=	81 82 83
 
 GLPI_VER=	9.5.0
 FUNV_VER=	1.5
diff --git a/net-mgmt/librenms/Makefile b/net-mgmt/librenms/Makefile
index 320d04284a2f..f08c0ef82291 100644
--- a/net-mgmt/librenms/Makefile
+++ b/net-mgmt/librenms/Makefile
@@ -11,7 +11,7 @@ WWW=		https://www.librenms.org
 
 LICENSE=	GPLv3
 
-IGNORE_WITH_PHP=	82
+IGNORE_WITH_PHP=	82 83
 
 # perhaps we also need python-memcache python-mysqldb
 RUN_DEPENDS+=	${LOCALBASE}/share/pear/Net/IPv4.php:net/pear-Net_IPv4@${PHP_FLAVOR} \
diff --git a/net-mgmt/nagiosql/Makefile b/net-mgmt/nagiosql/Makefile
index de03ea152c18..7b8f35eedce1 100644
--- a/net-mgmt/nagiosql/Makefile
+++ b/net-mgmt/nagiosql/Makefile
@@ -9,7 +9,7 @@ WWW=		https://gitlab.com/wizonet/nagiosql
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-IGNORE_WITH_PHP=	82
+IGNORE_WITH_PHP=	82 83
 
 USES=		cpe gettext mysql php:web tar:bzip2
 USE_PHP=	filter gettext mysqli session simplexml
diff --git a/net-mgmt/observium/Makefile b/net-mgmt/observium/Makefile
index 6c0bce1875ea..d00d69f5b340 100644
--- a/net-mgmt/observium/Makefile
+++ b/net-mgmt/observium/Makefile
@@ -21,7 +21,7 @@ LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 USES=		cpe php:cli,flavors python:3.5+ shebangfix
-IGNORE_WITH_PHP=	82
+IGNORE_WITH_PHP=	82 83
 SHEBANG_FILES=	\
 		poller-wrapper.py \
 		poller.php \
diff --git a/net-mgmt/phpipam/Makefile b/net-mgmt/phpipam/Makefile
index 487be208bdf2..af161da1bd55 100644
--- a/net-mgmt/phpipam/Makefile
+++ b/net-mgmt/phpipam/Makefile
@@ -11,7 +11,7 @@ LICENSE=	GPLv3
 RUN_DEPENDS=	${LOCALBASE}/share/pear/System.php:devel/pear@${PHP_FLAVOR}
 
 USES=		cpe gettext php:web tar:
-IGNORE_WITH_PHP=	82
+IGNORE_WITH_PHP=	82 83
 
 USE_GITHUB=	yes
 GH_TAGNAME=	be8a2c4
diff --git a/net-mgmt/phpweathermap/Makefile b/net-mgmt/phpweathermap/Makefile
index 36bd92d47e1c..ceb06be09d8f 100644
--- a/net-mgmt/phpweathermap/Makefile
+++ b/net-mgmt/phpweathermap/Makefile
@@ -19,7 +19,7 @@ NO_BUILD=	yes
 NO_ARCH=	yes
 USES=		php zip
 USE_PHP=	gd
-IGNORE_WITH_PHP=	82
+IGNORE_WITH_PHP=	82 83
 
 WM_FILES=	HTML_ImageMap.class.php WeatherMap.functions.php \
 		WeatherMapLink.class.php WeatherMapNode.class.php \
diff --git a/net/pecl-amqp/Makefile b/net/pecl-amqp/Makefile
index d789425c4996..c38a14a9c65c 100644
--- a/net/pecl-amqp/Makefile
+++ b/net/pecl-amqp/Makefile
@@ -13,6 +13,6 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 LIB_DEPENDS=	librabbitmq.so:net/rabbitmq-c
 
 USES=		php:pecl localbase
-IGNORE_WITH_PHP=	82
+IGNORE_WITH_PHP=	82 83
 
 .include <bsd.port.mk>
diff --git a/security/mailzu/Makefile b/security/mailzu/Makefile
index 97d7e6c5fb31..fc35282dc586 100644
--- a/security/mailzu/Makefile
+++ b/security/mailzu/Makefile
@@ -21,7 +21,7 @@ RUN_DEPENDS=	${LOCALBASE}/sbin/amavisd:security/amavisd-new \
 
 USES=		php:flavors,web
 USE_PHP=	sockets
-IGNORE_WITH_PHP=	82
+IGNORE_WITH_PHP=	82 83
 
 NO_ARCH=	yes
 NO_BUILD=	yes
diff --git a/security/snuffleupagus/Makefile b/security/snuffleupagus/Makefile
index 0db1814d6885..760ea57d8f80 100644
--- a/security/snuffleupagus/Makefile
+++ b/security/snuffleupagus/Makefile
@@ -17,7 +17,7 @@ USES=		localbase:ldflags php:build,ext
 USE_GITHUB=	yes
 GH_ACCOUNT=	jvoisin
 USE_PHP=	session:build
-IGNORE_WITH_PHP=	82
+IGNORE_WITH_PHP=	82 83
 
 CONFIGURE_ARGS=	--enable-snuffleupagus
 
diff --git a/www/glpi/Makefile b/www/glpi/Makefile
index cfc77b167b34..a47b1067bb21 100644
--- a/www/glpi/Makefile
+++ b/www/glpi/Makefile
@@ -15,7 +15,7 @@ CPE_VENDOR=	glpi-project
 USE_PHP=	bz2 ctype curl exif fileinfo gd iconv intl mbstring \
 		mysqli opcache session simplexml sodium xml xmlrpc zip zlib \
 		dom filter
-IGNORE_WITH_PHP=	82
+IGNORE_WITH_PHP=	82 83
 
 NO_ARCH=	yes
 NO_BUILD=	yes
diff --git a/www/ilias/Makefile b/www/ilias/Makefile
index 171fcd073818..22ad1de0beab 100644
--- a/www/ilias/Makefile
+++ b/www/ilias/Makefile
@@ -14,7 +14,7 @@ LICENSE=	GPLv2
 DEPRECATED=	Requires php80 which is set to expire on 2023-11-26
 EXPIRATION_DATE=	2023-12-31
 
-IGNORE_WITH_PHP=	81 82
+IGNORE_WITH_PHP=	81 82 83
 
 LIB_DEPENDS=	libpng.so:graphics/png
 RUN_DEPENDS=	${LOCALBASE}/share/pear/Auth/Auth.php:security/pear-Auth@${PHP_FLAVOR} \
diff --git a/www/moodle311/Makefile b/www/moodle311/Makefile
index f6150345a43e..38c46691c9ba 100644
--- a/www/moodle311/Makefile
+++ b/www/moodle311/Makefile
@@ -20,7 +20,7 @@ USES=		cpe php:flavors tar:tgz
 USE_PHP=	ctype curl dom fileinfo filter gd iconv intl mbstring \
 		opcache session simplexml soap sodium tokenizer \
 		xml xmlreader xmlrpc zip zlib
-IGNORE_WITH_PHP=	81 82
+IGNORE_WITH_PHP=	81 82 83
 
 WRKSRC=		${WRKDIR}/moodle
 
diff --git a/www/moodle40/Makefile b/www/moodle40/Makefile
index e78d2c6e525d..b8a89c6e3a1e 100644
--- a/www/moodle40/Makefile
+++ b/www/moodle40/Makefile
@@ -21,7 +21,7 @@ USE_PHP=	ctype curl dom exif fileinfo filter gd \
 		iconv intl mbstring opcache \
 		session simplexml soap sodium tokenizer \
 		xml xmlreader xmlrpc zip zlib
-IGNORE_WITH_PHP=	81 82
+IGNORE_WITH_PHP=	81 82 83
 
 WRKSRC=		${WRKDIR}/moodle
 
diff --git a/www/moodle41/Makefile b/www/moodle41/Makefile
index 989aaa883255..8e9602c0d73b 100644
--- a/www/moodle41/Makefile
+++ b/www/moodle41/Makefile
@@ -18,7 +18,7 @@ USE_PHP=	ctype curl dom exif fileinfo filter gd \
 		iconv intl mbstring opcache \
 		session simplexml soap sodium tokenizer \
 		xml xmlreader xmlrpc zip zlib
-IGNORE_WITH_PHP=	82
+IGNORE_WITH_PHP=	82 83
 
 WRKSRC=		${WRKDIR}/moodle
 
diff --git a/www/moodle42/Makefile b/www/moodle42/Makefile
index 78ab79f6560c..c9c1b8fa40f2 100644
--- a/www/moodle42/Makefile
+++ b/www/moodle42/Makefile
@@ -18,7 +18,7 @@ USE_PHP=	ctype curl dom exif fileinfo filter gd \
 		iconv intl mbstring opcache \
 		session simplexml soap sodium tokenizer \
 		xml xmlreader xmlrpc zip zlib
-IGNORE_WITH_PHP=	82
+IGNORE_WITH_PHP=	82 83
 
 WRKSRC=		${WRKDIR}/moodle
 
diff --git a/www/nibbleblog/Makefile b/www/nibbleblog/Makefile
index 311409024381..7fd5732e5bad 100644
--- a/www/nibbleblog/Makefile
+++ b/www/nibbleblog/Makefile
@@ -15,7 +15,7 @@ USES=		cpe php zip
 NO_BUILD=	yes
 NO_ARCH=	yes
 USE_PHP=	session filter xml simplexml gd
-IGNORE_WITH_PHP=	82
+IGNORE_WITH_PHP=	82 83
 PKGMESSAGE=	${MASTERDIR}/pkg-message
 PLIST_SUB=	WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}"
 SUB_FILES=	pkg-message
diff --git a/www/osticket/Makefile b/www/osticket/Makefile
index 6674dbfd9c65..f4568e605623 100644
--- a/www/osticket/Makefile
+++ b/www/osticket/Makefile
@@ -18,7 +18,7 @@ USES=		cpe php:web zip
 CPE_VENDOR=	enhancesoft
 USE_PHP=	ctype curl dom fileinfo filter gd gettext iconv imap intl \
 		mbstring mysqli opcache phar session xml zip
-IGNORE_WITH_PHP=	82
+IGNORE_WITH_PHP=	82 83
 NO_ARCH=	yes
 NO_BUILD=	yes
 SUB_FILES=	pkg-message
diff --git a/www/pecl-yaf/Makefile b/www/pecl-yaf/Makefile
index 4de02e447df8..ce14f4c7f153 100644
--- a/www/pecl-yaf/Makefile
+++ b/www/pecl-yaf/Makefile
@@ -13,6 +13,6 @@ LIB_DEPENDS=	libpcre.so:devel/pcre
 
 USES=		localbase php:pecl
 
-IGNORE_WITH_PHP=82
+IGNORE_WITH_PHP=82 83
 
 .include <bsd.port.mk>
diff --git a/www/pecl-yar/Makefile b/www/pecl-yar/Makefile
index c66ea384a2c8..e0d56d02d729 100644
--- a/www/pecl-yar/Makefile
+++ b/www/pecl-yar/Makefile
@@ -14,7 +14,7 @@ LIB_DEPENDS=	libcurl.so:ftp/curl
 USES=		localbase:ldflags php:build,pecl
 USE_PHP=	curl
 
-IGNORE_WITH_PHP=82
+IGNORE_WITH_PHP=82 83
 
 OPTIONS_DEFINE=	MSGPACK
 OPTIONS_DEFAULT=MSGPACK
diff --git a/www/phpbb/Makefile b/www/phpbb/Makefile
index b17e28543602..7f810f1931cb 100644
--- a/www/phpbb/Makefile
+++ b/www/phpbb/Makefile
@@ -16,7 +16,7 @@ RUN_DEPENDS=	${LOCALBASE}/share/pear/System.php:devel/pear@${PHP_FLAVOR}
 CONFLICTS=	phpbb-tw
 
 USES=		cpe tar:bzip2 php
-IGNORE_WITH_PHP=	82
+IGNORE_WITH_PHP=	82 83
 
 # The phpBB2 port supports a number of variables that may be tweaked at build
 # time.  Perform a "make options" to see more information on these variables.
diff --git a/www/thundersnarf/Makefile b/www/thundersnarf/Makefile
index 03c24ec96749..e07a14b78599 100644
--- a/www/thundersnarf/Makefile
+++ b/www/thundersnarf/Makefile
@@ -19,7 +19,7 @@ PGSQL_DESC=	Install PostgreSQL (report data storing)
 USES=		tar:bzip2
 
 PHP_USES=	php
-PHP_VARS=	IGNORE_WITH_PHP=81 82
+PHP_VARS=	IGNORE_WITH_PHP=81 82 83
 
 NO_BUILD=	yes
 NO_ARCH=	yes
diff --git a/www/typo3-12/Makefile b/www/typo3-12/Makefile
index 7b29884fea6d..e5be07726180 100644
--- a/www/typo3-12/Makefile
+++ b/www/typo3-12/Makefile
@@ -14,7 +14,7 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 IGNORE_WITH_MYSQL=	56 57 101m 102m
-IGNORE_WITH_PHP=	80 82
+IGNORE_WITH_PHP=	80 82 83
 
 USES=		cpe php:web,flavors shebangfix
 USE_PHP=	ctype dom fileinfo filter gd intl \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306101458.35AEw56l052189>