Created attachment 224981 [details] Update to 0.18.1 NOTE: tested with llvm10.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=b73db348730cd4e700e41bce59aa331245ffe429 commit b73db348730cd4e700e41bce59aa331245ffe429 Author: Luca Pizzamiglio <pizzamig@FreeBSD.org> AuthorDate: 2021-05-16 00:29:31 +0000 Commit: Luca Pizzamiglio <pizzamig@FreeBSD.org> CommitDate: 2021-05-16 00:29:31 +0000 textproc/bat: Update to 0.18.1 Changes: https://github.com/sharkdp/bat/releases/tag/v0.18.1 While here, remove llvm as build dependency, not needed anymore PR: 255914 Reported by: rigoletto@ textproc/bat/Makefile | 93 ++++---- textproc/bat/distinfo | 586 +++++++++++++++++++++++++------------------------- 2 files changed, 336 insertions(+), 343 deletions(-)
Hi, thanks for submitting a patch. However, I didn't use it, I was already working on it and, while on it, I removed the llvm build dependency. It was introduced to fix the build with orig-sys crate, but it's not needed anymore.
Great! Even better then. :)