svn commit: r341146 - head/lang/gnat-aux

John Marino marino at FreeBSD.org
Sun Jan 26 00:21:04 UTC 2014


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


More information about the svn-ports-all mailing list