svn commit: r423932 - head/net/intel-ixl-kmod
Sean Bruno
sbruno at FreeBSD.org
Thu Oct 13 19:31:07 UTC 2016
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 at opnsense.org>
Reviewed by: Sergey Kozlov <kozlov.sergey.404 at 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
More information about the svn-ports-all
mailing list