Date: Sat, 6 Apr 2019 06:08:05 +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: r498054 - head/net/aoe Message-ID: <201904060608.x36685jN031056@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Apr 6 06:08:05 2019 New Revision: 498054 URL: https://svnweb.freebsd.org/changeset/ports/498054 Log: Mark BROKEN on FreeBSD 12 and 13 Reported by: pkg-fallout MFH: 2019Q2 Modified: head/net/aoe/Makefile Modified: head/net/aoe/Makefile ============================================================================== --- head/net/aoe/Makefile Sat Apr 6 06:07:06 2019 (r498053) +++ head/net/aoe/Makefile Sat Apr 6 06:08:05 2019 (r498054) @@ -15,6 +15,8 @@ BROKEN_aarch64= fails to compile: redefinition of fra BROKEN_armv6= fails to compile: implicit declaration of function 'cp15_pmccntr_get' is invalid in C99 BROKEN_armv7= fails to compile: redefinition of frame BROKEN_sparc64= fails to compile: redefinition of frame +BROKEN_FreeBSD_12= no member named 'tqh_first' in 'struct ifnethead' +BROKEN_FreeBSD_13= no member named 'tqh_first' in 'struct ifnethead' USES= kmod
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904060608.x36685jN031056>