svn commit: r343945 - head/lang/gnat

John Marino marino at FreeBSD.org
Wed Feb 12 17:30:34 UTC 2014


Author: marino
Date: Wed Feb 12 17:30:33 2014
New Revision: 343945
URL: http://svnweb.freebsd.org/changeset/ports/343945
QAT: https://qat.redports.org/buildarchive/r343945/

Log:
  lang/gnat: Expire on 1 APR 2014
  
  This compiler is essentially obsolete and only builds on i386.
  Ports is set up to use lang/gcc-aux to compile Ada and no port
  depends on lang/gnat.  Moreover, its presence can serve to confuse
  users looking for the latest GNAT compiler.
  
  Approved by:	maintainer (deischen@)

Modified:
  head/lang/gnat/Makefile

Modified: head/lang/gnat/Makefile
==============================================================================
--- head/lang/gnat/Makefile	Wed Feb 12 17:20:40 2014	(r343944)
+++ head/lang/gnat/Makefile	Wed Feb 12 17:30:33 2014	(r343945)
@@ -19,6 +19,9 @@ LICENSE=	GPLv3 LGPL3
 
 ONLY_FOR_ARCHS=		i386
 
+DEPRECATED=	The Ada framework is based on lang/gcc-aux, use it instead
+EXPIRATION_DATE=2014-04-01
+
 USES=			bison gmake iconv perl5
 USE_PERL5=		build
 


More information about the svn-ports-head mailing list