Date: Fri, 14 May 2021 13:58:54 GMT From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 768f18f327ac - main - Mk/bsd.gcc.mk: Deprecate USE_GCC=any Message-ID: <202105141358.14EDwsbs018681@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=768f18f327ac9646fb8ee83263233909be540966 commit 768f18f327ac9646fb8ee83263233909be540966 Author: Gerald Pfeifer <gerald@FreeBSD.org> AuthorDate: 2021-05-14 13:57:13 +0000 Commit: Gerald Pfeifer <gerald@FreeBSD.org> CommitDate: 2021-05-14 13:57:13 +0000 Mk/bsd.gcc.mk: Deprecate USE_GCC=any --- Mk/bsd.gcc.mk | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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.mk. # -# USE_GCC=any is similar, except that it also accepts the old GCC 4.2- -# based system compiler where still present. -# # If your port needs a specific (minimum) version of GCC, you can easily # specify that with a USE_GCC= statement. Unless absolutely necessary # do so by specifying USE_GCC=X+ 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=any is deprecated, must not be used for new ports, and should +# be migrated to USE_GCC=yes or completely removed if possible.) +# # # Examples: # USE_GCC= yes # port requires a current version of GCC # # as defined in bsd.default-versions.mk. -# USE_GCC= any # port requires GCC 4.2 or later. # USE_GCC= 9+ # port requires GCC 9 or later. # USE_GCC= 8 # port requires GCC 8. # USE_GCC= yes:build # port requires a current version of GCC at
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105141358.14EDwsbs018681>