Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2014 17:30:34 +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: r343945 - head/lang/gnat
Message-ID:  <201402121730.s1CHUYfn097966@svn.freebsd.org>

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



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