The latest version supports LLVM 13.
Created attachment 230473 [details] 0001-lang-crystal-update-to-1.2.2.patch not tested on aarch64 yet, but should work as we're using the same bootstraps (yay for stable 1.x language) I have not changed the default LLVM version yet as 10 is still the global LLVM_DEFAULT for ports. But now you can build with e.g. LLVM_VERSION=13.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=d926f772494f184f24e52fc1d9749cd6b33bf22b commit d926f772494f184f24e52fc1d9749cd6b33bf22b Author: Greg V <greg@unrelenting.technology> AuthorDate: 2021-12-28 10:12:05 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2021-12-28 17:43:02 +0000 lang/crystal: update to 1.2.2 PR: 259923 Reported by: mohd.akram@outlook.com lang/crystal/Makefile | 11 ++++++----- lang/crystal/distinfo | 6 +++--- lang/crystal/pkg-plist | 23 +++++++++++++++++------ 3 files changed, 26 insertions(+), 14 deletions(-)
Committed, Thanks!