Subject: CVS commit: pkgsrc/sysutils/zabbix
From: Havard Eidnes
Date: 2023-03-26 13:58:58
Message id: 20230326115858.B8990F9A1@cvs.NetBSD.org

Log Message:
zabbix: rewrite to use sysctl(), code lifted from netstat/if.c.

This rewrites src/libs/zbxsysinfo/netbsd/net.c's to not do
"kmem groveling" but instead use the more modern sysctl()
method which is now the preferred method to get network stats.

This fixes the build on netbsd-10, and has been built and tested
on 8.2, and build-verified on 9.3.

OK'ed by gdt@

Bump PKGREVISION.

Files:
RevisionActionfile
1.47modifypkgsrc/sysutils/zabbix/Makefile
1.23modifypkgsrc/sysutils/zabbix/distinfo
1.1addpkgsrc/sysutils/zabbix/patches/patch-src_libs_zbxsysinfo_netbsd_net.c