Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Dec 2017 03:15:54 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r456582 - head/net/isboot-kmod
Message-ID:  <201712180315.vBI3FsHf052394@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Mon Dec 18 03:15:54 2017
New Revision: 456582
URL: https://svnweb.freebsd.org/changeset/ports/456582

Log:
  Also broken on aarch64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/net/isboot-kmod/Makefile

Modified: head/net/isboot-kmod/Makefile
==============================================================================
--- head/net/isboot-kmod/Makefile	Mon Dec 18 03:08:09 2017	(r456581)
+++ head/net/isboot-kmod/Makefile	Mon Dec 18 03:15:54 2017	(r456582)
@@ -12,6 +12,7 @@ COMMENT=	Kernel module enabling iSCSI boot
 
 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_powerpc64=	fails to compile: pcpu.h: size of array '__assert_0' is negative



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712180315.vBI3FsHf052394>