svn commit: r498055 - branches/2019Q2/net/aoe

Antoine Brodin antoine at FreeBSD.org
Sat Apr 6 06:08:23 UTC 2019


Author: antoine
Date: Sat Apr  6 06:08:21 2019
New Revision: 498055
URL: https://svnweb.freebsd.org/changeset/ports/498055

Log:
  MFH: r498054
  
  Mark BROKEN on FreeBSD 12 and 13
  
  Reported by:	pkg-fallout

Modified:
  branches/2019Q2/net/aoe/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/net/aoe/Makefile
==============================================================================
--- branches/2019Q2/net/aoe/Makefile	Sat Apr  6 06:08:05 2019	(r498054)
+++ branches/2019Q2/net/aoe/Makefile	Sat Apr  6 06:08:21 2019	(r498055)
@@ -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
 


More information about the svn-ports-all mailing list