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 again.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eabaac46f81c
branches:  trunk
changeset: 443799:eabaac46f81c
user:      mlelstv <mlelstv%pkgsrc.org@localhost>
date:      Wed Dec 23 05:39:47 2020 +0000

description:
Enable OpenIPMI-Support again.

diffstat:

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

diffs (23 lines):

diff -r 71aa55c863c3 -r eabaac46f81c sysutils/ipmitool/Makefile
--- a/sysutils/ipmitool/Makefile        Tue Dec 22 22:08:44 2020 +0000
+++ b/sysutils/ipmitool/Makefile        Wed Dec 23 05:39:47 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.24 2020/03/20 11:58:21 nia Exp $
+# $NetBSD: Makefile,v 1.25 2020/12/23 05:39:47 mlelstv Exp $
 #
 
 DISTNAME=              ipmitool-1.8.18
-PKGREVISION=           3
+PKGREVISION=           4
 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-imb
+CONFIGURE_ARGS.NetBSD+=                --enable-intf-open --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