Date: Mon, 06 Apr 2026 07:49:29 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 294278] net-mgmt/zabbix*-server: change mysql dependency from mysql80 to mysql84 Message-ID: <bug-294278-7788@https.bugs.freebsd.org/bugzilla/>
index | next in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=294278 Bug ID: 294278 Summary: net-mgmt/zabbix*-server: change mysql dependency from mysql80 to mysql84 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: nakaji@kankyo-u.ac.jp CC: jharris@widomaker.com Flags: maintainer-feedback?(jharris@widomaker.com) CC: jharris@widomaker.com Created attachment 269404 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=269404&action=edit 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 -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-294278-7788>
