From owner-svn-ports-head@freebsd.org Sun Aug 23 14:02:20 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 A01B89C08C9; Sun, 23 Aug 2015 14:02:20 +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 8FBABC86; Sun, 23 Aug 2015 14:02:20 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 8DC6F1524; Sun, 23 Aug 2015 14:02:20 +0000 (UTC) Date: Sun, 23 Aug 2015 14:02:20 +0000 From: Alexey Dokuchaev To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r395091 - in head: comms/dabstick-radio graphics/darktable graphics/luxrender graphics/sharpconstruct Message-ID: <20150823140220.GA4684@FreeBSD.org> References: <201508231358.t7NDw7Z9032439@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201508231358.t7NDw7Z9032439@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: Sun, 23 Aug 2015 14:02:20 -0000 On Sun, Aug 23, 2015 at 01:58:07PM +0000, Alexey Dokuchaev wrote: > New Revision: 395091 > URL: https://svnweb.freebsd.org/changeset/ports/395091 > > Log: > Consistently spell out ONLY_FOR_ARCHS_REASON due to SSE (and other SIMD > instructions) use. [...] > > Since "instruction set" looks a bit too formal in the option description, > use more casual and shorter word "instructions". Boo. It was not about "option description" of course, sorry. It clashed with my studies of various SSE_DESC knobs in various ports (also a bit of a mess, but fixing that would require more work). ./danfe