svn commit: r498053 - branches/2019Q2/net/isboot-kmod
Antoine Brodin
antoine at FreeBSD.org
Sat Apr 6 06:07:07 UTC 2019
Author: antoine
Date: Sat Apr 6 06:07:06 2019
New Revision: 498053
URL: https://svnweb.freebsd.org/changeset/ports/498053
Log:
MFH: r498052
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
Modified:
branches/2019Q2/net/isboot-kmod/Makefile
Directory Properties:
branches/2019Q2/ (props changed)
Modified: branches/2019Q2/net/isboot-kmod/Makefile
==============================================================================
--- branches/2019Q2/net/isboot-kmod/Makefile Sat Apr 6 06:04:50 2019 (r498052)
+++ branches/2019Q2/net/isboot-kmod/Makefile Sat Apr 6 06:07:06 2019 (r498053)
@@ -15,6 +15,8 @@ LICENSE= BSD2CLAUSE
BROKEN_aarch64= fails to compile: /usr/src/sys/sys/bus.h:724:10: fatal error: 'device_if.h' file not found
BROKEN_armv6= fails to compile: implicit declaration of function 'cp15_pmccntr_get' is invalid in C99
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'
USES= kmod uidfix
SUB_FILES= pkg-message
More information about the svn-ports-branches
mailing list