Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Mar 2015 13:29:42 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r381197 - head/lang/gcc47-aux
Message-ID:  <201503131329.t2DDTgfr088217@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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