From owner-svn-ports-head@freebsd.org Mon Nov 16 00:46:50 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 24E8EA30C7C; Mon, 16 Nov 2015 00:46:50 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ED5591F0A; Mon, 16 Nov 2015 00:46:49 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from [192.168.0.130] (vie-188-118-240-003.dsl.sil.at [188.118.240.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id 108453F451; Sun, 15 Nov 2015 19:46:45 -0500 (EST) Date: Mon, 16 Nov 2015 01:46:43 +0100 (CET) From: Gerald Pfeifer To: Adam Weinberger cc: Alexey Dokuchaev , 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 In-Reply-To: Message-ID: References: <201506052330.t55NUBZL020965@svn.freebsd.org> <564044BC.5050203@FreeBSD.org> <077EDBDC-8EF1-44FA-9D17-90345C2956F5@adamw.org> <20151109153801.GA60954@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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: Mon, 16 Nov 2015 00:46:50 -0000 On Mon, 9 Nov 2015, Adam Weinberger wrote: > My vote is for "Build with modern GCC (from ports)" This is what I went for in the patch I committed last night where I replaced per-port definitions of GCC_DESC with a global default one. If anyone wants to tweak that, go for it! The only two ports still defining GCC_DESC themselves are cad/ghdl and lang/gambit-c. This is based on my analysis that indicates a different kind of usage. Gerald