From d1cfffa8379f18ba655e528eff14eda4bbe5aa2a Mon Sep 17 00:00:00 2001 From: Sean Bruno Date: Thu, 13 Oct 2016 19:31:06 +0000 Subject: [PATCH] Do not set BROKEN for slave ports. PR: 213283 Submitted by: Franco Fichtner Reviewed by: Sergey Kozlov --- net/intel-ixl-kmod/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/net/intel-ixl-kmod/Makefile b/net/intel-ixl-kmod/Makefile index 5f70c45edd13..abc9650fc34e 100644 --- a/net/intel-ixl-kmod/Makefile +++ b/net/intel-ixl-kmod/Makefile @@ -24,11 +24,13 @@ MANPAGENAME?= ${PORTNAME} PLIST_FILES= ${KMODDIR}/if_${PORTNAME}_updated.ko \ man/man4/${MANPAGENAME}.4.gz +.include + +# Fixup for slave ports that use this as a master port. sbruno +.if ${PORTNAME} == ixl ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= Not supported on other architectures, amd64 only. -.include - .if ${OSVERSION} < 1001000 IGNORE= is not supported on FreeBSD 10.0 and older .endif @@ -36,6 +38,7 @@ IGNORE= is not supported on FreeBSD 10.0 and older .if ${OSVERSION} >= 1100000 BROKEN= does not build .endif +.endif do-install: ${INSTALL_KLD} ${WRKSRC}/if_${PORTNAME}.ko ${STAGEDIR}${KMODDIR}/if_${PORTNAME}_updated.ko