Date: Wed, 16 Mar 2016 14:48:09 +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: r411237 - head/lang/gcc-aux Message-ID: <201603161448.u2GEm9t2001773@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Wed Mar 16 14:48:09 2016 New Revision: 411237 URL: https://svnweb.freebsd.org/changeset/ports/411237 Log: lang/gcc-aux: deprecate, set expiration for 15 May 2016 There are no more ports dependent on gcc-aux anymore, and there's no known reason to use this compiler over the newer gcc5-aux and gcc6-aux compilers. Ideally, there should only be two compilers featured in the Ada framework: The default and the upcoming one. Modified: head/lang/gcc-aux/Makefile Modified: head/lang/gcc-aux/Makefile ============================================================================== --- head/lang/gcc-aux/Makefile Wed Mar 16 14:36:10 2016 (r411236) +++ head/lang/gcc-aux/Makefile Wed Mar 16 14:48:09 2016 (r411237) @@ -15,6 +15,9 @@ COMMENT= Version of GCC ${GCC_BRANCH} wi LICENSE= GPLv3 GPLv3RLE LICENSE_COMB= multi +DEPRECATED= Use newer lang/gcc5-aux or lang/gcc6-aux compilers instead +EXPIRATION_DATE= 2016-05-15 + .include "${.CURDIR}/Makefile.common" LANGS= c c++ ada
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603161448.u2GEm9t2001773>