I have a patch to update the port after changing pmap_unmapdev() to take a pointer as its first argument. The patch is available at https://reviews.freebsd.org/D36670
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=a8fb74ec973ebe38b110bf232f8b1b9de219e65d commit a8fb74ec973ebe38b110bf232f8b1b9de219e65d Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2022-10-20 20:23:12 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2022-10-20 20:23:12 +0000 net-mgmt/ng_ipacct: Fix build on 14.0. src commit 0f617ae48a911caab3130d0e80cfb425bc3b653b moved the prototype of in_pcblookup_local to a new header. src commit 28d0a740dd9a6 added "opt_kern_tls.h" #include to <netinet/tcp_var.h>. PR: 266556 Differential Revision: https://reviews.freebsd.org/D36546 net-mgmt/ng_ipacct/files/patch-ng__ipacct_Makefile (new) | 11 +++++++++++ net-mgmt/ng_ipacct/files/patch-ng__ipacct_ng__ipacct.c (new) | 12 ++++++++++++ 2 files changed, 23 insertions(+)