From c7371d854d70563c6c1c23bcb6ac803270888d2f Mon Sep 17 00:00:00 2001 From: Xavier Beaudouin Date: Wed, 15 Jul 2026 08:54:29 +0700 Subject: [PATCH] Removed old MariaDB dependencies and added MariaDB 10.11, 11.4 and 11.8 --- net-mgmt/zabbix74-server/Makefile | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/net-mgmt/zabbix74-server/Makefile b/net-mgmt/zabbix74-server/Makefile index 70ee686..fb686f3 100644 --- a/net-mgmt/zabbix74-server/Makefile +++ b/net-mgmt/zabbix74-server/Makefile @@ -1,6 +1,6 @@ PORTNAME= zabbix74 DISTVERSION= 7.4.12 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= net-mgmt MASTER_SITES= https://cdn.zabbix.com/zabbix/sources/stable/${DISTVERSION:R}/ PKGNAMESUFFIX?= -server @@ -78,7 +78,7 @@ SUB_FILES= pkg-message OPTIONS_DEFAULT+= CURL FPING IPMI IPV6 MYSQLDV OPENSSL SNMP SSH UNIXODBC OPTIONS_DEFINE= CURL FPING IPMI IPV6 LDAP NMAP PCRE2 SNMP SSH UNIXODBC OPTIONS_SINGLE+= DB SSL -OPTIONS_SINGLE_DB= MDB5 MDB6 MYSQL MYSQLDV PGSQL +OPTIONS_SINGLE_DB= MDB1011 MDB114 MDB118 MYSQL MYSQLDV PGSQL .if ${ZABBIX_BUILD} == "proxy" OPTIONS_SINGLE_DB+= SQLITE .endif @@ -109,13 +109,17 @@ MYSQL_USES+= compiler:c11 mysql:84 MYSQLDV_CONFIGURE_ON= --with-mysql MYSQLDV_USES+= compiler:c11 mysql -MDB5_CONFIGURE_ON= --with-mysql=${LOCALBASE}/bin/mysql_config -MDB5_USES+= compiler:c11 mysql:105m -MDB5_DESC= Mariadb 10.5 database support +MDB1011_CONFIGURE_ON= --with-mysql=${LOCALBASE}/bin/mysql_config +MDB1011_USES+= compiler:c11 mysql:10.11m +MDB1011_DESC= Mariadb 10.11 database support -MDB6_CONFIGURE_ON= --with-mysql=${LOCALBASE}/bin/mysql_config -MDB6_USES+= compiler:c11 mysql:106m -MDB6_DESC= Mariadb 10.6 database support +MDB114_CONFIGURE_ON= --with-mysql=${LOCALBASE}/bin/mysql_config +MDB114_USES+= compiler:c11 mysql:11.4m +MDB114_DESC= Mariadb 11.4 database support + +MDB118_CONFIGURE_ON= --with-mysql=${LOCALBASE}/bin/mysql_config +MDB118_USES+= compiler:c11 mysql:11.8m +MDB118_DESC= Mariadb 11.8 database support PGSQL_CONFIGURE_WITH= postgresql PGSQL_USES+= pgsql