From owner-svn-ports-head@freebsd.org Tue May 18 07:29:08 2021 Return-Path: Delivered-To: svn-ports-head@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 928DA6424E5 for ; Tue, 18 May 2021 07:29:08 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4FkngS3PsFz3l0b; Tue, 18 May 2021 07:29:08 +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 3C2A733EB4; Tue, 18 May 2021 03:29:07 -0400 (EDT) Received: from [192.168.1.5] (77.118.138.146.wireless.dyn.drei.com [77.118.138.146]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id 57EBA33EA0; Tue, 18 May 2021 03:29:06 -0400 (EDT) Date: Tue, 18 May 2021 09:28:54 +0200 (CEST) From: Gerald Pfeifer To: Mathieu Arnold cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, =?ISO-8859-15?Q?Fernando_Apestegu=EDa?= Subject: Re: svn commit: r568012 - head/net/tightvnc In-Reply-To: <20210517075139.dtlgv5liuh2rie5y@aching.in.mat.cc> Message-ID: References: <20210315112025.ij4l2oiegzkq2hhu@aching.in.mat.cc> <6fc69b3c-6b86-ffd9-9784-524868a8d951@pfeifer.com> <20210317111317.vlp7f7kqxwhwlsjd@aching.in.mat.cc> <20210317114507.edjpfbwtdd3krfdb@aching.in.mat.cc> <20210317134119.bzvp2lfnpiewzl5k@aching.in.mat.cc> <20210317171958.znakfw7uj543uc7z@aching.in.mat.cc> <739c1d5d-3a5f-cb4f-ebfa-56835044ac7e@pfeifer.com> <9510fbff-0e8-d29-403b-247fae4616bc@pfeifer.com> <20210517075139.dtlgv5liuh2rie5y@aching.in.mat.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Rspamd-Queue-Id: 4FkngS3PsFz3l0b X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 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: Tue, 18 May 2021 07:29:08 -0000 On Mon, 17 May 2021, Mathieu Arnold wrote: >> Next stop: make USE_GCC=any equivalent to USE_GCC=yes. > I would rather make USE_GCC=any do nothing, or give out an error, and > replace all its occurrences by "yes". Okay, happy to make that change. "Approved by: portmgr (mat)" for the "any" -> "yes" part? Gerald