From owner-svn-ports-head@FreeBSD.ORG Tue Jun 24 09:56:06 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id C2CE02B2; Tue, 24 Jun 2014 09:56:06 +0000 (UTC) Date: Tue, 24 Jun 2014 09:56:06 +0000 From: Alexey Dokuchaev To: Baptiste Daroussin Subject: Re: svn commit: r359059 - head/net/openospfd Message-ID: <20140624095606.GA57236@FreeBSD.org> References: <201406240809.s5O897RB070121@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201406240809.s5O897RB070121@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 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: Tue, 24 Jun 2014 09:56:06 -0000 On Tue, Jun 24, 2014 at 08:09:07AM +0000, Baptiste Daroussin wrote: > New Revision: 359059 > URL: http://svnweb.freebsd.org/changeset/ports/359059 > QAT: https://qat.redports.org/buildarchive/r359059/ > > Log: > Mark as broken: does not build on 10 and head > [...] > > +.include > + > +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000 > +BROKEN= Does not build on FreeBSD 10+ I think it would be nice to provide more specific reason; otherwise it is hard to tell if it's compiler related or not. Also OSVERSION check is not quite accurate. Fixed in r359066 (and staged). ./danfe