svn commit: r460758 - head/lang/gcc5

Gerald Pfeifer gerald at FreeBSD.org
Fri Feb 2 23:26:15 UTC 2018


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
 


More information about the svn-ports-head mailing list