Bug 294278 - net-mgmt/zabbix*-server: change mysql dependency from mysql80 to mysql84
Summary: net-mgmt/zabbix*-server: change mysql dependency from mysql80 to mysql84
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-04-06 07:49 UTC by NAKAJI Hiroyuki
Modified: 2026-04-14 10:13 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (jharris)


Attachments
Patch file for net-mgmt/zabbix{6,7,72,74}-server (3.18 KB, patch)
2026-04-06 07:49 UTC, NAKAJI Hiroyuki
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description NAKAJI Hiroyuki 2026-04-06 07:49:29 UTC
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
Comment 1 NAKAJI Hiroyuki 2026-04-14 10:13:56 UTC
I found update to 7.4.9 is including this fix.
Please close this PR. Thanks.