From owner-svn-ports-head@freebsd.org Wed Mar 16 14:48:10 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA41BAD2144; Wed, 16 Mar 2016 14:48:10 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8B73663B; Wed, 16 Mar 2016 14:48:10 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2GEm9El001774; Wed, 16 Mar 2016 14:48:09 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2GEm9t2001773; Wed, 16 Mar 2016 14:48:09 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201603161448.u2GEm9t2001773@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Wed, 16 Mar 2016 14:48:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411237 - head/lang/gcc-aux X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2016 14:48:10 -0000 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