Bug 266556

Summary: net/isboot-kmod: Fix build on main after pmap_unmapdev() change
Product: Ports & Packages Reporter: John Baldwin <jhb>
Component: Individual Port(s)Assignee: John Nielsen <john>
Status: Closed FIXED    
Severity: Affects Only Me CC: john
Priority: --- Flags: bugzilla: maintainer-feedback? (john)
Version: Latest   
Hardware: Any   
OS: Any   

Description John Baldwin freebsd_committer freebsd_triage 2022-09-22 22:27:50 UTC
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
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-10-20 20:25:16 UTC
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(+)