Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Sep 2017 19:32: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: r450021 - head/lang/gcc46
Message-ID:  <201709171932.v8HJWHHi016365@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Sun Sep 17 19:32:17 2017
New Revision: 450021
URL: https://svnweb.freebsd.org/changeset/ports/450021

Log:
  Mark DEPRECATED with an EXPIRATION_DATE of 2017-11-30 [1] since this
  version of GCC has not been maintained upstream for nearly four-and-a-half
  years and is not used anywhere in the tree.
  
  Move ONLY_FOR_ARCHS to its appropriate place.
  
  PR:		222373 [1]
  Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> [1]

Modified:
  head/lang/gcc46/Makefile

Modified: head/lang/gcc46/Makefile
==============================================================================
--- head/lang/gcc46/Makefile	Sun Sep 17 19:30:14 2017	(r450020)
+++ head/lang/gcc46/Makefile	Sun Sep 17 19:32:17 2017	(r450021)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gcc
 PORTVERSION=	4.6.4
-PORTREVISION=	8
+PORTREVISION=	9
 PORTEPOCH=	1
 CATEGORIES=	lang
 MASTER_SITES=	GCC/releases/gcc-${PORTVERSION}
@@ -15,6 +15,10 @@ COMMENT=	GNU Compiler Collection 4.6
 LICENSE=	GPLv3 GPLv3RLE
 LICENSE_COMB=	multi
 
+DEPRECATED=	Unsupported by upstream. Use GCC 5 or newer instead.
+EXPIRATION_DATE=2017-11-30
+ONLY_FOR_ARCHS=	amd64 i386 powerpc sparc64
+
 LIB_DEPENDS=	libgmp.so:math/gmp \
 		libmpfr.so:math/mpfr \
 		libmpc.so:math/mpc
@@ -31,7 +35,6 @@ CPE_VENDOR=	gnu
 # once installed.
 GCC_VERSION=	${PORTVERSION}
 SUFFIX=		${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/}
-ONLY_FOR_ARCHS=	amd64 i386 powerpc sparc64
 USES=		cpe gmake iconv libtool makeinfo perl5 tar:bzip2
 USE_BINUTILS=	yes
 USE_PERL5=	build



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