Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jan 2024 21:08:51 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: a6c7f1954c68 - main - net-mgmt/zabbix64-server: Update to 6.4.11
Message-ID:  <202401302108.40UL8p4F091303@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=a6c7f1954c689e62abf328458e8a6bb95fb407e2

commit a6c7f1954c689e62abf328458e8a6bb95fb407e2
Author:     Juraj Lutter <otis@FreeBSD.org>
AuthorDate: 2024-01-30 15:04:22 +0000
Commit:     Juraj Lutter <otis@FreeBSD.org>
CommitDate: 2024-01-30 21:08:31 +0000

    net-mgmt/zabbix64-server: Update to 6.4.11
    
    - Update to 6.4.11
    - Build with libxm2 unconditionally (and leave LIBXML2 option as
      a no-op "stub" for now)
    - Release notes: https://www.zabbix.com/rn/rn6.4.11
---
 net-mgmt/zabbix64-server/Makefile           | 13 ++++++-------
 net-mgmt/zabbix64-server/distinfo           |  6 +++---
 net-mgmt/zabbix64-server/pkg-plist.frontend |  2 ++
 3 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/net-mgmt/zabbix64-server/Makefile b/net-mgmt/zabbix64-server/Makefile
index 2a363574b7b8..393865e1381a 100644
--- a/net-mgmt/zabbix64-server/Makefile
+++ b/net-mgmt/zabbix64-server/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	zabbix64
-DISTVERSION=	6.4.10
-PORTREVISION?=	1
+DISTVERSION=	6.4.11
+PORTREVISION?=	0
 CATEGORIES=	net-mgmt
 MASTER_SITES=	https://cdn.zabbix.com/zabbix/sources/stable/${DISTVERSION:R}/
 PKGNAMESUFFIX?=	-server
@@ -20,14 +20,16 @@ ZABBIX_BUILD=	${PKGNAMESUFFIX:S/^-//:S/-$//}
 .if ${ZABBIX_BUILD} != "frontend" # frontend only needs the version/distribution settings
 .if ${ZABBIX_BUILD} != "agent"
 CONFIGURE_ARGS+=	--cache-file=${WRKSRC}/config.cache \
-			--with-libevent=${LOCALBASE}
+			--with-libevent=${LOCALBASE} \
+			--with-libxml2
 LIB_DEPENDS+=		libevent.so:devel/libevent
 USE_RC_SUBR=		zabbix_${ZABBIX_BUILD}
 .else
 USE_RC_SUBR=		zabbix_${ZABBIX_BUILD}d
 .endif
 
-USES=		iconv pkgconfig
+USES=		gnome iconv pkgconfig
+USE_GNOME=	libxml2
 
 USERS=		zabbix
 GROUPS=		zabbix
@@ -146,9 +148,6 @@ CURL_LIB_DEPENDS=	libcurl.so:ftp/curl
 
 IPV6_CONFIGURE_ENABLE=	ipv6
 
-LIBXML2_CONFIGURE_WITH=	libxml2=${LOCALBASE}
-LIBXML2_LIB_DEPENDS=	libxml2.so:textproc/libxml2
-
 MODBUS_DESC=		Support for Modbus checks
 MODBUS_CONFIGURE_WITH=	libmodbus
 MODBUS_LIB_DEPENDS=	libmodbus.so:comms/libmodbus
diff --git a/net-mgmt/zabbix64-server/distinfo b/net-mgmt/zabbix64-server/distinfo
index 761b3d1cdd1a..bc8c47076d20 100644
--- a/net-mgmt/zabbix64-server/distinfo
+++ b/net-mgmt/zabbix64-server/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1702539269
-SHA256 (zabbix-6.4.10.tar.gz) = dabad1af52ec5f3b65ca3d5001e5782cd731d104394a7183bd81dfae5d6abd25
-SIZE (zabbix-6.4.10.tar.gz) = 45608366
+TIMESTAMP = 1706599044
+SHA256 (zabbix-6.4.11.tar.gz) = 92d8e7001189726401e27acdab73060f86261169859a04aa202911dd944b4070
+SIZE (zabbix-6.4.11.tar.gz) = 45805334
diff --git a/net-mgmt/zabbix64-server/pkg-plist.frontend b/net-mgmt/zabbix64-server/pkg-plist.frontend
index 0ce3728e66dd..e3a4b23ef17d 100644
--- a/net-mgmt/zabbix64-server/pkg-plist.frontend
+++ b/net-mgmt/zabbix64-server/pkg-plist.frontend
@@ -1382,6 +1382,8 @@
 %%WWWDIR%%/locale/ja/LC_MESSAGES/frontend.po
 %%WWWDIR%%/locale/ka/LC_MESSAGES/frontend.mo
 %%WWWDIR%%/locale/ka/LC_MESSAGES/frontend.po
+%%WWWDIR%%/locale/kk/LC_MESSAGES/frontend.mo
+%%WWWDIR%%/locale/kk/LC_MESSAGES/frontend.po
 %%WWWDIR%%/locale/ko/LC_MESSAGES/frontend.mo
 %%WWWDIR%%/locale/ko/LC_MESSAGES/frontend.po
 %%WWWDIR%%/locale/lt/LC_MESSAGES/frontend.mo



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401302108.40UL8p4F091303>