Index: head/sysutils/ipmitool/Makefile =================================================================== --- head/sysutils/ipmitool/Makefile (revision 386591) +++ head/sysutils/ipmitool/Makefile (revision 386592) @@ -1,61 +1,62 @@ # Created by: Dmitry Frolov # $FreeBSD$ PORTNAME= ipmitool PORTVERSION= 1.8.14 PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= SF MAINTAINER= steve.polyack@intermedix.com COMMENT= CLI to manage IPMI systems LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -USES= tar:bzip2 gmake readline +USES= cpe tar:bzip2 gmake readline +CPE_VENDOR= sun USE_OPENSSL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-intf-lan --enable-intf-lanplus \ --disable-intf-imb --disable-intf-lipmi --disable-intf-bmc PLIST_FILES= bin/ipmitool man/man1/ipmitool.1.gz man/man8/ipmievd.8.gz \ sbin/ipmievd share/ipmitool/oem_ibm_sel_map \ ${PERIODIC_DIR}/400.status-ipmi SUB_FILES= status-ipmi.sh PORTDOCS= AUTHORS COPYING ChangeLog README PERIODIC_DIR= etc/periodic/daily OPTIONS_DEFINE= FREEIPMI DOCS FREEIPMI_DESC= Enable support for freeipmi .if defined(WITH_DEBUG) CFLAGS+= -ggdb -Wall .endif .if exists(/usr/include/sys/ipmi.h) CONFIGURE_ARGS+= --enable-intf-open .else CONFIGURE_ARGS+= --disable-intf-open .endif .include .if empty(PORT_OPTIONS:MDOCS) EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-Makefile.in .endif .if ${PORT_OPTIONS:MFREEIPMI} LIB_DEPENDS+= libfreeipmi.so:${PORTSDIR}/sysutils/freeipmi CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+= --enable-intf-free .else CONFIGURE_ARGS+= --disable-intf-free .endif post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${PERIODIC_DIR} @${INSTALL_SCRIPT} ${WRKDIR}/status-ipmi.sh ${STAGEDIR}${PREFIX}/${PERIODIC_DIR}/400.status-ipmi .include Index: head/sysutils/ipmitool/pkg-descr =================================================================== --- head/sysutils/ipmitool/pkg-descr (revision 386591) +++ head/sysutils/ipmitool/pkg-descr (revision 386592) @@ -1,13 +1,13 @@ Quoting IPMItool homepage: "IPMItool is a utility for managing and configuring devices that support the Intelligent Platform Management Interface (IPMI) version 1.5 and version 2.0 specifications. IPMI is an open standard for monitoring, logging, recovery, inventory, and control of hardware that is implemented independent of the main CPU, BIOS, and OS." FreeBSD has OpenIPMI-compatible ipmi(4) driver for in-band IPMI operations in the base system starting from 6.2 release. On older systems sysutils/ipmi-kmod port is available. -WWW: http://ipmitool.sourceforge.net/ +WWW: http://sourceforge.net/projects/ipmitool/