flags="$(eval echo \${$name}_flags})" should be flags="$(eval echo \${${name}_flags})"
Apparently addresses by maintainer; back to normnal.
*** This bug has been marked as a duplicate of bug 266796 ***
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=dea8023ba5bd8f70b39df8a74a110773862723b6 commit dea8023ba5bd8f70b39df8a74a110773862723b6 Author: Vidar Karlsen <vidar@karlsen.tech> AuthorDate: 2026-01-04 14:26:45 +0000 Commit: Michael Osipov <michaelo@FreeBSD.org> CommitDate: 2026-01-04 17:47:54 +0000 [NEW PORT] sysutils/devtui: Swiss-army app for developers All-in-one terminal toolkit that consolidates everyday developer utilities into a unified TUI and CLI interface. QA: * portclippy: ok * portfmt -D: ok * portlint -AC: ok * poudriere 15.0-amd64: ok * poudriere 14.3-amd64: ok * poudriere 13.5-amd64: ok PR: 266820 Tested by: michaelo sysutils/Makefile | 1 + sysutils/devtui/Makefile (new) | 23 +++++++++++++++++++++++ sysutils/devtui/distinfo (new) | 5 +++++ sysutils/devtui/pkg-descr (new) | 2 ++ 4 files changed, 31 insertions(+)
(In reply to commit-hook from comment #3) This message was unintentional, pasted wrong PR. Ignore it.