Summary: | net/ng_mikrotik_eoip: Fix build on recent 14.0 | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | John Baldwin <jhb> |
Component: | Individual Port(s) | Assignee: | gelraen.ua |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | CC: | fernape, gelraen.ua |
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(gelraen.ua) |
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
John Baldwin
2022-09-13 08:02:47 UTC
^Triage: Reporter is committer, assign accordingly. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=c9665e214f726d9a6e62af00d81b94567ebe2572 commit c9665e214f726d9a6e62af00d81b94567ebe2572 Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2022-10-20 20:22:02 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2022-10-20 20:22:02 +0000 net/ng_mikrotik_eoip: Fix build after recent changes in main. src commit 6d5f002ed1187547b0b40f8b46a3db38bf89c6dc changed the API of NG_NODE_FOREACH_HOOK to remove a mostly unused parameter. Use a structure as the callback argument to save the returned hook. PR: 266392 Differential Revision: https://reviews.freebsd.org/D36545 .../files/patch-ng__mikrotik__eoip.c (new) | 60 ++++++++++++++++++++++ 1 file changed, 60 insertions(+) A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=476e63e7b4e0f397ee2f371e0bd1ea75fb0a1758 commit 476e63e7b4e0f397ee2f371e0bd1ea75fb0a1758 Author: Eugene Grosbein <eugen@FreeBSD.org> AuthorDate: 2023-06-18 08:24:06 +0000 Commit: Eugene Grosbein <eugen@FreeBSD.org> CommitDate: 2023-06-18 08:25:34 +0000 net/ng_mikrotik_eoip: unbreak build for FreeBSD before 14.0 PR: 266392 Fixes: c9665e214f726d9a6e62af00d81b94567ebe2572 net/ng_mikrotik_eoip/Makefile | 2 -- net/ng_mikrotik_eoip/files/patch-ng__mikrotik__eoip.c | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) |