From owner-svn-ports-all@freebsd.org Mon Nov 9 15:38:01 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 DC28FA2AFEF; Mon, 9 Nov 2015 15:38:01 +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 CD9F4124B; Mon, 9 Nov 2015 15:38:01 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id CB7D9103E; Mon, 9 Nov 2015 15:38:01 +0000 (UTC) Date: Mon, 9 Nov 2015 15:38:01 +0000 From: Alexey Dokuchaev To: Adam Weinberger Cc: Gerald Pfeifer , 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: <20151109153801.GA60954@FreeBSD.org> References: <201506052330.t55NUBZL020965@svn.freebsd.org> <564044BC.5050203@FreeBSD.org> <077EDBDC-8EF1-44FA-9D17-90345C2956F5@adamw.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <077EDBDC-8EF1-44FA-9D17-90345C2956F5@adamw.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, 09 Nov 2015 15:38:02 -0000 On Mon, Nov 09, 2015 at 08:28:58AM -0700, Adam Weinberger wrote: > What about "Build with current GCC (from ports)"? > With or without those parentheses. > > Then people know that they're about to build/install a new compiler, > which is a large and time-consuming dependency. Again, I advocate for s/current/modern/. What is "current"? It can be 4.9 for some people, 5.0 for others, and "why should I care" for everyone else. ;-) Plus, on some platforms, even on -CURRENT, GCC 4.2.1 is *the current* base compiler. "Modern" does not suffer from this bug: 4.8, 4.9, 5.0 are all, well, pretty modern. Even PowerPC users won't consider their base GCC 4.2.1 as "modern". I'm still hesitating about "Build with" vs. "Use". I'm thinking of cases when GCC bits are required, but not exactly to build things. At this point I'm more inclined towards "Use modern GCC (from ports)" but still not 100% confident it's the best wording. ./danfe