From ea9b6a0c99e9fd544263fb69d7bc1c23cc143c4e Mon Sep 17 00:00:00 2001 From: sbruno Date: Fri, 6 May 2016 18:24:15 +0000 Subject: Mark both ports broken on 11-CURRENT Submitted by: Sergey Kozlov Differential Revision: https://reviews.freebsd.org/D6240 --- net/intel-ixl-kmod/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'net') diff --git a/net/intel-ixl-kmod/Makefile b/net/intel-ixl-kmod/Makefile index a80709bbdf4f..6ac8c3eb32d4 100644 --- a/net/intel-ixl-kmod/Makefile +++ b/net/intel-ixl-kmod/Makefile @@ -33,6 +33,10 @@ ONLY_FOR_ARCHS_REASON= Not supported on other architectures, amd64 only. IGNORE= is not supported on FreeBSD 10.1 and older .endif +.if ${OSVERSION} >= 1100000 +BROKEN= does not build +.endif + do-install: ${INSTALL_KLD} ${WRKSRC}/if_${PORTNAME}.ko ${STAGEDIR}${KMODDIR}/if_${PORTNAME}_updated.ko ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.4 ${STAGEDIR}${MAN4PREFIX}/man/man4/ -- cgit