Commit 594eebaf authored by Olivier Cochard's avatar Olivier Cochard
Browse files

sysutils/mstflint: Update to 4.25.0 and take maintainship

Remove the -lite flavor.
Event:		Oslo Hackathon at Modirum
parent 576415f4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7929,3 +7929,4 @@ databases/percona57-client||2023-10-01|Has expired: Upstream EOL reaches on 2023
sysutils/nfs-over-tls||2023-10-01|Has expired: All supported releases of FreeBSD include this in base
x11/antimicro|x11/antimicrox|2023-10-01|Has expired: Replaced by x11/antimicrox upstream no longer maintained
security/krb5-appl||2023-10-01|Has expired: Desupported by upstream, uses old ciphers
sysutils/mstflint-lite|sysutils/mstflint|2023-10-05|Parent port is now lite by default
+0 −1
Original line number Diff line number Diff line
@@ -792,7 +792,6 @@
    SUBDIR += msiklm
    SUBDIR += msktutil
    SUBDIR += mstflint
    SUBDIR += mstflint-lite
    SUBDIR += msyslog
    SUBDIR += mtm
    SUBDIR += mtpfs

sysutils/mstflint-lite/Makefile

deleted100644 → 0
+0 −15
Original line number Diff line number Diff line
PORTREVISION=	1
PKGNAMESUFFIX=	-lite

COMMENT=	Firmware Burning and Diagnostics Tools for Mellanox devices (lite version)

CONFLICTS_INSTALL=	mstflint

LITE=		yes
MASTERDIR=	${.CURDIR}/../mstflint

PIE_UNSAFE=	yes

PLIST=		${.CURDIR}/pkg-plist

.include "${MASTERDIR}/Makefile"

sysutils/mstflint-lite/pkg-descr

deleted100644 → 0
+0 −7
Original line number Diff line number Diff line
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).

See also: https://github.com/Mellanox/mstflint

sysutils/mstflint-lite/pkg-plist

deleted100644 → 0
+0 −12
Original line number Diff line number Diff line
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
Loading