From owner-svn-ports-head@freebsd.org Wed Sep 2 14:03:27 2015 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 E2B5E9C8C32; Wed, 2 Sep 2015 14:03:27 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D3C32B59; Wed, 2 Sep 2015 14:03:27 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id D219B14CA; Wed, 2 Sep 2015 14:03:27 +0000 (UTC) Date: Wed, 2 Sep 2015 14:03:27 +0000 From: Alexey Dokuchaev To: Dmitry Marakasov Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r395836 - head/devel/ccons Message-ID: <20150902140327.GA99955@FreeBSD.org> References: <201509021353.t82Dr3AX031880@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201509021353.t82Dr3AX031880@repo.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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: Wed, 02 Sep 2015 14:03:28 -0000 On Wed, Sep 02, 2015 at 01:53:03PM +0000, Dmitry Marakasov wrote: > New Revision: 395836 > URL: https://svnweb.freebsd.org/changeset/ports/395836 > > Log: > - Switch to USES=libedit as suggested by stage-qa > - Drop 8.x support > [...] > > -.if ${OSVERSION} < 900044 > -BROKEN= ccons does not work on FreeBSD < 9.0-RELEASE > -.endif I don't think that having a BROKEN statement constitutes for "support"; please be more accurate in commit logs, thank you. ./danfe