pkgsrc-WIP-changes archive

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

zabbix: Rename option "ipmi" to "openipmi"



Module Name:	pkgsrc-wip
Committed By:	Yuuki Enomoto <uki%e-yuuki.org@localhost>
Pushed By:	e-yuuki
Date:		Sun Jul 17 11:11:00 2022 +0900
Changeset:	d93d6b659b46a2ead7d531520b0c1d1bd790e5d8

Modified Files:
	zabbix60-proxy/options.mk
	zabbix60-server/options.mk
	zabbix62-proxy/options.mk
	zabbix62-server/options.mk

Log Message:
zabbix: Rename option "ipmi" to "openipmi"

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

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

diffstat:
 zabbix60-proxy/options.mk  | 4 ++--
 zabbix60-server/options.mk | 6 +++---
 zabbix62-proxy/options.mk  | 4 ++--
 zabbix62-server/options.mk | 6 +++---
 4 files changed, 10 insertions(+), 10 deletions(-)

diffs:
diff --git a/zabbix60-proxy/options.mk b/zabbix60-proxy/options.mk
index d35c02e958..c3a2937410 100644
--- a/zabbix60-proxy/options.mk
+++ b/zabbix60-proxy/options.mk
@@ -1,7 +1,7 @@
 # $NetBSD$
 
 PKG_OPTIONS_VAR=		PKG_OPTIONS.zabbix60-proxy
-PKG_SUPPORTED_OPTIONS+=		inet6 ipmi libssh libssh2 snmp
+PKG_SUPPORTED_OPTIONS+=		inet6 openipmi libssh libssh2 snmp
 PKG_OPTIONS_OPTIONAL_GROUPS=	database
 PKG_OPTIONS_GROUP.database=	mysql pgsql sqlite3
 PKG_SUGGESTED_OPTIONS+=		libssh2 pgsql snmp
@@ -55,7 +55,7 @@ CONFIGURE_ARGS+=	--with-sqlite3=${BUILDLINK_PREFIX.sqlite3}
 ZABBIX_DB_TYPE=		sqlite3
 .endif
 
-.if !empty(PKG_OPTIONS:Mipmi)
+.if !empty(PKG_OPTIONS:Mopenipmi)
 CONFIGURE_ARGS+=	--with-openipmi=${PREFIX}
 .include "../../sysutils/openipmi/buildlink3.mk"
 .endif
diff --git a/zabbix60-server/options.mk b/zabbix60-server/options.mk
index 2025106be9..5da268c399 100644
--- a/zabbix60-server/options.mk
+++ b/zabbix60-server/options.mk
@@ -1,10 +1,10 @@
 # $NetBSD$
 
 PKG_OPTIONS_VAR=		PKG_OPTIONS.zabbix60-server
-PKG_SUPPORTED_OPTIONS+=		inet6 ipmi libssh libssh2 snmp
+PKG_SUPPORTED_OPTIONS+=		inet6 openipmi libssh libssh2 snmp
 PKG_OPTIONS_OPTIONAL_GROUPS=	database
 PKG_OPTIONS_GROUP.database=	mysql pgsql
-PKG_SUGGESTED_OPTIONS+=		ipmi libssh2 pgsql snmp
+PKG_SUGGESTED_OPTIONS+=		openipmi libssh2 pgsql snmp
 
 .if empty(MISSING_FEATURES:Minet6)
 PKG_SUGGESTED_OPTIONS+=		inet6
@@ -46,7 +46,7 @@ ZABBIX_DB_TYPE=		postgresql
 PLIST.pgsql=		yes
 .endif
 
-.if !empty(PKG_OPTIONS:Mipmi)
+.if !empty(PKG_OPTIONS:Mopenipmi)
 CONFIGURE_ARGS+=	--with-openipmi=${PREFIX}
 .include "../../sysutils/openipmi/buildlink3.mk"
 .endif
diff --git a/zabbix62-proxy/options.mk b/zabbix62-proxy/options.mk
index d35c02e958..c3a2937410 100644
--- a/zabbix62-proxy/options.mk
+++ b/zabbix62-proxy/options.mk
@@ -1,7 +1,7 @@
 # $NetBSD$
 
 PKG_OPTIONS_VAR=		PKG_OPTIONS.zabbix60-proxy
-PKG_SUPPORTED_OPTIONS+=		inet6 ipmi libssh libssh2 snmp
+PKG_SUPPORTED_OPTIONS+=		inet6 openipmi libssh libssh2 snmp
 PKG_OPTIONS_OPTIONAL_GROUPS=	database
 PKG_OPTIONS_GROUP.database=	mysql pgsql sqlite3
 PKG_SUGGESTED_OPTIONS+=		libssh2 pgsql snmp
@@ -55,7 +55,7 @@ CONFIGURE_ARGS+=	--with-sqlite3=${BUILDLINK_PREFIX.sqlite3}
 ZABBIX_DB_TYPE=		sqlite3
 .endif
 
-.if !empty(PKG_OPTIONS:Mipmi)
+.if !empty(PKG_OPTIONS:Mopenipmi)
 CONFIGURE_ARGS+=	--with-openipmi=${PREFIX}
 .include "../../sysutils/openipmi/buildlink3.mk"
 .endif
diff --git a/zabbix62-server/options.mk b/zabbix62-server/options.mk
index 24c65ab272..25c7733530 100644
--- a/zabbix62-server/options.mk
+++ b/zabbix62-server/options.mk
@@ -1,10 +1,10 @@
 # $NetBSD$
 
 PKG_OPTIONS_VAR=		PKG_OPTIONS.zabbix62-server
-PKG_SUPPORTED_OPTIONS+=		inet6 ipmi libssh libssh2 snmp
+PKG_SUPPORTED_OPTIONS+=		inet6 openipmi libssh libssh2 snmp
 PKG_OPTIONS_OPTIONAL_GROUPS=	database
 PKG_OPTIONS_GROUP.database=	mysql pgsql
-PKG_SUGGESTED_OPTIONS+=		ipmi libssh2 pgsql snmp
+PKG_SUGGESTED_OPTIONS+=		openipmi libssh2 pgsql snmp
 
 .if empty(MISSING_FEATURES:Minet6)
 PKG_SUGGESTED_OPTIONS+=		inet6
@@ -46,7 +46,7 @@ ZABBIX_DB_TYPE=		postgresql
 PLIST.pgsql=		yes
 .endif
 
-.if !empty(PKG_OPTIONS:Mipmi)
+.if !empty(PKG_OPTIONS:Mopenipmi)
 CONFIGURE_ARGS+=	--with-openipmi=${PREFIX}
 .include "../../sysutils/openipmi/buildlink3.mk"
 .endif


Home | Main Index | Thread Index | Old Index