Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Feb 2018 23:26:15 +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: r460758 - head/lang/gcc5
Message-ID:  <201802022326.w12NQFGP074818@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Fri Feb  2 23:26:14 2018
New Revision: 460758
URL: https://svnweb.freebsd.org/changeset/ports/460758

Log:
  GCC 5 reached end-of-life last year, so add a deprecation note like
  lang/gcc49 and earlier already carry and recommend GCC 6 or later
  instead of GCC 5.
  
  PR:		225629

Modified:
  head/lang/gcc5/Makefile

Modified: head/lang/gcc5/Makefile
==============================================================================
--- head/lang/gcc5/Makefile	Fri Feb  2 21:54:17 2018	(r460757)
+++ head/lang/gcc5/Makefile	Fri Feb  2 23:26:14 2018	(r460758)
@@ -14,6 +14,7 @@ COMMENT=	GNU Compiler Collection 5
 LICENSE=	GPLv3 GPLv3RLE
 LICENSE_COMB=	multi
 
+DEPRECATED=	Unsupported by upstream. Use GCC 6 or newer instead.
 ONLY_FOR_ARCHS=	aarch64 amd64 arm armv6 i386 powerpc powerpc64 sparc64
 BROKEN_sparc64=	Does not build: bootstrap comparison failure
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802022326.w12NQFGP074818>