Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Aug 2020 15:10:02 +0000 (UTC)
From:      Olivier Cochard <olivier@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r544072 - in head/sysutils: . mstflint-lite
Message-ID:  <202008031510.073FA22x038077@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olivier
Date: Mon Aug  3 15:10:01 2020
New Revision: 544072
URL: https://svnweb.freebsd.org/changeset/ports/544072

Log:
  New sub-port: mstflint-lite including only some essential tools
  from mstflint (mstflint, mstconfig, mstfwmanager and mstlink).
  
  PR:		242038
  Approved by:	hselasky (maintainer timeout)
  Sponsored by:	Netflix

Added:
  head/sysutils/mstflint-lite/
  head/sysutils/mstflint-lite/Makefile   (contents, props changed)
  head/sysutils/mstflint-lite/pkg-descr   (contents, props changed)
  head/sysutils/mstflint-lite/pkg-plist   (contents, props changed)
Modified:
  head/sysutils/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Mon Aug  3 14:34:03 2020	(r544071)
+++ head/sysutils/Makefile	Mon Aug  3 15:10:01 2020	(r544072)
@@ -708,6 +708,7 @@
     SUBDIR += msiklm
     SUBDIR += msktutil
     SUBDIR += mstflint
+    SUBDIR += mstflint-lite
     SUBDIR += msyslog
     SUBDIR += mtm
     SUBDIR += mtpfs

Added: head/sysutils/mstflint-lite/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/mstflint-lite/Makefile	Mon Aug  3 15:10:01 2020	(r544072)
@@ -0,0 +1,14 @@
+# $FreeBSD$
+
+PKGNAMESUFFIX=	-lite
+
+COMMENT=	Firmware Burning and Diagnostics Tools for Mellanox devices (lite version)
+
+CONFLICTS_INSTALL=	mstflint
+
+LITE=		yes
+MASTERDIR=	${.CURDIR}/../mstflint
+
+PLIST=		${.CURDIR}/pkg-plist
+
+.include "${MASTERDIR}/Makefile"

Added: head/sysutils/mstflint-lite/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/mstflint-lite/pkg-descr	Mon Aug  3 15:10:01 2020	(r544072)
@@ -0,0 +1,8 @@
+MSTFLINT Package - Firmware Burning and Diagnostics Tools
+This package contains a burning tool and diagnostic tools for Mellanox
+manufactured HCA/NIC cards.
+
+This package is the lite version (static compiled with essential tools only).
+
+WWW: https://github.com/Mellanox/mstflint
+WWW: http://www.mellanox.com/page/management_tools

Added: head/sysutils/mstflint-lite/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/mstflint-lite/pkg-plist	Mon Aug  3 15:10:01 2020	(r544072)
@@ -0,0 +1,12 @@
+bin/mstconfig
+bin/mstflint
+bin/mstfwmanager
+bin/mstlink
+man/man1/mstconfig.1.gz
+man/man1/mstflint.1.gz
+man/man1/mstfwmanager.1.gz
+man/man1/mstlink.1.gz
+%%DATADIR%%/mlxconfig_dbs/mlxconfig_host.db
+%%DATADIR%%/mlxconfig_dbs/mlxconfig_switch.db
+%%DATADIR%%/prm_dbs/hca/ext/register_access_table.adb
+%%DATADIR%%/prm_dbs/switch/ext/register_access_table.adb



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008031510.073FA22x038077>