git: 3738b4f3e320 - main - net/isboot-kmod: mark BROKEN on 14 the same way as on 12 and 13.

Mark Linimon linimon at FreeBSD.org
Sat May 15 19:07:35 UTC 2021


The branch main has been updated by linimon:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3738b4f3e3205065aca03d396114d77e16f0a3c4

commit 3738b4f3e3205065aca03d396114d77e16f0a3c4
Author:     Mark Linimon <linimon at FreeBSD.org>
AuthorDate: 2021-05-15 19:06:58 +0000
Commit:     Mark Linimon <linimon at FreeBSD.org>
CommitDate: 2021-05-15 19:06:58 +0000

    net/isboot-kmod: mark BROKEN on 14 the same way as on 12 and 13.
---
 net/isboot-kmod/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net/isboot-kmod/Makefile b/net/isboot-kmod/Makefile
index 691a4af03201..3c39f1002c1e 100644
--- a/net/isboot-kmod/Makefile
+++ b/net/isboot-kmod/Makefile
@@ -15,6 +15,7 @@ BROKEN_armv6=		fails to compile: implicit declaration of function 'cp15_pmccntr_
 BROKEN_armv7=		fails to compile: /usr/src/sys/sys/bus.h:724:10: fatal error: 'device_if.h' file not found
 BROKEN_FreeBSD_12=	no member named 'tqh_first' in 'struct ifnethead'
 BROKEN_FreeBSD_13=	no member named 'tqh_first' in 'struct ifnethead'
+BROKEN_FreeBSD_14=	no member named 'tqh_first' in 'struct ifnethead'
 
 USES=		kmod uidfix
 SUB_FILES=	pkg-message


More information about the dev-commits-ports-all mailing list