svn commit: r450021 - head/lang/gcc46

Gerald Pfeifer gerald at FreeBSD.org
Sun Sep 17 19:32:19 UTC 2017


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 at 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


More information about the svn-ports-all mailing list