Created attachment 249588 [details] Patch for b3sum * Use Makefile.crates * Use NEON optimization on aarch64 Compile and runtime tested on FreeBSD 14.0-RELEASE (amd64) (make, make check-plist, make test) Compile and runtime tested on FreeBSD 14.0-RELEASE (aarch64) (make, make check-plist, make test)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=7d8021e1525c54abe26c0de2b8d171be18e4e626 commit 7d8021e1525c54abe26c0de2b8d171be18e4e626 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-04-14 19:17:33 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-04-14 19:52:58 +0000 sysutils/b3sum: Update to 1.5.1 * Use Makefile.crates * Use NEON optimization on aarch64 Changelog: https://github.com/BLAKE3-team/BLAKE3/releases/tag/1.5.1 PR: 278060 Approved by: portmgr (maintainer timeout, 2+ weeks) sysutils/b3sum/Makefile | 64 ++-------- sysutils/b3sum/Makefile.crates (new) | 66 ++++++++++ sysutils/b3sum/distinfo | 226 +++++++++++++++++++---------------- 3 files changed, 198 insertions(+), 158 deletions(-)