svn commit: r411237 - head/lang/gcc-aux

John Marino marino at FreeBSD.org
Wed Mar 16 14:48:10 UTC 2016


Author: marino
Date: Wed Mar 16 14:48:09 2016
New Revision: 411237
URL: https://svnweb.freebsd.org/changeset/ports/411237

Log:
  lang/gcc-aux: deprecate, set expiration for 15 May 2016
  
  There are no more ports dependent on gcc-aux anymore, and there's no
  known reason to use this compiler over the newer gcc5-aux and gcc6-aux
  compilers.  Ideally, there should only be two compilers featured in the
  Ada framework: The default and the upcoming one.

Modified:
  head/lang/gcc-aux/Makefile

Modified: head/lang/gcc-aux/Makefile
==============================================================================
--- head/lang/gcc-aux/Makefile	Wed Mar 16 14:36:10 2016	(r411236)
+++ head/lang/gcc-aux/Makefile	Wed Mar 16 14:48:09 2016	(r411237)
@@ -15,6 +15,9 @@ COMMENT=	Version of GCC ${GCC_BRANCH} wi
 LICENSE=	GPLv3 GPLv3RLE
 LICENSE_COMB=	multi
 
+DEPRECATED=	Use newer lang/gcc5-aux or lang/gcc6-aux compilers instead
+EXPIRATION_DATE=	2016-05-15
+
 .include "${.CURDIR}/Makefile.common"
 
 LANGS=			c c++ ada


More information about the svn-ports-all mailing list