1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

Add optional IPMI support.

PR:		146581
Submitted by:	Alex Deiter <alex.deiter@gmail.com>
Approved by:	maintainer
Feature safe:	yes
This commit is contained in:
Stefan Walter 2010-06-30 19:43:40 +00:00
parent 8b744dea34
commit d6de5eda74
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=257225
2 changed files with 12 additions and 0 deletions

View File

@ -60,6 +60,7 @@ OPTIONS= MYSQL "Use MySQL backend" on \
SQLITE "Use SQLite backend" off \
IPV6 "Support for IPv6" on \
LDAP "Support for checking LDAP servers" on \
IPMI "Support for IPMI" off \
JABBER "Use jabber media type" on \
FPING "Use fping for pinging hosts" on \
SSH "Use libssh2 for SSH-based checks" off
@ -87,6 +88,11 @@ USE_OPENLDAP= yes
CONFIGURE_ARGS+= --with-ldap
.endif
.ifdef WITH_IPMI
LIB_DEPENDS+= OpenIPMI:${PORTSDIR}/sysutils/openipmi
CONFIGURE_ARGS+= --with-openipmi
.endif
.ifndef WITHOUT_JABBER
LIB_DEPENDS+= iksemel:${PORTSDIR}/textproc/iksemel
CONFIGURE_ARGS+= --with-jabber

View File

@ -60,6 +60,7 @@ OPTIONS= MYSQL "Use MySQL backend" on \
SQLITE "Use SQLite backend" off \
IPV6 "Support for IPv6" on \
LDAP "Support for checking LDAP servers" on \
IPMI "Support for IPMI" off \
JABBER "Use jabber media type" on \
FPING "Use fping for pinging hosts" on \
SSH "Use libssh2 for SSH-based checks" off
@ -87,6 +88,11 @@ USE_OPENLDAP= yes
CONFIGURE_ARGS+= --with-ldap
.endif
.ifdef WITH_IPMI
LIB_DEPENDS+= OpenIPMI:${PORTSDIR}/sysutils/openipmi
CONFIGURE_ARGS+= --with-openipmi
.endif
.ifndef WITHOUT_JABBER
LIB_DEPENDS+= iksemel:${PORTSDIR}/textproc/iksemel
CONFIGURE_ARGS+= --with-jabber