Created attachment 269404 [details] Patch file for net-mgmt/zabbix{6,7,72,74}-server /usr/ports/UPDATING says The default MySQL version has been updated from 8.0 to 8.4. But zabbix*-server still depend on mysql:80. A patch for zabbix74-server is here, for example, --- a/net-mgmt/zabbix74-server/Makefile +++ b/net-mgmt/zabbix74-server/Makefile @@ -92,7 +92,7 @@ NMAP_DESC= Build/install nmap for o/s detection SNMP_DESC= Support for SNMP checks SSH_DESC= Support for SSH-based checks UNIXODBC_DESC= Support for database checks via ODBC -MYSQL_DESC= MySQL 8.0 database support +MYSQL_DESC= MySQL 8.4 database support MYSQLDV_DESC= MYSQL DEFAULT_VERSIONS= (poudriere) FPING_RUN_DEPENDS= fping:net/fping @@ -104,7 +104,7 @@ LDAP_CONFIGURE_WITH= ldap LDAP_USES= ldap MYSQL_CONFIGURE_ON= --with-mysql -MYSQL_USES+= compiler:c11 mysql:80 +MYSQL_USES+= compiler:c11 mysql:84 MYSQLDV_CONFIGURE_ON= --with-mysql MYSQLDV_USES+= compiler:c11 mysql
I found update to 7.4.9 is including this fix. Please close this PR. Thanks.