From owner-svn-ports-all@freebsd.org Sun Dec 22 02:10:30 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8126E1E46F2; Sun, 22 Dec 2019 02:10:30 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) (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 47gQtY5nHhz3Q10; Sun, 22 Dec 2019 02:10:29 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 3A3AE33E06; Sat, 21 Dec 2019 21:01:38 -0500 (EST) Received: from anthias (unknown [103.14.91.85]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id 7B3C933E03; Sat, 21 Dec 2019 21:00:44 -0500 (EST) Date: Sun, 22 Dec 2019 12:00:21 +1000 (+10) From: Gerald Pfeifer To: Tobias Kortkamp cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r517725 - head/lang/gcc9 In-Reply-To: <20191214155544.GA32673@urd.tobik.me> Message-ID: References: <201911160812.xAG8CZEi075212@repo.freebsd.org> <20191214155544.GA32673@urd.tobik.me> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Rspamd-Queue-Id: 47gQtY5nHhz3Q10 X-Spamd-Bar: +++++++++ Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of gerald@pfeifer.com designates 209.68.5.143 as permitted sender) smtp.mailfrom=gerald@pfeifer.com X-Spamd-Result: default: False [9.24 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RECEIVED_SPAMHAUS_CSS(4.00)[85.91.14.103.khpj7ygk5idzvmvt5x4ziurxhy.zen.dq.spamhaus.net : 127.0.0.3]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; R_SPF_ALLOW(0.00)[+a:hamza.pair.com:c]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; DMARC_NA(0.00)[pfeifer.com]; TO_DN_SOME(0.00)[]; BAD_REP_POLICIES(0.10)[]; RCVD_COUNT_THREE(0.00)[3]; IP_SCORE(-2.17)[ip: (-7.63), ipnet: 209.68.0.0/18(-2.04), asn: 7859(-1.13), country: US(-0.05)]; RECEIVED_SPAMHAUS_XBL(5.00)[85.91.14.103.khpj7ygk5idzvmvt5x4ziurxhy.zen.dq.spamhaus.net : 127.0.0.4]; NEURAL_SPAM_MEDIUM(0.92)[0.917,0]; NEURAL_SPAM_LONG(0.99)[0.991,0]; RCVD_IN_DNSWL_NONE(0.00)[143.5.68.209.list.dnswl.org : 127.0.10.0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MID_RHS_NOT_FQDN(0.50)[]; ASN(0.00)[asn:7859, ipnet:209.68.0.0/18, country:US]; MIME_TRACE(0.00)[0:+]; GREYLIST(0.00)[pass,body]; RECEIVED_SPAMHAUS_PBL(0.00)[85.91.14.103.khpj7ygk5idzvmvt5x4ziurxhy.zen.dq.spamhaus.net : 127.0.0.11] X-Spam: Yes X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Sun, 22 Dec 2019 02:10:30 -0000 On Sat, 14 Dec 2019, Tobias Kortkamp wrote: >> Log: >> Backport 517206 | gerald | 2019-11-10 from lang/gcc10-devel, which already >> landed in lang/gcc9-devel as r517355 | gerald | 2019-11-13. >> >> Add a new option PLUGINS that enables GCC's plugin framework. This is off >> by default for now, but something to possibly make the default after a bit >> of settling. > when can we enable PLUGINS by default? Why would you like to see that? (Genuine question!) We could make this change in the next couple of days as far as lang/gcc10-devel and perhaps lang/gcc9-devel are concerned. With lang/gcc9 I tend to be more conservative by default, hence the question above. Gerald PS: I've been cut off the Internet for two weeks; slowly catching up now.