Date: Mon, 13 Jan 2020 06:06:09 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r522857 - head/lang/gcc7 Message-ID: <202001130606.00D669Q9059822@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Mon Jan 13 06:06:08 2020 New Revision: 522857 URL: https://svnweb.freebsd.org/changeset/ports/522857 Log: Deprecate this port since GCC 7 has been end-of-lifed upstream two months ago whereas GCC 8 (lang/gcc8) and GCC 9 (lang/gcc9) are still active via official releases. As we have been doing historically for older GCC ports, do not mark for actual expiration yet, though. Modified: head/lang/gcc7/Makefile Modified: head/lang/gcc7/Makefile ============================================================================== --- head/lang/gcc7/Makefile Mon Jan 13 06:03:59 2020 (r522856) +++ head/lang/gcc7/Makefile Mon Jan 13 06:06:08 2020 (r522857) @@ -13,6 +13,7 @@ COMMENT= GNU Compiler Collection 7 LICENSE= GPLv3 GPLv3RLE LICENSE_COMB= multi +DEPRECATED= Unsupported by upstream. Use GCC 9 or newer instead. ONLY_FOR_ARCHS= aarch64 amd64 arm armv6 armv7 i386 powerpc powerpc64 powerpcspe sparc64 LIB_DEPENDS= libgmp.so:math/gmp \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001130606.00D669Q9059822>