Bug 266556 - net/isboot-kmod: Fix build on main after pmap_unmapdev() change
Summary: net/isboot-kmod: Fix build on main after pmap_unmapdev() change
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: John Nielsen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-22 22:27 UTC by John Baldwin
Modified: 2022-10-20 22:43 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (john)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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(+)