pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/ipmitool Enable OpenIPMI support for NetBSD. ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/31068b7d215a
branches:  trunk
changeset: 333967:31068b7d215a
user:      mlelstv <mlelstv%pkgsrc.org@localhost>
date:      Sat May 18 16:08:49 2019 +0000

description:
Enable OpenIPMI support for NetBSD. For NetBSD <= 8 this is no change,
with NetBSD -current autoconf will recognize the IPMI user interface.

diffstat:

 sysutils/ipmitool/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 2c17c5a847f8 -r 31068b7d215a sysutils/ipmitool/Makefile
--- a/sysutils/ipmitool/Makefile        Sat May 18 14:58:53 2019 +0000
+++ b/sysutils/ipmitool/Makefile        Sat May 18 16:08:49 2019 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2018/09/06 09:47:02 jperkin Exp $
+# $NetBSD: Makefile,v 1.21 2019/05/18 16:08:49 mlelstv Exp $
 #
 
 DISTNAME=              ipmitool-1.8.18
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            sysutils
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=ipmitool/}
 
@@ -13,7 +13,7 @@
 GNU_CONFIGURE=         yes
 INSTALLATION_DIRS+=    share/examples/ipmitool share/doc/ipmitool
 
-CONFIGURE_ARGS.NetBSD+=                --disable-intf-open --disable-intf-imb
+CONFIGURE_ARGS.NetBSD+=                --disable-intf-imb
 CONFIGURE_ARGS.DragonFly+=     --disable-intf-open --disable-intf-imb
 CONFIGURE_ARGS.SunOS+=         --enable-solaris-opt
 



Home | Main Index | Thread Index | Old Index