diff options
author | John Marino <marino@FreeBSD.org> | 2014-01-26 08:21:03 +0800 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-01-26 08:21:03 +0800 |
commit | ff46e6ed0a70362f9210aac64359100f21d144e3 (patch) | |
tree | 8c364082285c2a9ecb0dca9fbd33c888d7d9230f /lang | |
parent | 1632c3021e14f9c7a8c2c0dda6c76d5a2fc83cd2 (diff) | |
download | freebsd-ports-gnome-ff46e6ed0a70362f9210aac64359100f21d144e3.tar.gz freebsd-ports-gnome-ff46e6ed0a70362f9210aac64359100f21d144e3.tar.zst freebsd-ports-gnome-ff46e6ed0a70362f9210aac64359100f21d144e3.zip |
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.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gnat-aux/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/gnat-aux/Makefile b/lang/gnat-aux/Makefile index a018dcaae905..5f9ac94a0c98 100644 --- a/lang/gnat-aux/Makefile +++ b/lang/gnat-aux/Makefile @@ -15,6 +15,8 @@ COMMENT= GNAT Ada compiler based on GCC ${GCC_BRANCH} LICENSE= GPLv3 +DEPRECATED= Superceded by gcc4.7-based lang/gcc-aux, use it instead + .include "${.CURDIR}/Makefile.common" LANGS= c |