From owner-svn-ports-all@freebsd.org Fri Dec 22 15:14:43 2017 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 05330E9F5D0; Fri, 22 Dec 2017 15:14:43 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D965B7A9B6; Fri, 22 Dec 2017 15:14:42 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 0A0944793; Fri, 22 Dec 2017 15:14:42 +0000 (UTC) Date: Fri, 22 Dec 2017 15:14:42 +0000 From: Alexey Dokuchaev To: Mark Linimon Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r456901 - in head: biology/avida biology/gmap devel/amd64-gcc devel/k8048 devel/kyra devel/php-uprofiler games/supertuxkart graphics/cimg multimedia/handbrake net/tcpkali security/massc... Message-ID: <20171222151442.GA60985@FreeBSD.org> References: <201712211023.vBLANJrQ072021@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201712211023.vBLANJrQ072021@repo.freebsd.org> User-Agent: Mutt/1.9.2 (2017-12-15) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 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, 22 Dec 2017 15:14:43 -0000 On Thu, Dec 21, 2017 at 10:23:19AM +0000, Mark Linimon wrote: > New Revision: 456901 > URL: https://svnweb.freebsd.org/changeset/ports/456901 > > Log: > Try to bring some consistency to ports that have x86-specific pieces. > > - in general, if we think that the code is not architecture-specific, > and instead just enables x86 assembler by default, those should > use BROKEN rather than IGNORE. This will allow them to be attempted > with TRYBROKEN. > - spell i386 as x86. > - spell asm as assembler. Thank you; updated messages (reasons) read much nicer now. ./danfe