From owner-svn-ports-all@freebsd.org Mon Nov 9 13:00:52 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 C3A9BA2A312; Mon, 9 Nov 2015 13:00:52 +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 B37D11C65; Mon, 9 Nov 2015 13:00:52 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id B21891AAE; Mon, 9 Nov 2015 13:00:52 +0000 (UTC) Date: Mon, 9 Nov 2015 13:00:52 +0000 From: Alexey Dokuchaev To: Gerald Pfeifer Cc: John Marino , Adam Weinberger , Guido Falsi , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r388648 - in head/net: asterisk11 asterisk13 Message-ID: <20151109130052.GA95999@FreeBSD.org> References: <201506052330.t55NUBZL020965@svn.freebsd.org> <564044BC.5050203@FreeBSD.org> <56408CCC.20302@marino.st> <56408FE3.9040105@marino.st> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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, 09 Nov 2015 13:00:52 -0000 On Mon, Nov 09, 2015 at 01:45:37PM +0100, Gerald Pfeifer wrote: > On Mon, 9 Nov 2015, John Marino wrote: > > "current GCC" is a bit confusing to me. Do you mean "Ports GCC"? > > Or "appropriate GCC" ? I think the wording would confuse users too. +1; "current GCC" is a bit vague; certainly seasoned ports hackers would know what it means, but for user Joe it might not be immediately clear when this message pops up in dialog(1) without ^C'ing and reading the Makefile. > I guess the full version would be "Use GCC, just not the crappy old > version in base of older versions of FreeBSD" (except for lang/gambit-c > and cad/ghdl). > > Perhaps > > GCC_DESC?= Use GCC (from ports) I'd vote for "Use modern GCC (from ports)" or "Build with modern GCC". ./danfe