This port is not building for latest.
The reason is that lang/go was updated to 1.18 while one of its dependencies does not yet support it. I have created lang/go117 and will ping that to this port to fix build.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=5d3b802e93dadb51f686dfbad65ba2475d44fc1a commit 5d3b802e93dadb51f686dfbad65ba2475d44fc1a Author: Guangyuan Yang <ygy@FreeBSD.org> AuthorDate: 2022-04-05 04:23:05 +0000 Commit: Guangyuan Yang <ygy@FreeBSD.org> CommitDate: 2022-04-05 04:23:05 +0000 www/adguardhome: Fix build adguardhome has a dependency which does not support go 1.18 yet. Use 1.17 for now. PR: 262994 Reported by: Yonas Yanfa <yonas.yanfa@gmail.com> Approved by: portmgr (implicit, build fix) www/adguardhome/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
A commit in branch 2022Q2 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=47aa25ba321b5563cd08944c83b484da75d6b90c commit 47aa25ba321b5563cd08944c83b484da75d6b90c Author: Guangyuan Yang <ygy@FreeBSD.org> AuthorDate: 2022-04-05 04:23:05 +0000 Commit: Guangyuan Yang <ygy@FreeBSD.org> CommitDate: 2022-04-22 07:36:35 +0000 www/adguardhome: Fix build adguardhome has a dependency which does not support go 1.18 yet. Use 1.17 for now. PR: 262994 Reported by: Yonas Yanfa <yonas.yanfa@gmail.com> Approved by: portmgr (implicit, build fix) (cherry picked from commit 5d3b802e93dadb51f686dfbad65ba2475d44fc1a) www/adguardhome/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)