present USES=llvm:max=20 failed on some sort of JIT library (sorry, didnt log it). upstream relnotes for current ver (1.41.0) mention issues w/ llvm20 pertaining to JIT, which we apparently opt into, as there are no OPTIONS for this port (while upstream docs seem to indicate JIT feature is optional). i tried 22 (fail) but didnt try 21 (worth a try? upstream claims support for llvm 15-20). 1.42 may have fixed it, but it's still in beta (1.42.0-beta3, this week); i did not try a beta version. changing to llvm:max=19 solved the issue on my end w/ v1.41.0 (on FBSD 14.4-RC1/amd64). i recommend we change llvm max to 19 until we bring v1.42.x into the ports tree
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=d8b87c5ff9885d3df313e2b75a0affe89f62bb8a commit d8b87c5ff9885d3df313e2b75a0affe89f62bb8a Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2026-06-11 04:56:36 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2026-06-11 06:02:07 +0000 lang/ldc: Update to 1.42.0 Changelog at: https://github.com/ldc-developers/ldc/releases/tag/v1.42.0 PR: 293515 lang/ldc/Makefile | 4 +-- lang/ldc/distinfo | 10 +++---- ...freebsd-x86_64-import-core-sys-freebsd-config.d | 4 +-- lang/ldc/pkg-plist | 34 +++++++++++++++------- 4 files changed, 32 insertions(+), 20 deletions(-)