svn commit: r381197 - head/lang/gcc47-aux

John Marino marino at FreeBSD.org
Fri Mar 13 13:29:42 UTC 2015


Author: marino
Date: Fri Mar 13 13:29:41 2015
New Revision: 381197
URL: https://svnweb.freebsd.org/changeset/ports/381197
QAT: https://qat.redports.org/buildarchive/r381197/

Log:
  lang/gcc47-aux: Deprecate and expire before 1 June 2015
  
  The GCC 4.7 branch closed 12 June 2014 with the release of version 4.7.4,
  so I'm setting this port to expire a year after that.
  
  This is not the default compiler for Ada; nothing in the tree depends on
  it.  The default compiler, lang/gcc-aux, is based on 4.9 and it's much
  better anyway.

Modified:
  head/lang/gcc47-aux/Makefile

Modified: head/lang/gcc47-aux/Makefile
==============================================================================
--- head/lang/gcc47-aux/Makefile	Fri Mar 13 13:26:52 2015	(r381196)
+++ head/lang/gcc47-aux/Makefile	Fri Mar 13 13:29:41 2015	(r381197)
@@ -16,6 +16,9 @@ COMMENT=	Version of GCC ${GCC_BRANCH} wi
 LICENSE=	GPLv3 GPLv3RLE
 LICENSE_COMB=	multi
 
+DEPRECATED=	GCC 4.7 branched closed June 2014, move to lang/gcc-aux
+EXPIRATION_DATE=	2015-05-31
+
 .include "${.CURDIR}/Makefile.common"
 
 LANGS=			c


More information about the svn-ports-head mailing list