Date: Sat, 15 May 2021 19:07:35 GMT From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3738b4f3e320 - main - net/isboot-kmod: mark BROKEN on 14 the same way as on 12 and 13. Message-ID: <202105151907.14FJ7Z62043194@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by linimon: URL: https://cgit.FreeBSD.org/ports/commit/?id=3738b4f3e3205065aca03d396114d77e16f0a3c4 commit 3738b4f3e3205065aca03d396114d77e16f0a3c4 Author: Mark Linimon <linimon@FreeBSD.org> AuthorDate: 2021-05-15 19:06:58 +0000 Commit: Mark Linimon <linimon@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105151907.14FJ7Z62043194>