Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Sep 2017 08:21:07 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r449947 - head/lang/gcc5-aux
Message-ID:  <201709160821.v8G8L7kC048590@repo.freebsd.org>

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



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