git: a2db13dead98 - main - net/ndproxy: Mark as broken on FreeBSD 15 and 16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Oct 2025 13:27:03 UTC
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= ndproxy