pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/ipmitool
Module Name: pkgsrc
Committed By: mlelstv
Date: Sat May 18 16:08:49 UTC 2019
Modified Files:
pkgsrc/sysutils/ipmitool: Makefile
Log Message:
Enable OpenIPMI support for NetBSD. For NetBSD <= 8 this is no change,
with NetBSD -current autoconf will recognize the IPMI user interface.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/sysutils/ipmitool/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/ipmitool/Makefile
diff -u pkgsrc/sysutils/ipmitool/Makefile:1.20 pkgsrc/sysutils/ipmitool/Makefile:1.21
--- pkgsrc/sysutils/ipmitool/Makefile:1.20 Thu Sep 6 09:47:02 2018
+++ pkgsrc/sysutils/ipmitool/Makefile Sat May 18 16:08:49 2019
@@ -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 @@ COMMENT= Command-line utility for manag
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