Date: Tue, 21 Oct 2025 13:27:04 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: 1ec2434bad72 - main - net/vether-kmod: Mark as broken on FreeBSD 15 and 16 Message-ID: <202510211327.59LDR4xP039246@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=1ec2434bad7279ab2680c43f779c09e78dddc152 commit 1ec2434bad7279ab2680c43f779c09e78dddc152 Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2025-10-21 12:07:03 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2025-10-21 13:26:58 +0000 net/vether-kmod: Mark as broken on FreeBSD 15 and 16 if_vether.c:145:16: error: incomplete definition of type 'struct ifnet' --- net/vether-kmod/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net/vether-kmod/Makefile b/net/vether-kmod/Makefile index fad95046ed73..3b9860262b1e 100644 --- a/net/vether-kmod/Makefile +++ b/net/vether-kmod/Makefile @@ -12,6 +12,9 @@ LICENSE_COMB= multi USES= kmod uidfix +BROKEN_FreeBSD_15= if_vether.c:145:16: error: incomplete definition of type 'struct ifnet' +BROKEN_FreeBSD_16= if_vether.c:145:16: error: incomplete definition of type 'struct ifnet' + USE_GITHUB= yes GH_ACCOUNT= hmatyschok GH_PROJECT= if_vetherhelp
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510211327.59LDR4xP039246>
