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:           Wed Dec 23 05:39:47 UTC 2020

Modified Files:
        pkgsrc/sysutils/ipmitool: Makefile

Log Message:
Enable OpenIPMI-Support again.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 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.24 pkgsrc/sysutils/ipmitool/Makefile:1.25
--- pkgsrc/sysutils/ipmitool/Makefile:1.24      Fri Mar 20 11:58:21 2020
+++ pkgsrc/sysutils/ipmitool/Makefile   Wed Dec 23 05:39:47 2020
@@ -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 @@ COMMENT=              Command-line utility for manag
 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