git: e6d30d653311 - main - Mk/bsd.gcc.mk: Strongly discourage USE_GCC=any

Gerald Pfeifer gerald at FreeBSD.org
Thu Sep 23 18:20:39 UTC 2021


The branch main has been updated by gerald:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e6d30d653311797923afa1225eff167d8a15f679

commit e6d30d653311797923afa1225eff167d8a15f679
Author:     Gerald Pfeifer <gerald at FreeBSD.org>
AuthorDate: 2021-09-23 18:18:21 +0000
Commit:     Gerald Pfeifer <gerald at FreeBSD.org>
CommitDate: 2021-09-23 18:20:23 +0000

    Mk/bsd.gcc.mk: Strongly discourage USE_GCC=any
    
    PR:             258015
---
 Mk/bsd.gcc.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Mk/bsd.gcc.mk b/Mk/bsd.gcc.mk
index 63c060f6322d..5a8d5d20d4e6 100644
--- a/Mk/bsd.gcc.mk
+++ b/Mk/bsd.gcc.mk
@@ -21,8 +21,8 @@
 # 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.)
+# (USE_GCC=any is deprecated - and now an odd way to write USE_GCC=yes.
+# Do *not* use! It will be removed shortly.)
 #
 #
 # Examples:


More information about the dev-commits-ports-main mailing list