Date: Tue, 21 Oct 2025 13:27:03 GMT From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a2db13dead98 - main - net/ndproxy: Mark as broken on FreeBSD 15 and 16 Message-ID: <202510211327.59LDR39P039212@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=a2db13dead9803bec5e66c2fb35fb0afe15806cf commit a2db13dead9803bec5e66c2fb35fb0afe15806cf Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2025-10-21 12:05:02 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2025-10-21 13:26:55 +0000 net/ndproxy: Mark as broken on FreeBSD 15 and 16 ndpacket.c:186:46: error: incomplete definition of type 'struct ifnet' --- net/ndproxy/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net/ndproxy/Makefile b/net/ndproxy/Makefile index cdc6e34438a4..3ed84ce0066c 100644 --- a/net/ndproxy/Makefile +++ b/net/ndproxy/Makefile @@ -13,6 +13,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= compiler kmod +BROKEN_FreeBSD_15= ndpacket.c:186:46: error: incomplete definition of type 'struct ifnet' +BROKEN_FreeBSD_16= ndpacket.c:186:46: error: incomplete definition of type 'struct ifnet' + SUB_FILES= pkg-message USE_RC_SUBR= ndproxyhelp
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510211327.59LDR39P039212>
