git: 8e4bc6244f69 - main - lang/gcc: Remove references to GCC 4.9
Gerald Pfeifer
gerald at FreeBSD.org
Fri Jul 9 08:58:13 UTC 2021
The branch main has been updated by gerald:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8e4bc6244f69bd65daa35018f8f5db9bb589976f
commit 8e4bc6244f69bd65daa35018f8f5db9bb589976f
Author: Gerald Pfeifer <gerald at FreeBSD.org>
AuthorDate: 2021-07-09 08:58:06 +0000
Commit: Gerald Pfeifer <gerald at FreeBSD.org>
CommitDate: 2021-07-09 08:58:06 +0000
lang/gcc: Remove references to GCC 4.9
GCC 4.9 is not in the tree any longer, so remove verbal references
in a comment. Improve the wording of that comment on the way.
---
lang/gcc/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile
index c6fd02747b8d..f35f97f2226e 100644
--- a/lang/gcc/Makefile
+++ b/lang/gcc/Makefile
@@ -10,8 +10,8 @@ DISTFILES= # not applicable
MAINTAINER= gerald at FreeBSD.org
COMMENT= Meta-port for the default version of the GNU Compiler Collection
-# Once GCC 4.9 and 4.8 aren't options any longer, we can simply use
-# GCC_DEFAULT again below (the expression rewrites 4.9 to 49).
+# Once GCC 4.8 isn't an option any longer, we can simply use GCC_DEFAULT
+# below. (The expression rewrites 4.8 to 48.)
RUN_DEPENDS= gcc${GCC_DEFAULT:S/.//}:lang/gcc${GCC_DEFAULT:S/.//}
NO_ARCH= yes
More information about the dev-commits-ports-all
mailing list