Date: Wed, 27 Dec 2023 21:22:47 GMT From: Juraj Lutter <otis@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 20ded7152d7c - main - net-mgmt/zabbix64-server: Enable IPMI option by default Message-ID: <202312272122.3BRLMlAX069777@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by otis: URL: https://cgit.FreeBSD.org/ports/commit/?id=20ded7152d7c42cdb2887b2c444d3a1c7552ea01 commit 20ded7152d7c42cdb2887b2c444d3a1c7552ea01 Author: Juraj Lutter <otis@FreeBSD.org> AuthorDate: 2023-12-27 21:21:32 +0000 Commit: Juraj Lutter <otis@FreeBSD.org> CommitDate: 2023-12-27 21:22:33 +0000 net-mgmt/zabbix64-server: Enable IPMI option by default The same applies also for zabbix64-proxy --- net-mgmt/zabbix64-agent/Makefile | 1 + net-mgmt/zabbix64-server/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/net-mgmt/zabbix64-agent/Makefile b/net-mgmt/zabbix64-agent/Makefile index c081f8879cef..043e913aaa5a 100644 --- a/net-mgmt/zabbix64-agent/Makefile +++ b/net-mgmt/zabbix64-agent/Makefile @@ -1,4 +1,5 @@ PORTNAME= zabbix64 +PORTREVISION= 0 CATEGORIES= net-mgmt PKGNAMESUFFIX= -agent diff --git a/net-mgmt/zabbix64-server/Makefile b/net-mgmt/zabbix64-server/Makefile index aaec20eb64bd..2a363574b7b8 100644 --- a/net-mgmt/zabbix64-server/Makefile +++ b/net-mgmt/zabbix64-server/Makefile @@ -1,6 +1,6 @@ PORTNAME= zabbix64 DISTVERSION= 6.4.10 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= net-mgmt MASTER_SITES= https://cdn.zabbix.com/zabbix/sources/stable/${DISTVERSION:R}/ PKGNAMESUFFIX?= -server @@ -74,7 +74,7 @@ CPPFLAGS+= -I${LOCALBASE}/include SUB_FILES= pkg-message -OPTIONS_DEFAULT+= CURL FPING LIBXML2 MYSQL OPENSSL SNMP SSH UNIXODBC +OPTIONS_DEFAULT+= CURL FPING IPMI LIBXML2 MYSQL OPENSSL SNMP SSH UNIXODBC OPTIONS_DEFINE= CURL FPING IPMI IPV6 LDAP LIBXML2 NMAP SNMP SSH \ UNIXODBC OPTIONS_SINGLE+= DB SSL
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312272122.3BRLMlAX069777>