Date: Fri, 9 Jul 2021 08:58:13 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: 8e4bc6244f69 - main - lang/gcc: Remove references to GCC 4.9 Message-ID: <202107090858.1698wDkL000620@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=8e4bc6244f69bd65daa35018f8f5db9bb589976f commit 8e4bc6244f69bd65daa35018f8f5db9bb589976f Author: Gerald Pfeifer <gerald@FreeBSD.org> AuthorDate: 2021-07-09 08:58:06 +0000 Commit: Gerald Pfeifer <gerald@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107090858.1698wDkL000620>