git: 9d8cb8eb28c5 - main - net-mgmt/zabbix6-server: Require mysql 8.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Apr 2022 15:30:32 UTC
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=9d8cb8eb28c5e8f7be50841c27d54cb23db20db1 commit 9d8cb8eb28c5e8f7be50841c27d54cb23db20db1 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2022-04-08 15:27:14 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2022-04-08 15:30:16 +0000 net-mgmt/zabbix6-server: Require mysql 8.0 When using mysql, zabbix6 requires 8.0, not the default 5.7. 8.0 is supported by upstream. PR: 262438 Reported by: rob2g2 <rob2g2-freebsd@bitbert.com> MFH: 2022Q2 --- net-mgmt/zabbix6-server/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-mgmt/zabbix6-server/Makefile b/net-mgmt/zabbix6-server/Makefile index f88ab2d9c867..5c384221b699 100644 --- a/net-mgmt/zabbix6-server/Makefile +++ b/net-mgmt/zabbix6-server/Makefile @@ -1,5 +1,6 @@ PORTNAME= zabbix6 DISTVERSION= 6.0.2 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= https://cdn.zabbix.com/zabbix/sources/stable/${DISTVERSION:R}/ PKGNAMESUFFIX?= -server @@ -83,7 +84,7 @@ OPTIONS_SINGLE_DB?= MYSQL PGSQL ORACLE OPTIONS_SINGLE_SSL= OPENSSL GNUTLS MYSQL_CONFIGURE_WITH= mysql -MYSQL_USES+= compiler:c11 mysql +MYSQL_USES+= compiler:c11 mysql:80 PGSQL_CONFIGURE_WITH= postgresql PGSQL_USES+= pgsql