From owner-svn-ports-all@freebsd.org Fri May 6 18:24:16 2016 Return-Path: Delivered-To: svn-ports-all@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 CAB9EB31C0F; Fri, 6 May 2016 18:24:16 +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 9B9FB1797; Fri, 6 May 2016 18:24:16 +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 u46IOFtX060775; Fri, 6 May 2016 18:24:15 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u46IOFqB060773; Fri, 6 May 2016 18:24:15 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201605061824.u46IOFqB060773@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Fri, 6 May 2016 18:24:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414717 - in head: net/intel-ixl-kmod sysutils/intel-nvmupdate X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 May 2016 18:24:16 -0000 Author: sbruno Date: Fri May 6 18:24:15 2016 New Revision: 414717 URL: https://svnweb.freebsd.org/changeset/ports/414717 Log: Mark both ports broken on 11-CURRENT Submitted by: Sergey Kozlov Differential Revision: https://reviews.freebsd.org/D6240 Modified: head/net/intel-ixl-kmod/Makefile head/sysutils/intel-nvmupdate/Makefile Modified: head/net/intel-ixl-kmod/Makefile ============================================================================== --- head/net/intel-ixl-kmod/Makefile Fri May 6 18:22:48 2016 (r414716) +++ head/net/intel-ixl-kmod/Makefile Fri May 6 18:24:15 2016 (r414717) @@ -33,6 +33,10 @@ ONLY_FOR_ARCHS_REASON= Not supported on IGNORE= is not supported on FreeBSD 10.1 and older .endif +.if ${OSVERSION} >= 1100000 +BROKEN= does not build +.endif + do-install: ${INSTALL_KLD} ${WRKSRC}/if_${PORTNAME}.ko ${STAGEDIR}${KMODDIR}/if_${PORTNAME}_updated.ko ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.4 ${STAGEDIR}${MAN4PREFIX}/man/man4/ Modified: head/sysutils/intel-nvmupdate/Makefile ============================================================================== --- head/sysutils/intel-nvmupdate/Makefile Fri May 6 18:22:48 2016 (r414716) +++ head/sysutils/intel-nvmupdate/Makefile Fri May 6 18:24:15 2016 (r414717) @@ -40,6 +40,10 @@ NVMUPDATE_DIR= intel-nvmupdate IGNORE= is not supported on FreeBSD 10.1 and older .endif +.if ${OSVERSION} >= 1100000 +BROKEN= core dump on application startup +.endif + do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/${NVMUPDATE_DIR} cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${NVMUPDATE_DIR} "! -name 'nvmupdate64e'"