From owner-svn-ports-head@freebsd.org Sat May 29 09:04:47 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 2F15563C9F8 for ; Sat, 29 May 2021 09:04:47 +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 4FsbGf4V2Gz4YG9; Sat, 29 May 2021 09:04:42 +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 4B1EB33E5A; Sat, 29 May 2021 05:04:36 -0400 (EDT) Received: from [192.168.1.5] (77.118.221.112.wireless.dyn.drei.com [77.118.221.112]) (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 662FA33E56; Sat, 29 May 2021 05:04:35 -0400 (EDT) Date: Sat, 29 May 2021 11:04:27 +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: <20210520061342.llr3wr3725pkptz7@aching.in.mat.cc> Message-ID: <8942447e-baef-e0ea-1579-e7dfe3d5d1f@pfeifer.com> References: <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> <20210520061342.llr3wr3725pkptz7@aching.in.mat.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Rspamd-Queue-Id: 4FsbGf4V2Gz4YG9 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 [-1.30 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[209.68.5.143:from]; FREEFALL_USER(0.00)[gerald]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+a:hamza.pair.com]; MID_RHS_MATCH_FROM(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[pfeifer.com]; ARC_NA(0.00)[]; RCPT_COUNT_FIVE(0.00)[5]; SPAMHAUS_ZRD(0.00)[209.68.5.143:from:127.0.2.255]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_SPAM_SHORT(1.00)[1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:7859, ipnet:209.68.0.0/18, country:US]; RCVD_TLS_LAST(0.00)[]; MAILMAN_DEST(0.00)[svn-ports-head] 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: Sat, 29 May 2021 09:04:47 -0000 On Thu, 20 May 2021, Mathieu Arnold wrote: > You don't need approval from anyone, there is already a blanket approval > for: > > * Most infrastructure changes to a port (that is, modernizing, but not > changing the functionality). For example, the blanket covers > converting to new `USES` macros, enabling verbose builds, and > switching to new ports system syntaxes. I wasn't sure whether anyone might yell at me if I simply change the infrastructure like this and then adjust all affected ports. ;-) Now I went ahead and de facto made USE_GCC=any equivalent to USE_GCC=yes. Next I plan on updating all ports still featuring USE_GCC=any, and finally completely remove reference to "any" from Mk/bsd.gcc.mk. Thanks for your guidance/support. Gerald