pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils



Module Name:    pkgsrc
Committed By:   otis
Date:           Tue Nov  3 20:51:25 UTC 2020

Modified Files:
        pkgsrc/sysutils: Makefile
        pkgsrc/sysutils/smartmontools: Makefile

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -u -r1.905 -r1.906 pkgsrc/sysutils/Makefile
cvs rdiff -u -r1.41 -r1.42 pkgsrc/sysutils/smartmontools/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/Makefile
diff -u pkgsrc/sysutils/Makefile:1.905 pkgsrc/sysutils/Makefile:1.906
--- pkgsrc/sysutils/Makefile:1.905      Sat Oct 24 22:40:01 2020
+++ pkgsrc/sysutils/Makefile    Tue Nov  3 20:51:25 2020
@@ -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+=    nvnet
 SUBDIR+=       nvramtool
 SUBDIR+=       oak
 SUBDIR+=       onefetch
+SUBDIR+=       openipmi
 SUBDIR+=       open-vm-tools
 SUBDIR+=       openstack_init
 SUBDIR+=       openxenmanager

Index: pkgsrc/sysutils/smartmontools/Makefile
diff -u pkgsrc/sysutils/smartmontools/Makefile:1.41 pkgsrc/sysutils/smartmontools/Makefile:1.42
--- pkgsrc/sysutils/smartmontools/Makefile:1.41 Sat Aug 15 08:28:48 2020
+++ pkgsrc/sysutils/smartmontools/Makefile      Tue Nov  3 20:51:25 2020
@@ -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 @@ RCD_SCRIPTS=          smartd
 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