This version adds a host of new features and breaks compatibility with the old C-based fsx. https://github.com/asomers/fsx-rs/blob/master/CHANGELOG.md
Created attachment 247342 [details] Update the port to 0.2.0
@asomers, Can you rebase the patch to today's tree? I'm getting reject failures.
Created attachment 247807 [details] Update the port to 0.2.0
@ler the patch is rebased.
Committed, Thanks.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=5f5388053e9c1880b73d45da4bbddf3eef1d1448 commit 5f5388053e9c1880b73d45da4bbddf3eef1d1448 Author: Larry Rosenman <ler@FreeBSD.org> AuthorDate: 2024-01-21 02:23:46 +0000 Commit: Larry Rosenman <ler@FreeBSD.org> CommitDate: 2024-01-21 02:25:12 +0000 devel/fsx: update to 0.2.0 This version adds a host of new features and breaks compatibility with the old C-based fsx. https://github.com/asomers/fsx-rs/blob/master/CHANGELOG.md PR: 276005 devel/fsx/Makefile | 94 ++----------------------- devel/fsx/Makefile.crates (new) | 98 ++++++++++++++++++++++++++ devel/fsx/distinfo | 148 ++++++++++++++++++++++++---------------- 3 files changed, 192 insertions(+), 148 deletions(-)
Thanks, @ler .