From owner-svn-ports-head@freebsd.org Mon May 17 07:51:42 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 5CFD463F165 for ; Mon, 17 May 2021 07:51:42 +0000 (UTC) (envelope-from mat@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FkBCy1yqKz4tfq; Mon, 17 May 2021 07:51:42 +0000 (UTC) (envelope-from mat@freebsd.org) Received: from mail.j.mat.cc (owncloud.cube.mat.cc [79.143.240.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.mat.cc", Issuer "R3" (verified OK)) (Authenticated sender: mat/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 1024524B08; Mon, 17 May 2021 07:51:42 +0000 (UTC) (envelope-from mat@freebsd.org) Received: from aching.in.mat.cc (unknown [IPv6:2a01:678:ab:0:3b8c:604e:d1cd:df2b]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: mat@mat.cc) by mail.j.mat.cc (Postfix) with ESMTPSA id DE7A5942D80; Mon, 17 May 2021 07:51:40 +0000 (UTC) Date: Mon, 17 May 2021 09:51:39 +0200 From: Mathieu Arnold To: Gerald Pfeifer Cc: Mathieu Arnold , Piotr Kubaj , Mark Linimon , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, Fernando =?utf-8?Q?Apestegu=C3=ADa?= Subject: Re: svn commit: r568012 - head/net/tightvnc Message-ID: <20210517075139.dtlgv5liuh2rie5y@aching.in.mat.cc> 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> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="pxsfen6aif4uvsea" Content-Disposition: inline In-Reply-To: <9510fbff-0e8-d29-403b-247fae4616bc@pfeifer.com> 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: Mon, 17 May 2021 07:51:42 -0000 --pxsfen6aif4uvsea Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, May 14, 2021 at 04:49:33PM +0200, Gerald Pfeifer wrote: > On Thu, 18 Mar 2021, Gerald Pfeifer wrote: > > Most ports featuring USE_GCC=3Dany fit your reference regarding the > > dinosaurs era. :-) > >=20 > > As a first step, I am proposing the patch below. >=20 > Wow, two months went by really quickly. >=20 > I went ahead and fully deprecated USE_GCC=3Dany, in terms of=20 > documentation for now, per the patch below. >=20 > And fernape@ kindly prepared a patch for the Porters' Handbook,=20 > cf. https://reviews.freebsd.org/D30209 . >=20 > Next stop: make USE_GCC=3Dany equivalent to USE_GCC=3Dyes. I would rather make USE_GCC=3Dany do nothing, or give out an error, and replace all its occurrences by "yes". > Gerald >=20 >=20 > commit 768f18f327ac9646fb8ee83263233909be540966 > Author: Gerald Pfeifer > Date: Fri May 14 13:57:13 2021 +0000 >=20 > Mk/bsd.gcc.mk: Deprecate USE_GCC=3Dany >=20 > diff --git a/Mk/bsd.gcc.mk b/Mk/bsd.gcc.mk > index c836b95b8e17..aed64671d194 100644 > --- a/Mk/bsd.gcc.mk > +++ b/Mk/bsd.gcc.mk > @@ -9,9 +9,6 @@ > # your port/system configuration. This is the preferred use of USE_GCC. > # It uses the canonical version of GCC defined in bsd.default-versions.m= k. > # > -# USE_GCC=3Dany is similar, except that it also accepts the old GCC 4.2- > -# based system compiler where still present. > -#=20 > # If your port needs a specific (minimum) version of GCC, you can easily > # specify that with a USE_GCC=3D statement. Unless absolutely necessary > # do so by specifying USE_GCC=3DX+ which requests at least GCC version X. > @@ -24,11 +21,13 @@ > # If no arguments are specified, GCC is added as both a build dependency > # and a run time dependency. > # > +# (USE_GCC=3Dany is deprecated, must not be used for new ports, and shou= ld > +# be migrated to USE_GCC=3Dyes or completely removed if possible.) > +# > # > # Examples: > # USE_GCC=3D yes # port requires a current version of GCC > # # as defined in bsd.default-versions.mk. > -# USE_GCC=3D any # port requires GCC 4.2 or later. > # USE_GCC=3D 9+ # port requires GCC 9 or later. > # USE_GCC=3D 8 # port requires GCC 8. > # USE_GCC=3D yes:build # port requires a current version of GCC at >=20 --=20 Mathieu Arnold --pxsfen6aif4uvsea Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAABCgB9FiEEVhwchfRfuV0unqO5KesJApEdfgIFAmCiIH1fFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDU2 MUMxQzg1RjQ1RkI5NUQyRTlFQTNCOTI5RUIwOTAyOTExRDdFMDIACgkQKesJApEd fgKZTw//UFmdUpLWmSUDGpuYVGPWodXWf7nGsSLj4aZj8yb6moIqP+RLeaVK/gfr 3D6QzL5G78kQFonCnN26V1RUscMUy2YsABixTtkNhhbUOQcl25OVr8d7yodKtOUs bQilZonwNcduRiCrV0eVw0YTKeBXM1rJSYapAgry4DoxBGpHwp+S+YwoWaf66al+ pG+BCjtKP0ZrHzynIeSCBoEoW4epXO6QJnccS1BJ5cOmDumRDQcBWpcOVOcmlAOZ /w90VDONjyIS8JPOE8dKhj36IR4NBJehjxxF9dGz0fD7jNzm6ygcFyIHBxAp/Er6 CmUof1lrmKgoCI50AjXYJoJ6Wj7tMddi0J9zSzw97qEIwuP8kH1B0O+YKzYRWdhW 9/E5ZRHG1FaKJyZ1947djzHYm0I3OUOvN1XBLjLoB1f90x9aBwr/bwdza88KsU/L 0nZmHVacU9y1mU1mW+2pE6l52JI99Kx6ioUnP6iCPr38cZkbPGzOp12LcGJZB3o4 JT6cdRUDkxVealZIF3eAtoLXEpGlDh3M2KsHCr90QKti51sBA9X9m/dAQEY/E9Z6 qya+vGMAuszO6+/1EgtMe/GD8VKHxAwjOEA7Hoi6iDxGQih67ayDfEZ1UjJ6OP8E pIXaMjrGgCvKNd5Ljrc6YaKzSenE03EoNb/Tgpya/NEWFlHXdfk= =S9Cd -----END PGP SIGNATURE----- --pxsfen6aif4uvsea--