pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2018Q4] pkgsrc/sysutils/ipmitool



Module Name:    pkgsrc
Committed By:   mlelstv
Date:           Sat May 18 15:30:05 UTC 2019

Modified Files:
        pkgsrc/sysutils/ipmitool [pkgsrc-2018Q4]: 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.20.4.1 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.20.4.1
--- pkgsrc/sysutils/ipmitool/Makefile:1.20      Thu Sep  6 09:47:02 2018
+++ pkgsrc/sysutils/ipmitool/Makefile   Sat May 18 15:30:05 2019
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2018/09/06 09:47:02 jperkin Exp $
+# $NetBSD: Makefile,v 1.20.4.1 2019/05/18 15:30:05 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