Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Feb 2019 06:55:35 +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: r493940 - head/lang/gcc49
Message-ID:  <201902260655.x1Q6tZe9019369@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Tue Feb 26 06:55:35 2019
New Revision: 493940
URL: https://svnweb.freebsd.org/changeset/ports/493940

Log:
  After five months of deprecation, mark this port for expiration in two
  months (end of April 2019).
  
  GCC 4.9 went end-of-life upstream in summer of 2016, so more than
  two-and-a-half years ago, nothing depends on it any longer (and has
  not for a while), and the default version of GCC in the ports tree
  is now GCC 8, four major releases later.
  
  While here stll create a proper USES block in the Makefile. [1]
  
  Reported by:	portlint [1]

Modified:
  head/lang/gcc49/Makefile

Modified: head/lang/gcc49/Makefile
==============================================================================
--- head/lang/gcc49/Makefile	Tue Feb 26 05:36:57 2019	(r493939)
+++ head/lang/gcc49/Makefile	Tue Feb 26 06:55:35 2019	(r493940)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gcc
 PORTVERSION=	4.9.4
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	lang
 MASTER_SITES=	GCC
 PKGNAMESUFFIX=	${SUFFIX}
@@ -15,6 +15,7 @@ LICENSE=	GPLv3 GPLv3RLE
 LICENSE_COMB=	multi
 
 DEPRECATED=	Unsupported by upstream. Use GCC 7 or newer instead.
+EXPIRATION_DATE=2018-04-26
 ONLY_FOR_ARCHS=	amd64 armv6 i386 powerpc powerpc64 sparc64
 
 LIB_DEPENDS=	libgmp.so:math/gmp \
@@ -22,18 +23,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:bzip2
+USE_BINUTILS=	yes
+USE_PERL5=	build
+
 CPE_VENDOR=	gnu
 
 GCC_VERSION=	${PORTVERSION}
 SUFFIX=		${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/}
-USES=		compiler cpe gmake iconv libtool makeinfo perl5 tar:bzip2
-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?201902260655.x1Q6tZe9019369>