Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jan 2014 00:21:03 +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: r341146 - head/lang/gnat-aux
Message-ID:  <201401260021.s0Q0L3B1001914@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sun Jan 26 00:21:03 2014
New Revision: 341146
URL: http://svnweb.freebsd.org/changeset/ports/341146
QAT: https://qat.redports.org/buildarchive/r341146/

Log:
  lang/gnat-aux: Mark deprecated in favor of lang/gcc-aux
  
  Now that the gnatdroid-arm ports have been rebased on lang/gcc-aux, there
  is no port that requires lang/gnat-aux.  Since it can't build most of the
  Ada framework, there's no anticipated reason to use it over the newer,
  gcc4.7-based gcc-aux.  Leave it around just in case, but let folks fooled
  by "gnat" in name that it's not the latest Ada compiler.

Modified:
  head/lang/gnat-aux/Makefile

Modified: head/lang/gnat-aux/Makefile
==============================================================================
--- head/lang/gnat-aux/Makefile	Sun Jan 26 00:05:36 2014	(r341145)
+++ head/lang/gnat-aux/Makefile	Sun Jan 26 00:21:03 2014	(r341146)
@@ -15,6 +15,8 @@ COMMENT=	GNAT Ada compiler based on GCC 
 
 LICENSE=	GPLv3
 
+DEPRECATED=	Superceded by gcc4.7-based lang/gcc-aux, use it instead
+
 .include "${.CURDIR}/Makefile.common"
 
 LANGS=			c



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