diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-04-06 14:04:50 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-04-06 14:04:50 +0800 |
commit | 458e10fee98d6dd82957a3abbedaf521e3ddc2f9 (patch) | |
tree | 7985a65f881e230f5f75c0ce5970c3678a0d3371 /net/isboot-kmod | |
parent | 85e44b919a122979a9582bceb626301c80f4d561 (diff) | |
download | freebsd-ports-gnome-458e10fee98d6dd82957a3abbedaf521e3ddc2f9.tar.gz freebsd-ports-gnome-458e10fee98d6dd82957a3abbedaf521e3ddc2f9.tar.zst freebsd-ports-gnome-458e10fee98d6dd82957a3abbedaf521e3ddc2f9.zip |
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
MFH: 2019Q2
Diffstat (limited to 'net/isboot-kmod')
-rw-r--r-- | net/isboot-kmod/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/isboot-kmod/Makefile b/net/isboot-kmod/Makefile index b697cbae5951..39d26a262f05 100644 --- a/net/isboot-kmod/Makefile +++ b/net/isboot-kmod/Makefile @@ -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 |