svn commit: r449947 - head/lang/gcc5-aux

Gerald Pfeifer gerald at FreeBSD.org
Sat Sep 16 08:21:09 UTC 2017


Author: gerald
Date: Sat Sep 16 08:21:07 2017
New Revision: 449947
URL: https://svnweb.freebsd.org/changeset/ports/449947

Log:
  Deprecate this port which is essentially unmaintained and based on
  a 15 month old snapshot of GCC 5.  Users can still go for gcc6-aux
  (which is in a similar situation but used by a couple of other ports
  and at least only 7 months old).

Modified:
  head/lang/gcc5-aux/Makefile

Modified: head/lang/gcc5-aux/Makefile
==============================================================================
--- head/lang/gcc5-aux/Makefile	Sat Sep 16 07:10:37 2017	(r449946)
+++ head/lang/gcc5-aux/Makefile	Sat Sep 16 08:21:07 2017	(r449947)
@@ -15,6 +15,9 @@ COMMENT=	Version of GCC ${GCC_BRANCH} with full Ada su
 LICENSE=	GPLv3 GPLv3RLE
 LICENSE_COMB=	multi
 
+DEPRECATED=	Essentially unmaintained and replaced by gcc6-aux
+EXPIRATION_DATE=2017-10-31
+
 .include "${.CURDIR}/Makefile.common"
 
 LANGS=			c c++ ada


More information about the svn-ports-all mailing list