Date: Sat, 6 Apr 2019 06:04:50 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r498052 - head/net/isboot-kmod Message-ID: <201904060604.x3664ojn030696@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Apr 6 06:04:50 2019 New Revision: 498052 URL: https://svnweb.freebsd.org/changeset/ports/498052 Log: Mark BROKEN on FreeBSD 12 and 13 Reported by: pkg-fallout MFH: 2019Q2 Modified: head/net/isboot-kmod/Makefile Modified: head/net/isboot-kmod/Makefile ============================================================================== --- head/net/isboot-kmod/Makefile Sat Apr 6 05:56:41 2019 (r498051) +++ head/net/isboot-kmod/Makefile Sat Apr 6 06:04:50 2019 (r498052) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904060604.x3664ojn030696>