svn commit: r522308 - head/lang/gcc6

Gerald Pfeifer gerald at FreeBSD.org
Tue Jan 7 00:27:11 UTC 2020


Author: gerald
Date: Tue Jan  7 00:27:11 2020
New Revision: 522308
URL: https://svnweb.freebsd.org/changeset/ports/522308

Log:
  This port (lang/gcc6) has been marked deprecated since r485607 (2018-11-22).
  
  Now that its last consumer in the tree is gone, mark it for actual removal
  with an expiration date end of February 2019, some eight weeks from now.

Modified:
  head/lang/gcc6/Makefile

Modified: head/lang/gcc6/Makefile
==============================================================================
--- head/lang/gcc6/Makefile	Tue Jan  7 00:14:02 2020	(r522307)
+++ head/lang/gcc6/Makefile	Tue Jan  7 00:27:11 2020	(r522308)
@@ -15,6 +15,7 @@ LICENSE=	GPLv3 GPLv3RLE
 LICENSE_COMB=	multi
 
 DEPRECATED=	Unsupported by upstream. Use GCC 9 or newer instead.
+EXPIRATION_DATE=2020-02-29
 ONLY_FOR_ARCHS=	aarch64 amd64 arm armv6 armv7 i386 powerpc powerpc64 powerpcspe sparc64
 BROKEN_sparc64=	fails to configure: cannot compute suffix of object files: cannot compile
 


More information about the svn-ports-all mailing list