Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Aug 2019 06:33:17 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r510238 - head/lang/gcc5
Message-ID:  <201908300633.x7U6XH4A090025@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Fri Aug 30 06:33:16 2019
New Revision: 510238
URL: https://svnweb.freebsd.org/changeset/ports/510238

Log:
  After some 19 months of deprecation, mark this port for expiration in
  two months (end of October 2019).
  
  GCC 5 went end-of-life upstream in October 2017, so this port is now
  scheduled for removal more than two years after that.  Nothing in
  the Ports Collection depends on it any longer (and has not for a
  while), and the default version of GCC in the ports tree is GCC 9,
  four major releases later.
  
  While here stll create a proper USES block in the Makefile. [1]
  
  Reported by:	portlint [1]

Modified:
  head/lang/gcc5/Makefile

Modified: head/lang/gcc5/Makefile
==============================================================================
--- head/lang/gcc5/Makefile	Fri Aug 30 05:45:24 2019	(r510237)
+++ head/lang/gcc5/Makefile	Fri Aug 30 06:33:16 2019	(r510238)
@@ -15,6 +15,7 @@ LICENSE=	GPLv3 GPLv3RLE
 LICENSE_COMB=	multi
 
 DEPRECATED=	Unsupported by upstream. Use GCC 8 or newer instead.
+EXPIRATION_DATE=2019-10-29
 ONLY_FOR_ARCHS=	aarch64 amd64 arm armv6 i386 powerpc powerpc64 powerpcspe sparc64
 BROKEN_sparc64=	Does not build: bootstrap comparison failure
 
@@ -23,18 +24,18 @@ LIB_DEPENDS=	libgmp.so:math/gmp \
 		libmpc.so:math/mpc
 BUILD_DEPENDS+=	${LOCALBASE}/bin/as:devel/binutils
 RUN_DEPENDS+=	${LOCALBASE}/bin/as:devel/binutils
-
 .if defined(MAINTAINER_MODE)
 BUILD_DEPENDS+=	runtest:misc/dejagnu
 .endif
 
+USES=		compiler cpe gmake iconv libtool makeinfo perl5 tar:xz
+USE_BINUTILS=	yes
+USE_PERL5=	build
+
 CPE_VENDOR=	gnu
 
 GCC_VERSION=	${PORTVERSION}
 SUFFIX=		${PORTVERSION:C/([0-9]+).*/\1/}
-USES=		compiler cpe gmake iconv libtool makeinfo perl5 tar:xz
-USE_BINUTILS=	yes
-USE_PERL5=	build
 SSP_UNSAFE=	yes
 
 OPTIONS_DEFINE=		BOOTSTRAP



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