From owner-svn-ports-head@freebsd.org Thu Oct 13 19:31:07 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9A72C10B8A; Thu, 13 Oct 2016 19:31:07 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9B291FC4; Thu, 13 Oct 2016 19:31:07 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9DJV68V089648; Thu, 13 Oct 2016 19:31:06 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9DJV6HH089647; Thu, 13 Oct 2016 19:31:06 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201610131931.u9DJV6HH089647@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Thu, 13 Oct 2016 19:31:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423932 - head/net/intel-ixl-kmod X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2016 19:31:07 -0000 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 Reviewed by: Sergey Kozlov 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 + +# 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. .if ${OSVERSION} >= 1100000 BROKEN= does not build .endif +.endif do-install: ${INSTALL_KLD} ${WRKSRC}/if_${PORTNAME}.ko ${STAGEDIR}${KMODDIR}/if_${PORTNAME}_updated.ko