From owner-svn-ports-all@freebsd.org Mon Oct 26 08:47:07 2015 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 EB136887E; Mon, 26 Oct 2015 08:47:07 +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 DDA5815FA; Mon, 26 Oct 2015 08:47:07 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id DC19D12BD; Mon, 26 Oct 2015 08:47:07 +0000 (UTC) Date: Mon, 26 Oct 2015 08:47:07 +0000 From: Alexey Dokuchaev To: Joe Marcus Clarke Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r400154 - in head/ports-mgmt/portlint: . src Message-ID: <20151026084707.GA33313@FreeBSD.org> References: <201510251727.t9PHRckC024802@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201510251727.t9PHRckC024802@repo.freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 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: Mon, 26 Oct 2015 08:47:08 -0000 On Sun, Oct 25, 2015 at 05:27:38PM +0000, Joe Marcus Clarke wrote: > New Revision: 400154 > URL: https://svnweb.freebsd.org/changeset/ports/400154 > > Log: > Update to 2.16.7. > > * Remove the check for USES being sorted. Order is important. [2] > PR: 203908 [2] PR fails to provide any specifics though. USES should be order-agnostic; dependencies should be specified explicitly. Sorted USES might actually help to find those bugs (any are known?) and fix them quickly. Relying on a specific USES order is a bug. ./danfe