Date: Thu, 13 Oct 2016 19:31:06 +0000 (UTC) From: Sean Bruno <sbruno@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423932 - head/net/intel-ixl-kmod Message-ID: <201610131931.u9DJV6HH089647@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sbruno Date: Thu Oct 13 19:31:06 2016 New Revision: 423932 URL: https://svnweb.freebsd.org/changeset/ports/423932 Log: Do not set BROKEN for slave ports. PR: 213283 Submitted by: Franco Fichtner <franco@opnsense.org> Reviewed by: Sergey Kozlov <kozlov.sergey.404@gmail.com> Modified: head/net/intel-ixl-kmod/Makefile Modified: head/net/intel-ixl-kmod/Makefile ============================================================================== --- head/net/intel-ixl-kmod/Makefile Thu Oct 13 19:20:55 2016 (r423931) +++ head/net/intel-ixl-kmod/Makefile Thu Oct 13 19:31:06 2016 (r423932) @@ -24,11 +24,13 @@ MANPAGENAME?= ${PORTNAME} PLIST_FILES= ${KMODDIR}/if_${PORTNAME}_updated.ko \ man/man4/${MANPAGENAME}.4.gz +.include <bsd.port.pre.mk> + +# 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 <bsd.port.pre.mk> - .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. .if ${OSVERSION} >= 1100000 BROKEN= does not build .endif +.endif do-install: ${INSTALL_KLD} ${WRKSRC}/if_${PORTNAME}.ko ${STAGEDIR}${KMODDIR}/if_${PORTNAME}_updated.ko
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610131931.u9DJV6HH089647>