1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00

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>
This commit is contained in:
Sean Bruno 2016-10-13 19:31:06 +00:00
parent e87df338cc
commit d1cfffa837
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=423932

View File

@ -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.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