pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

zabbix50-proxy: Depend on net/fping and fix some pkglint warnings



Module Name:	pkgsrc-wip
Committed By:	Juraj Lutter <otis%NetBSD.org@localhost>
Pushed By:	otis
Date:		Thu Oct 15 22:01:57 2020 +0000
Changeset:	f03773c47e9b3f6a39aa6a9cc22b7502d6ec8675

Modified Files:
	zabbix50-proxy/Makefile
	zabbix50-proxy/options.mk

Log Message:
zabbix50-proxy: Depend on net/fping and fix some pkglint warnings

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f03773c47e9b3f6a39aa6a9cc22b7502d6ec8675

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 zabbix50-proxy/Makefile   | 2 ++
 zabbix50-proxy/options.mk | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs:
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


Home | Main Index | Thread Index | Old Index