From f03773c47e9b3f6a39aa6a9cc22b7502d6ec8675 Mon Sep 17 00:00:00 2001 From: Juraj Lutter Date: Thu, 15 Oct 2020 22:01:57 +0000 Subject: [PATCH] zabbix50-proxy: Depend on net/fping and fix some pkglint warnings --- zabbix50-proxy/Makefile | 2 ++ zabbix50-proxy/options.mk | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/zabbix50-proxy/Makefile b/zabbix50-proxy/Makefile index 98ea2656af..b680fc89c9 100644 --- a/zabbix50-proxy/Makefile +++ b/zabbix50-proxy/Makefile @@ -8,6 +8,8 @@ COMMENT= Enterprise-class Monitoring Solution for Everyone CONFLICTS+= zabbix-[0-9]* CONFLICTS+= zabbix-proxy-[0-9]* +DEPENDS+= fping-[0-9]*:../../net/fping + USE_TOOLS+= aclocal autoconf automake pax pkg-config GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-proxy diff --git a/zabbix50-proxy/options.mk b/zabbix50-proxy/options.mk index ea6a59f113..00f7d9ad99 100644 --- a/zabbix50-proxy/options.mk +++ b/zabbix50-proxy/options.mk @@ -12,7 +12,7 @@ PKG_SUGGESTED_OPTIONS+= inet6 .include "../../mk/bsd.options.mk" -PLIST_VARS+= pgsql +PLIST_VARS+= pgsql .if !empty(PKG_OPTIONS:Minet6) CONFIGURE_ARGS+= --enable-ipv6 @@ -53,6 +53,6 @@ ZABBIX_DB_TYPE= sqlite3 .endif .if !empty(PKG_OPTIONS:Mipmi) -CONFIGURE_ARGS+= --with-openipmi=${LOCALBASE} +CONFIGURE_ARGS+= --with-openipmi=${PREFIX} .include "../../devel/OpenIPMI/buildlink3.mk" .endif