7c32cb0676
* Fix segfaults in sensor data repository list * Fix ipmievd to open interface before daemonizing * Fix IPMIv1.5 authtype NONE to ignore supplied password * Fix cipher suite display bug in lan print * Fix typo in IPMIv2 SOL output when sending break * Fix improper LUN handling with Tyan SOL * Add LUN support to OpenIPMI interface * Add support for Kontron OEM commands * Update to Kontron Firmware Update command * Remove nuclear clause from license * Add Sun OEM command for blades * Increase argument size for raw commands in shell/exec * Fix handling of LUNs for LAN interfaces * Add IPMIv2 SOL loopback test * Add support for IBM OEM SEL messages * Disable file paranoia checks on read files by default * Support IPMIv2 SOL on older Intel boxes * Display message and exit if keepalive fails during SOL * Add support for setting VLAN id and priority * Add support for FreeBSD OpenIPMI-compatible driver * Add support for IPMIv2 Firmware Firewall * Fix gcc4 compile warnings * Make ipmievd generate pidfile * Add initscripts for ipmievd
25 lines
803 B
Makefile
25 lines
803 B
Makefile
# $NetBSD: Makefile,v 1.3 2007/01/10 14:27:47 martti Exp $
|
|
#
|
|
|
|
DISTNAME= ipmitool-1.8.8
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ipmitool/}
|
|
|
|
MAINTAINER= heinz@NetBSD.org
|
|
HOMEPAGE= http://ipmitool.sourceforge.net/
|
|
COMMENT= Command-line utility for managing IPMI devices
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GNU_READLINE= yes # ipmitool uses rl_event_hook
|
|
INSTALLATION_DIRS+= share/examples/ipmitool share/doc/ipmitool
|
|
|
|
OPSYSVARS+= CONFIGURE_ARGS
|
|
CONFIGURE_ARGS.NetBSD+= --disable-intf-open --disable-intf-imb
|
|
CONFIGURE_ARGS.DragonFly+= --disable-intf-open --disable-intf-imb
|
|
CONFIGURE_ARGS.SunOS+= --enable-solaris-opt
|
|
|
|
.include "../../devel/readline/buildlink3.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|