git: 6373a1df1f4d - main - */*: Unbreak with php84
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 03 Aug 2024 18:59:45 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6373a1df1f4d17cea310b25c60fde5e36b69414f
commit 6373a1df1f4d17cea310b25c60fde5e36b69414f
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-08-03 18:57:26 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-08-03 18:59:37 +0000
*/*: Unbreak with php84
These ports were initially marked to IGNORE with php84 as their runtime
dependencies were BROKEN. As all of the runtime dependencies has been
fixed for ther requirements unmark these ports. Although these ports
build perfectly with php84 but there might still be runtime issues with
these ports with php84. The maintainers are requested to do some runtime
checks for these ports.
Approved by: portmgr (blanket)
---
databases/dalmp/Makefile | 1 -
finance/prestashop/Makefile | 1 -
mail/nocc/Makefile | 1 -
mail/pear-Horde_Imap_Client/Makefile | 1 -
mail/pear-Horde_Kolab_Storage/Makefile | 1 -
mail/pear-Horde_Mail_Autoconfig/Makefile | 1 -
mail/postfixadmin/Makefile | 1 -
mail/postfixadmin33/Makefile | 1 -
mail/snappymail/Makefile | 1 -
net-mgmt/icingaweb2-module-businessprocess/Makefile | 1 -
net-mgmt/icingaweb2-module-cube/Makefile | 1 -
net-mgmt/icingaweb2-module-director/Makefile | 1 -
net-mgmt/icingaweb2-module-elasticsearch/Makefile | 1 -
net-mgmt/icingaweb2-module-fileshipper/Makefile | 1 -
net-mgmt/icingaweb2-module-generictts/Makefile | 1 -
net-mgmt/icingaweb2-module-grafana/Makefile | 1 -
net-mgmt/icingaweb2-module-graphite/Makefile | 1 -
net-mgmt/icingaweb2-module-icingadb/Makefile | 1 -
net-mgmt/icingaweb2-module-idoreports/Makefile | 1 -
net-mgmt/icingaweb2-module-jira/Makefile | 1 -
net-mgmt/icingaweb2-module-map/Makefile | 1 -
net-mgmt/icingaweb2-module-pdfexport/Makefile | 1 -
net-mgmt/icingaweb2-module-reactbundle/Makefile | 1 -
net-mgmt/icingaweb2-module-reporting/Makefile | 1 -
net-mgmt/icingaweb2-module-vsphere/Makefile | 1 -
net-mgmt/icingaweb2-module-vspheredb/Makefile | 1 -
net-mgmt/icingaweb2-module-x509/Makefile | 1 -
net-mgmt/icingaweb2/Makefile | 1 -
net-mgmt/phpipam/Makefile | 1 -
net/pear-Auth_RADIUS/Makefile | 1 -
www/baikal/Makefile | 1 -
www/fusionpbx/Makefile | 1 -
www/kanboard/Makefile | 1 -
www/matomo/Makefile | 1 -
www/opencart/Makefile | 1 -
www/openemr/Makefile | 1 -
www/suitecrm/Makefile | 1 -
www/thundercache/Makefile | 1 -
www/tikiwiki/Makefile | 1 -
39 files changed, 39 deletions(-)
diff --git a/databases/dalmp/Makefile b/databases/dalmp/Makefile
index 05c79a779d64..b73a5e3237d1 100644
--- a/databases/dalmp/Makefile
+++ b/databases/dalmp/Makefile
@@ -18,7 +18,6 @@ USES= php
NO_BUILD= yes
NO_ARCH= yes
USE_PHP= mysqli session memcache sqlite3 curl redis
-IGNORE_WITH_PHP= 84
do-install:
@${MKDIR} ${STAGEDIR}${DATADIR}
diff --git a/finance/prestashop/Makefile b/finance/prestashop/Makefile
index fb1ca2d77847..e77c0a37bbdf 100644
--- a/finance/prestashop/Makefile
+++ b/finance/prestashop/Makefile
@@ -16,7 +16,6 @@ USE_PHP= ctype curl dom fileinfo filter gd intl \
mbstring mcrypt mysqli \
pdo_mysql posix session simplexml \
soap tokenizer zip
-IGNORE_WITH_PHP= 84
WRKSRC= ${WRKDIR}/${PORTNAME}
SUB_FILES= pkg-message
diff --git a/mail/nocc/Makefile b/mail/nocc/Makefile
index ae048d50d474..5432fd4bc211 100644
--- a/mail/nocc/Makefile
+++ b/mail/nocc/Makefile
@@ -14,7 +14,6 @@ USES= cpe php:web
OPTIONS_DEFINE= DOCS
USE_PHP= ctype iconv imap mbstring session
-IGNORE_WITH_PHP= 84
SUB_FILES= pkg-message
NO_ARCH= yes
diff --git a/mail/pear-Horde_Imap_Client/Makefile b/mail/pear-Horde_Imap_Client/Makefile
index f6bff97344a1..3d006541d802 100644
--- a/mail/pear-Horde_Imap_Client/Makefile
+++ b/mail/pear-Horde_Imap_Client/Makefile
@@ -13,7 +13,6 @@ USE_HORDE_RUN= Horde_Exception \
Horde_Mime \
Horde_Stream \
Horde_Util
-IGNORE_WITH_PHP= 84
OPTIONS_DEFAULT= IMAP MBSTRING SASL
OPTIONS_DEFINE= IMAP MBSTRING SASL
diff --git a/mail/pear-Horde_Kolab_Storage/Makefile b/mail/pear-Horde_Kolab_Storage/Makefile
index cea285665302..3254d1bffbe6 100644
--- a/mail/pear-Horde_Kolab_Storage/Makefile
+++ b/mail/pear-Horde_Kolab_Storage/Makefile
@@ -14,7 +14,6 @@ USE_HORDE_RUN= Horde_Cache \
Horde_Translation \
Horde_Support \
Horde_Util
-IGNORE_WITH_PHP= 84
# Optional but we want it
USE_PHP+= imap
diff --git a/mail/pear-Horde_Mail_Autoconfig/Makefile b/mail/pear-Horde_Mail_Autoconfig/Makefile
index 74dc7f67f048..981adeac617b 100644
--- a/mail/pear-Horde_Mail_Autoconfig/Makefile
+++ b/mail/pear-Horde_Mail_Autoconfig/Makefile
@@ -12,7 +12,6 @@ USE_HORDE_RUN= Horde_Exception \
Horde_Imap_Client \
Horde_Mail \
Horde_Smtp
-IGNORE_WITH_PHP= 84
RUN_DEPENDS+= ${PEARDIR}/Net/DNS2.php:dns/pear-Net_DNS2@${PHP_FLAVOR}
diff --git a/mail/postfixadmin/Makefile b/mail/postfixadmin/Makefile
index 7b49131d0814..b4ab81cb7f4f 100644
--- a/mail/postfixadmin/Makefile
+++ b/mail/postfixadmin/Makefile
@@ -21,7 +21,6 @@ CPE_PRODUCT= postfix_admin
USE_GITHUB= yes
GH_TAGNAME= d3bc1551
USE_PHP= mbstring session
-IGNORE_WITH_PHP= 84
NO_ARCH= yes
NO_BUILD= yes
diff --git a/mail/postfixadmin33/Makefile b/mail/postfixadmin33/Makefile
index a7a14804704d..2cbc80738598 100644
--- a/mail/postfixadmin33/Makefile
+++ b/mail/postfixadmin33/Makefile
@@ -23,7 +23,6 @@ USE_GITHUB= yes
GH_ACCOUNT= ${DISTNAME}
GH_PROJECT= ${DISTNAME}
USE_PHP= mbstring session
-IGNORE_WITH_PHP= 84
NO_ARCH= yes
NO_BUILD= yes
diff --git a/mail/snappymail/Makefile b/mail/snappymail/Makefile
index 3cb3e8b8c269..7e88b8febb1f 100644
--- a/mail/snappymail/Makefile
+++ b/mail/snappymail/Makefile
@@ -17,7 +17,6 @@ RUN_DEPENDS= ${PECL_PKGNAMEPREFIX}APCu>0:devel/pecl-APCu@${PHP_FLAVOR} \
USES= php:web,flavors
USE_PHP= ctype curl dom fileinfo gd iconv intl mbstring phar simplexml \
sodium tidy xml zip zlib
-IGNORE_WITH_PHP= 84
NO_ARCH= yes
NO_BUILD= yes
diff --git a/net-mgmt/icingaweb2-module-businessprocess/Makefile b/net-mgmt/icingaweb2-module-businessprocess/Makefile
index ae94ab4ede3b..72651ace77ad 100644
--- a/net-mgmt/icingaweb2-module-businessprocess/Makefile
+++ b/net-mgmt/icingaweb2-module-businessprocess/Makefile
@@ -16,7 +16,6 @@ RUN_DEPENDS= icingaweb2${PHP_PKGNAMESUFFIX}>=2.12.1:net-mgmt/icingaweb2@${PHP_FL
icinga-php-library${PHP_PKGNAMESUFFIX}>=0.13.1:net-mgmt/icinga-php-library@${PHP_FLAVOR}
USES= php:web,flavors
-IGNORE_WITH_PHP= 84
USE_GITHUB= yes
GH_ACCOUNT= icinga
diff --git a/net-mgmt/icingaweb2-module-cube/Makefile b/net-mgmt/icingaweb2-module-cube/Makefile
index 89cfb07fd894..f7f52ae71969 100644
--- a/net-mgmt/icingaweb2-module-cube/Makefile
+++ b/net-mgmt/icingaweb2-module-cube/Makefile
@@ -20,7 +20,6 @@ NO_BUILD= yes
NO_ARCH= yes
USES= php:web,flavors
-IGNORE_WITH_PHP= 84
WWWDIR?= ${PREFIX}/www/icingaweb2/modules/${PORTNAME:C/^.*-//}
diff --git a/net-mgmt/icingaweb2-module-director/Makefile b/net-mgmt/icingaweb2-module-director/Makefile
index 2e3c24f02166..2da66542f9b9 100644
--- a/net-mgmt/icingaweb2-module-director/Makefile
+++ b/net-mgmt/icingaweb2-module-director/Makefile
@@ -16,7 +16,6 @@ RUN_DEPENDS= icingaweb2${PHP_PKGNAMESUFFIX}>=2.12.1:net-mgmt/icingaweb2@${PHP_FL
USES= php:web,flavors
USE_PHP= pcntl
-IGNORE_WITH_PHP= 84
USE_RC_SUBR= icinga-director
DIRECTOR_USER?= icingadirector
diff --git a/net-mgmt/icingaweb2-module-elasticsearch/Makefile b/net-mgmt/icingaweb2-module-elasticsearch/Makefile
index 36340132597a..f582c230dece 100644
--- a/net-mgmt/icingaweb2-module-elasticsearch/Makefile
+++ b/net-mgmt/icingaweb2-module-elasticsearch/Makefile
@@ -15,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= icingaweb2${PHP_PKGNAMESUFFIX}>=2.11.4:net-mgmt/icingaweb2@${PHP_FLAVOR}
USES= php:web,flavors
-IGNORE_WITH_PHP= 84
USE_GITHUB= yes
GH_ACCOUNT= icinga
diff --git a/net-mgmt/icingaweb2-module-fileshipper/Makefile b/net-mgmt/icingaweb2-module-fileshipper/Makefile
index a04284121fbe..262f6bdd6919 100644
--- a/net-mgmt/icingaweb2-module-fileshipper/Makefile
+++ b/net-mgmt/icingaweb2-module-fileshipper/Makefile
@@ -15,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= icingaweb2${PHP_PKGNAMESUFFIX}>=2.11.4:net-mgmt/icingaweb2@${PHP_FLAVOR}
USES= php:web,flavors
-IGNORE_WITH_PHP= 84
USE_GITHUB= yes
GH_ACCOUNT= icinga
diff --git a/net-mgmt/icingaweb2-module-generictts/Makefile b/net-mgmt/icingaweb2-module-generictts/Makefile
index 3a7ed3f29fe8..9cad0b424bb8 100644
--- a/net-mgmt/icingaweb2-module-generictts/Makefile
+++ b/net-mgmt/icingaweb2-module-generictts/Makefile
@@ -15,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= icingaweb2${PHP_PKGNAMESUFFIX}>=2.11.4:net-mgmt/icingaweb2@${PHP_FLAVOR}
USES= php:web,flavors
-IGNORE_WITH_PHP= 84
USE_GITHUB= yes
GH_ACCOUNT= icinga
diff --git a/net-mgmt/icingaweb2-module-grafana/Makefile b/net-mgmt/icingaweb2-module-grafana/Makefile
index 40049a16d80d..108e065c2d62 100644
--- a/net-mgmt/icingaweb2-module-grafana/Makefile
+++ b/net-mgmt/icingaweb2-module-grafana/Makefile
@@ -15,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= icingaweb2${PHP_PKGNAMESUFFIX}>=2.11.4:net-mgmt/icingaweb2@${PHP_FLAVOR}
USES= php:web,flavors
-IGNORE_WITH_PHP= 84
USE_GITHUB= yes
GH_ACCOUNT= mikesch-mp
diff --git a/net-mgmt/icingaweb2-module-graphite/Makefile b/net-mgmt/icingaweb2-module-graphite/Makefile
index d7e86edd24d1..a940ef1e801e 100644
--- a/net-mgmt/icingaweb2-module-graphite/Makefile
+++ b/net-mgmt/icingaweb2-module-graphite/Makefile
@@ -15,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= icingaweb2${PHP_PKGNAMESUFFIX}>=2.12.1:net-mgmt/icingaweb2@${PHP_FLAVOR}
USES= php:web,flavors
-IGNORE_WITH_PHP= 84
USE_GITHUB= yes
GH_ACCOUNT= icinga
diff --git a/net-mgmt/icingaweb2-module-icingadb/Makefile b/net-mgmt/icingaweb2-module-icingadb/Makefile
index 4c8d9d09a8d4..724bc43466ba 100644
--- a/net-mgmt/icingaweb2-module-icingadb/Makefile
+++ b/net-mgmt/icingaweb2-module-icingadb/Makefile
@@ -19,7 +19,6 @@ RUN_DEPENDS= icinga-php-library${PHP_PKGNAMESUFFIX}>=0.9:net-mgmt/icinga-php-lib
USES= php:web,flavors shebangfix
# php json extension is required but it's statically linked in default php
USE_PHP= curl dom xml
-IGNORE_WITH_PHP= 84
USE_GITHUB= yes
GH_ACCOUNT= icinga
diff --git a/net-mgmt/icingaweb2-module-idoreports/Makefile b/net-mgmt/icingaweb2-module-idoreports/Makefile
index 420399d75bbd..344ac07429fc 100644
--- a/net-mgmt/icingaweb2-module-idoreports/Makefile
+++ b/net-mgmt/icingaweb2-module-idoreports/Makefile
@@ -16,7 +16,6 @@ RUN_DEPENDS= icingaweb2${PHP_PKGNAMESUFFIX}>=2.12.1:net-mgmt/icingaweb2@${PHP_FL
icingaweb2-module-reporting${PHP_PKGNAMESUFFIX}>=0.10.0:net-mgmt/icingaweb2-module-reporting@${PHP_FLAVOR}
USES= php:web,flavors
-IGNORE_WITH_PHP= 84
USE_GITHUB= yes
GH_ACCOUNT= icinga
diff --git a/net-mgmt/icingaweb2-module-jira/Makefile b/net-mgmt/icingaweb2-module-jira/Makefile
index 805329bbbf24..a74ea18a7edf 100644
--- a/net-mgmt/icingaweb2-module-jira/Makefile
+++ b/net-mgmt/icingaweb2-module-jira/Makefile
@@ -15,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= icingaweb2${PHP_PKGNAMESUFFIX}>=2.11.4:net-mgmt/icingaweb2@${PHP_FLAVOR}
USES= php:web,flavors
-IGNORE_WITH_PHP= 84
USE_GITHUB= yes
GH_ACCOUNT= icinga
diff --git a/net-mgmt/icingaweb2-module-map/Makefile b/net-mgmt/icingaweb2-module-map/Makefile
index 6b809e7e881e..eb7be345bd5b 100644
--- a/net-mgmt/icingaweb2-module-map/Makefile
+++ b/net-mgmt/icingaweb2-module-map/Makefile
@@ -15,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= icingaweb2${PHP_PKGNAMESUFFIX}>=2.12.1:net-mgmt/icingaweb2@${PHP_FLAVOR}
USES= php:web,flavors
-IGNORE_WITH_PHP= 84
USE_GITHUB= yes
GH_ACCOUNT= nbuchwitz
diff --git a/net-mgmt/icingaweb2-module-pdfexport/Makefile b/net-mgmt/icingaweb2-module-pdfexport/Makefile
index 3d3a0ece0920..719290e31464 100644
--- a/net-mgmt/icingaweb2-module-pdfexport/Makefile
+++ b/net-mgmt/icingaweb2-module-pdfexport/Makefile
@@ -16,7 +16,6 @@ RUN_DEPENDS= icingaweb2${PHP_PKGNAMESUFFIX}>=2.11.4:net-mgmt/icingaweb2@${PHP_FL
chromium>0:www/chromium
USES= php:web,flavors
-IGNORE_WITH_PHP= 84
USE_GITHUB= yes
GH_ACCOUNT= icinga
diff --git a/net-mgmt/icingaweb2-module-reactbundle/Makefile b/net-mgmt/icingaweb2-module-reactbundle/Makefile
index fe4cb9d68524..b368301fc971 100644
--- a/net-mgmt/icingaweb2-module-reactbundle/Makefile
+++ b/net-mgmt/icingaweb2-module-reactbundle/Makefile
@@ -15,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= icingaweb2${PHP_PKGNAMESUFFIX}>=2.11.4:net-mgmt/icingaweb2@${PHP_FLAVOR}
USES= php:web,flavors
-IGNORE_WITH_PHP= 84
USE_GITHUB= yes
GH_ACCOUNT= icinga
diff --git a/net-mgmt/icingaweb2-module-reporting/Makefile b/net-mgmt/icingaweb2-module-reporting/Makefile
index 6ae120001d1a..db586a8b84cb 100644
--- a/net-mgmt/icingaweb2-module-reporting/Makefile
+++ b/net-mgmt/icingaweb2-module-reporting/Makefile
@@ -17,7 +17,6 @@ RUN_DEPENDS= icingaweb2${PHP_PKGNAMESUFFIX}>=2.12.1:net-mgmt/icingaweb2@${PHP_FL
icinga-php-library${PHP_PKGNAMESUFFIX}>=0.13.1:net-mgmt/icinga-php-library@${PHP_FLAVOR}
USES= php:web,flavors
-IGNORE_WITH_PHP= 84
USE_GITHUB= yes
GH_ACCOUNT= icinga
diff --git a/net-mgmt/icingaweb2-module-vsphere/Makefile b/net-mgmt/icingaweb2-module-vsphere/Makefile
index c9f2f04ed3e9..5e44f1c855b3 100644
--- a/net-mgmt/icingaweb2-module-vsphere/Makefile
+++ b/net-mgmt/icingaweb2-module-vsphere/Makefile
@@ -14,7 +14,6 @@ RUN_DEPENDS= icingaweb2${PHP_PKGNAMESUFFIX}>=2.11.4:net-mgmt/icingaweb2@${PHP_FL
USES= php:web,flavors
USE_PHP= posix soap
-IGNORE_WITH_PHP= 84
USE_GITHUB= yes
GH_ACCOUNT= icinga
diff --git a/net-mgmt/icingaweb2-module-vspheredb/Makefile b/net-mgmt/icingaweb2-module-vspheredb/Makefile
index 4008557f4120..e0ceacece819 100644
--- a/net-mgmt/icingaweb2-module-vspheredb/Makefile
+++ b/net-mgmt/icingaweb2-module-vspheredb/Makefile
@@ -18,7 +18,6 @@ RUN_DEPENDS= icingaweb2${PHP_PKGNAMESUFFIX}>=2.11.4:net-mgmt/icingaweb2@${PHP_FL
icingaweb2-module-reactbundle${PHP_PKGNAMESUFFIX}>0:net-mgmt/icingaweb2-module-reactbundle@${PHP_FLAVOR}
USES= mysql php:web,flavors
-IGNORE_WITH_PHP= 84
USE_GITHUB= yes
GH_ACCOUNT= icinga
diff --git a/net-mgmt/icingaweb2-module-x509/Makefile b/net-mgmt/icingaweb2-module-x509/Makefile
index d84f2102f1e3..8e9387f5fd7c 100644
--- a/net-mgmt/icingaweb2-module-x509/Makefile
+++ b/net-mgmt/icingaweb2-module-x509/Makefile
@@ -21,7 +21,6 @@ USE_GITHUB= yes
GH_ACCOUNT= Icinga
USE_PHP= gmp
-IGNORE_WITH_PHP= 84
NO_BUILD= yes
NO_ARCH= yes
diff --git a/net-mgmt/icingaweb2/Makefile b/net-mgmt/icingaweb2/Makefile
index 1581aa0a9866..f14cdced8a32 100644
--- a/net-mgmt/icingaweb2/Makefile
+++ b/net-mgmt/icingaweb2/Makefile
@@ -20,7 +20,6 @@ USE_PHP= bcmath bitset ctype curl dom fileinfo filter gd gettext iconv intl ldap
mbstring mcrypt memcache memcached opcache pdo \
pdo_sqlite posix session simplexml soap sockets sqlite3 xml \
zlib
-IGNORE_WITH_PHP= 84
USE_GITHUB= yes
GH_ACCOUNT= icinga
diff --git a/net-mgmt/phpipam/Makefile b/net-mgmt/phpipam/Makefile
index 92650c8a3bf0..6668cccab6a3 100644
--- a/net-mgmt/phpipam/Makefile
+++ b/net-mgmt/phpipam/Makefile
@@ -15,7 +15,6 @@ RUN_DEPENDS= ${LOCALBASE}/share/pear/System.php:devel/pear@${PHP_FLAVOR}
USES= cpe gettext php:web tar:tgz
USE_PHP= ctype curl dom filter gd gettext gmp iconv mbstring mcrypt \
pcntl pdo pdo_mysql posix session simplexml sockets
-IGNORE_WITH_PHP= 84
NO_ARCH= yes
NO_BUILD= yes
diff --git a/net/pear-Auth_RADIUS/Makefile b/net/pear-Auth_RADIUS/Makefile
index 47a423615d2c..e14414c5f8aa 100644
--- a/net/pear-Auth_RADIUS/Makefile
+++ b/net/pear-Auth_RADIUS/Makefile
@@ -10,6 +10,5 @@ LICENSE= BSD3CLAUSE
USES= pear php:flavors
USE_PHP= radius
-IGNORE_WITH_PHP= 84
.include <bsd.port.mk>
diff --git a/www/baikal/Makefile b/www/baikal/Makefile
index c3becb0e6a16..fc106cde738f 100644
--- a/www/baikal/Makefile
+++ b/www/baikal/Makefile
@@ -15,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USES= php:web,flavors zip
USE_PHP= ctype dom filter imap mbstring pdo_sqlite \
session xml xmlreader xmlwriter
-IGNORE_WITH_PHP= 84
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_BUILD= yes
diff --git a/www/fusionpbx/Makefile b/www/fusionpbx/Makefile
index c86d4d5b887c..88fc2623ea2e 100644
--- a/www/fusionpbx/Makefile
+++ b/www/fusionpbx/Makefile
@@ -17,7 +17,6 @@ RUN_DEPENDS= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/pdo_odbc.so:databases/php${PHP_VE
USES= cpe sqlite php fakeroot
USE_PHP= phar pdo pdo_odbc pdo_sqlite gd imap \
ldap sockets simplexml xml session odbc
-IGNORE_WITH_PHP= 84
USE_GITHUB= yes
diff --git a/www/kanboard/Makefile b/www/kanboard/Makefile
index 786102a6f65f..c3507e549769 100644
--- a/www/kanboard/Makefile
+++ b/www/kanboard/Makefile
@@ -17,7 +17,6 @@ USES= cpe php:flavors python
USE_GITHUB= yes
USE_PHP= ctype curl dom filter gd iconv mbstring mcrypt \
pdo session simplexml xml zlib
-IGNORE_WITH_PHP= 84
NO_ARCH= yes
NO_BUILD= yes
diff --git a/www/matomo/Makefile b/www/matomo/Makefile
index e3f65d1be590..0dbb57b1e3cc 100644
--- a/www/matomo/Makefile
+++ b/www/matomo/Makefile
@@ -16,7 +16,6 @@ USE_PHP= ctype curl dom fileinfo filter gd iconv intl \
mbstring mcrypt memcache mysqli opcache pdo \
pdo_mysql posix readline session simplexml soap sockets \
sqlite3 tidy tokenizer xml zlib
-IGNORE_WITH_PHP= 84
NO_ARCH= yes
NO_BUILD= yes
diff --git a/www/opencart/Makefile b/www/opencart/Makefile
index 04ab9995e92a..cae04489b29d 100644
--- a/www/opencart/Makefile
+++ b/www/opencart/Makefile
@@ -13,7 +13,6 @@ GH_ACCOUNT= opencart
USES= cpe php
USE_PHP= filter mysqli curl mbstring gd zlib mcrypt session zip
-IGNORE_WITH_PHP= 84
WRKSRC_SUBDIR= upload
NO_BUILD= yes
diff --git a/www/openemr/Makefile b/www/openemr/Makefile
index 8226d96d5e9a..88c8646f4cde 100644
--- a/www/openemr/Makefile
+++ b/www/openemr/Makefile
@@ -15,7 +15,6 @@ USES= cpe php:flavors
USE_PHP= ctype curl gd json ldap mcrypt \
mbstring openssl pdo pdo_mysql \
session xml xmlreader xmlrpc xsl zip zlib
-IGNORE_WITH_PHP= 84
NO_BUILD= yes
PLIST= ${WRKDIR}/plist
diff --git a/www/suitecrm/Makefile b/www/suitecrm/Makefile
index c54360a4a0d9..661d2cfb3519 100644
--- a/www/suitecrm/Makefile
+++ b/www/suitecrm/Makefile
@@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= php
USE_PHP= curl ctype dom filter gd imap mysqli pdo posix \
session tokenizer xml mbstring zip zlib
-IGNORE_WITH_PHP= 84
NO_BUILD= yes
WRKSRC= ${WRKDIR}/SuiteCRM-${PORTVERSION}
diff --git a/www/thundercache/Makefile b/www/thundercache/Makefile
index 9b44769ddb6b..e0df74988dcc 100644
--- a/www/thundercache/Makefile
+++ b/www/thundercache/Makefile
@@ -51,7 +51,6 @@ WANT_PGSQL= server
.if ${PORT_OPTIONS:MPHP}
USE_PHP+= curl bcmath pdo mcrypt session
-IGNORE_WITH_PHP= 84
. if ${PORT_OPTIONS:MPGSQL}
USE_PHP+= pdo_pgsql pgsql
. endif
diff --git a/www/tikiwiki/Makefile b/www/tikiwiki/Makefile
index c02e1fd6c750..ec99000af821 100644
--- a/www/tikiwiki/Makefile
+++ b/www/tikiwiki/Makefile
@@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/license.txt
USES= php:web
USE_PHP= calendar dom fileinfo gd gettext intl mbstring mcrypt \
posix session xml zip zlib
-IGNORE_WITH_PHP= 84
NO_BUILD= yes
NO_MTREE= yes