pkgsrc-WIP-changes archive

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

zabbix50-server: Re-add ipmi and fix PLIST



Module Name:	pkgsrc-wip
Committed By:	Juraj Lutter <otis%NetBSD.org@localhost>
Pushed By:	otis
Date:		Tue Nov 3 21:52:43 2020 +0000
Changeset:	6a1ca555a0e2dfc736fd9c8e7f12899cc6c2c187

Modified Files:
	zabbix50-server/PLIST
	zabbix50-server/options.mk

Log Message:
zabbix50-server: Re-add ipmi and fix PLIST

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

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

diffstat:
 zabbix50-server/PLIST      | 16 ++++++++--------
 zabbix50-server/options.mk |  2 +-
 2 files changed, 9 insertions(+), 9 deletions(-)

diffs:
diff --git a/zabbix50-server/PLIST b/zabbix50-server/PLIST
index d3ecef2e70..d0b102492d 100644
--- a/zabbix50-server/PLIST
+++ b/zabbix50-server/PLIST
@@ -2,13 +2,13 @@
 bin/zabbix_js
 man/man8/zabbix_server.8
 sbin/zabbix_server
-share/examples/zabbix-server-postgresql/zabbix_server.conf
-share/zabbix-server-postgresql/data.sql
-share/zabbix-server-postgresql/double.sql
-share/zabbix-server-postgresql/images.sql
-share/zabbix-server-postgresql/schema.sql
-share/zabbix-server-postgresql/timescaledb.sql
-@pkgdir share/zabbix-server-postgresql/zabbix/externalscripts
-@pkgdir share/zabbix-server-postgresql/zabbix/alertscripts
+share/examples/${PKGBASE}/zabbix_server.conf
+share/${PKGBASE}/data.sql
+share/${PKGBASE}/images.sql
+share/${PKGBASE}/schema.sql
+share/${PKGBASE}/double.sql
+${PLIST.pgsql}share/${PKGBASE}/timescaledb.sql
+@pkgdir share/${PKGBASE}/externalscripts
+@pkgdir share/${PKGBASE}/alertscripts
 @pkgdir lib/modules
 @pkgdir etc/zabbix_server.conf.d
diff --git a/zabbix50-server/options.mk b/zabbix50-server/options.mk
index 22fc59a9a8..9e6353c1d8 100644
--- a/zabbix50-server/options.mk
+++ b/zabbix50-server/options.mk
@@ -4,7 +4,7 @@ PKG_OPTIONS_VAR=		PKG_OPTIONS.zabbix50-server
 PKG_SUPPORTED_OPTIONS+=		inet6 ipmi libssh libssh2 snmp
 PKG_OPTIONS_OPTIONAL_GROUPS=	database
 PKG_OPTIONS_GROUP.database=	mysql pgsql
-PKG_SUGGESTED_OPTIONS+=		libssh2 pgsql snmp
+PKG_SUGGESTED_OPTIONS+=		ipmi libssh2 pgsql snmp
 
 .if empty(MISSING_FEATURES:Minet6)
 PKG_SUGGESTED_OPTIONS+=		inet6


Home | Main Index | Thread Index | Old Index