Created attachment 228925 [details] Git diff of changes. Upgrade the port to the latest 1.6.0 version of Nim. Alas Nimble seems to have been removed from the source and reinstated within the build system using a git fetch, so along with nimfind it has been disabled for this port. I will have to recreate a port for nimble. If there is demand, I can also do so for nimfind, but I do not use it myself.
Take.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=a516093a0aac59570a7fd186bb6eda4261fc02cf commit a516093a0aac59570a7fd186bb6eda4261fc02cf Author: Neal Nelson <ports@nicandneal.net> AuthorDate: 2021-10-28 11:13:54 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2021-10-28 11:17:11 +0000 lang/nim: Update to 1.6.0 * Switch to DISTVERSION * Pet portlint and portclippy * Reformat Makefile with portfmt PR: 259341 lang/nim/Makefile | 24 ++--- lang/nim/distinfo | 6 +- lang/nim/files/patch-config-nim.cfg | 38 +++---- lang/nim/files/patch-koch.nim | 198 ++++++++++++++++++++++++++++++++++-- lang/nim/pkg-plist | 127 ++++++++++++++++------- 5 files changed, 315 insertions(+), 78 deletions(-)
Committed with some refinements. Thanks!