pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils sysutils/openipmi: Import OpenIPMI 2.0.29



details:   https://anonhg.NetBSD.org/pkgsrc/rev/db1118378481
branches:  trunk
changeset: 441422:db1118378481
user:      otis <otis%pkgsrc.org@localhost>
date:      Tue Nov 03 20:51:25 2020 +0000

description:
sysutils/openipmi: Import OpenIPMI 2.0.29

The Open IPMI project aims to develop an open code base to allow access to
platform information using Intelligent Platform Management Interface (IPMI).

diffstat:

 sysutils/Makefile               |  3 ++-
 sysutils/smartmontools/Makefile |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 3e3d73615381 -r db1118378481 sysutils/Makefile
--- a/sysutils/Makefile Tue Nov 03 20:26:37 2020 +0000
+++ b/sysutils/Makefile Tue Nov 03 20:51:25 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.905 2020/10/24 22:40:01 wiz Exp $
+# $NetBSD: Makefile,v 1.906 2020/11/03 20:51:25 otis Exp $
 #
 
 COMMENT=       System utilities
@@ -427,6 +427,7 @@
 SUBDIR+=       nvramtool
 SUBDIR+=       oak
 SUBDIR+=       onefetch
+SUBDIR+=       openipmi
 SUBDIR+=       open-vm-tools
 SUBDIR+=       openstack_init
 SUBDIR+=       openxenmanager
diff -r 3e3d73615381 -r db1118378481 sysutils/smartmontools/Makefile
--- a/sysutils/smartmontools/Makefile   Tue Nov 03 20:26:37 2020 +0000
+++ b/sysutils/smartmontools/Makefile   Tue Nov 03 20:51:25 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2020/08/15 08:28:48 tnn Exp $
+# $NetBSD: Makefile,v 1.42 2020/11/03 20:51:25 otis Exp $
 
 DISTNAME=              smartmontools-7.1
 CATEGORIES=            sysutils
@@ -30,6 +30,7 @@
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
 CONFIGURE_ARGS+=       --docdir=${PREFIX}/share/doc/smartmontools
 CONFIGURE_ARGS+=       --with-scriptpath=${PREFIX}/bin:${PREFIX}/sbin:/usr/bin:/usr/sbin:/bin:/sbin
+CONFIGURE_ARGS+=       --with-nvme-devicescan
 INSTALL_MAKE_FLAGS=    ${MAKE_FLAGS} sysconfdir=${EGDIR}
 
 INSTALLATION_DIRS=     ${EGDIR}



Home | Main Index | Thread Index | Old Index