Port details |
- mstflint Firmware Burning and Diagnostics Tools for Mellanox devices
- 4.30.0.1 sysutils =3 4.29.0.1Version of this port present on the latest quarterly branch.
- Maintainer: olivier@FreeBSD.org
- Port Added: 2019-07-10 15:46:31
- Last Update: 2024-11-07 12:18:44
- Commit Hash: a1c3a67
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD2CLAUSE GPLv2
- WWW:
- https://github.com/Mellanox/mstflint
- Description:
- Mellanox Technologies - www.mellanox.com
****************************************
MSTFLINT Package - Firmware Burning and Diagnostics Tools
Overview
This package contains a burning tool and diagnostic tools for Mellanox
manufactured HCA/NIC cards. It also provides access to the relevant source
code.
This package is based on a subset of the Mellanox Firmware Tools (MFT) package.
For a full documentation of the MFT package, please refer to the downloads page
in Mellanox web site.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- mstflint>0:sysutils/mstflint
- To install the port:
- cd /usr/ports/sysutils/mstflint/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/mstflint
- pkg install mstflint
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mstflint
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1730975672
SHA256 (Mellanox-mstflint-v4.30.0-1_GH0.tar.gz) = e4bc23f0512ecd3d6321bac9d80d4cca4f885b5264a12adbbc333c74b1baedae
SIZE (Mellanox-mstflint-v4.30.0-1_GH0.tar.gz) = 6465632
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- autoconf>=2.72 : devel/autoconf
- automake>=1.17 : devel/automake
- libtoolize : devel/libtool
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for mstflint-4.30.0.1:
ADAB=off: Build with mstreg and mstlink
FWMANAGER=off: Build with mstfwmanager and mstarchive
===> Use 'make config' to modify these settings
- Options name:
- sysutils_mstflint
- USES:
- autoreconf gmake libtool localbase:ldflags pkgconfig ssl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.30.0.1 07 Nov 2024 12:18:44 |
Olivier Cochard (olivier) |
sysutils/mstflint: Update to 4.30.0-1
Reported by: portscout
Sponsored by: Netflix |
4.29.0.1 15 Aug 2024 14:47:53 |
Olivier Cochard (olivier) |
sysutils/mstflint: Update to 4.29.0-1
Reported by: portscout
Sponsored by: Netflix |
4.28.0.1 08 May 2024 15:45:58 |
Olivier Cochard (olivier) |
sysutils/mstflint: Fix build
Pushed the wrong patch
Pointy hat: olivier |
4.28.0.1 08 May 2024 13:23:24 |
Olivier Cochard (olivier) |
sysutils/mstflint: Update to 4.28.0
Reported by: portscout
Sponsored by: Netflix |
4.25.0.1_2 11 Mar 2024 16:34:18 |
Gleb Popov (arrowd) |
sysutils: Move manpages to share/man
Approved by: portmgr (blanket) |
4.25.0.1_1 09 Oct 2023 13:39:01 |
Olivier Cochard (olivier) |
sysutils/mstflint: Drop ca_root_nss dependency
Sponsored by: Netflix |
4.25.0.1 05 Oct 2023 08:27:31 |
Olivier Cochard (olivier) |
sysutils/mstflint: Update to 4.25.0 and take maintainship
Remove the -lite flavor.
Event: Oslo Hackathon at Modirum |
4.22.0.1 22 Jul 2023 15:33:48 |
Rene Ladan (rene) |
*: return Hans Petter Selasky's ports to the pool after he passed away.
portmgr would like to thank Hans Petter for his years of ports maintenance
and his work on FreeBSD in general. May he rest in peace.
An in-memoriam can be read at
https://lists.freebsd.org/archives/freebsd-announce/2023-July/000076.html
With hat: portmgr-secretary |
4.22.0.1 19 Jul 2023 17:30:39 |
Muhammad Moinur Rahman (bofh) |
sysutils/mstflint: Fix build with llvm16
- Utilize USES=localbase
- Pet portclippy
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
4.22.0.1 17 Dec 2022 00:21:12 |
Olivier Cochard (olivier) |
sysutils/mstflint: Update to 4.22.0-1
ChangeLog: https://github.com/Mellanox/mstflint/releases/tag/v4.22.0-1
Reported by: hselasky
Sponsored by: Netflix |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.18.0.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.18.0.1 21 Feb 2022 14:46:56 |
Olivier Cochard (olivier) |
sysutils/mstflint: Update to 4.18.0-1
Reported by: hselasky
Sponsored by: Netflix |
4.16.0.1 12 Oct 2021 15:01:38 |
Tobias Kortkamp (tobik) |
*: Clean up some things
- Fix typos
- Fix overwritten variables with focus on master/slave ports
- Remove unreferenced variables
- Sort categories
- Remove redundant option descriptions
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan |
4.16.0.1 20 May 2021 12:17:54 |
Dmitry Marakasov (amdmi3) |
sysutils/mstflint: mark BROKEN for STATIC case
This effectively marks sysutils/mstflint-lite BROKEN
Approved by: portmgr blanket |
4.16.0.1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
4.16.0.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.16.0.1 01 Feb 2021 17:50:11 |
olivier |
Update to 4.16.0.
Approved by: hselasky (maintainer)
Sponsored by: Netflix |
4.15.0.1 01 Oct 2020 23:30:32 |
olivier |
Update to 4.15.0-1.
PR: 250034
Approved by: hselasky (maintainer)
Sponsored by: Netflix |
4.14.0.3 26 Aug 2020 09:12:12 |
hselasky |
Update LICENSING information for mstflint.
Approved by: pi (implicit)
Sponsored by: Mellanox Technologies |
4.14.0.3 24 Aug 2020 09:33:47 |
hselasky |
Take ownership of mstflint.
Discussed with: slavash@ |
4.14.0.3 03 Aug 2020 13:13:53 |
olivier |
Update to 4.14.0-3 and added new options:
- MFWMANAGER to add mstfwmanager and mstarchive tools;
- ADAB to add mstreg and mstlink tools;
- STATIC to reduce the final packages size brings by libboost dependency;
- Prepare the upcoming -lite sub port.
PR: 242038
Approved by: hselasky (maintainer timeout)
Sponsored by: Netflix |
4.12.0.1 10 Jul 2019 18:48:07 |
slavash |
Change maintainer to myself.
While at it, update the pkg-descr and COMMENT.
Approved by: @swills
Reviewed by: @swills |
4.12.0.1 10 Jul 2019 15:46:14 |
swills |
sysutils/mstflint: create port
Mstflint - an open source version of MFT (Mellanox Firmware Tools)
WWW: https://github.com/Mellanox/mstflint
Tested by: slavash |