Skip to content

Commit

Permalink
net-mgmt/zabbix64-server: Update to 6.4.11
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
jurajlutter committed Jan 30, 2024
1 parent a5a7045 commit a6c7f19
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
13 changes: 6 additions & 7 deletions 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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions 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
2 changes: 2 additions & 0 deletions net-mgmt/zabbix64-server/pkg-plist.frontend
Expand Up @@ -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
Expand Down

0 comments on commit a6c7f19

Please sign in to comment.