Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Sep 2019 13:19:15 +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: r511629 - in head/lang: gcc48 gcc5 gcc6
Message-ID:  <201909091319.x89DJFfR027485@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Mon Sep  9 13:19:15 2019
New Revision: 511629
URL: https://svnweb.freebsd.org/changeset/ports/511629

Log:
  Now that GCC 9 is the canonical version in the Ports Collection,
  recommend that (instead of GCC 9) in the deprecation notes of ports
  for old versions of GCC.

Modified:
  head/lang/gcc48/Makefile
  head/lang/gcc5/Makefile
  head/lang/gcc6/Makefile

Modified: head/lang/gcc48/Makefile
==============================================================================
--- head/lang/gcc48/Makefile	Mon Sep  9 13:17:35 2019	(r511628)
+++ head/lang/gcc48/Makefile	Mon Sep  9 13:19:15 2019	(r511629)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gcc
 PORTVERSION=	4.8.5
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	lang
 MASTER_SITES=	GCC
 PKGNAMESUFFIX=	${SUFFIX}
@@ -14,7 +14,7 @@ COMMENT=	GNU Compiler Collection 4.8
 LICENSE=	GPLv3 GPLv3RLE
 LICENSE_COMB=	multi
 
-DEPRECATED=	Unsupported by upstream. Use GCC 8 or newer instead.
+DEPRECATED=	Unsupported by upstream. Use GCC 9 or newer instead.
 ONLY_FOR_ARCHS=	amd64 armv6 i386 powerpc powerpc64 sparc64
 
 LIB_DEPENDS=	libgmp.so:math/gmp \

Modified: head/lang/gcc5/Makefile
==============================================================================
--- head/lang/gcc5/Makefile	Mon Sep  9 13:17:35 2019	(r511628)
+++ head/lang/gcc5/Makefile	Mon Sep  9 13:19:15 2019	(r511629)
@@ -14,7 +14,7 @@ COMMENT=	GNU Compiler Collection 5
 LICENSE=	GPLv3 GPLv3RLE
 LICENSE_COMB=	multi
 
-DEPRECATED=	Unsupported by upstream. Use GCC 8 or newer instead.
+DEPRECATED=	Unsupported by upstream. Use GCC 9 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

Modified: head/lang/gcc6/Makefile
==============================================================================
--- head/lang/gcc6/Makefile	Mon Sep  9 13:17:35 2019	(r511628)
+++ head/lang/gcc6/Makefile	Mon Sep  9 13:19:15 2019	(r511629)
@@ -14,7 +14,7 @@ COMMENT=	GNU Compiler Collection 6
 LICENSE=	GPLv3 GPLv3RLE
 LICENSE_COMB=	multi
 
-DEPRECATED=	Unsupported by upstream. Use GCC 8 or newer instead.
+DEPRECATED=	Unsupported by upstream. Use GCC 9 or newer instead.
 ONLY_FOR_ARCHS=	aarch64 amd64 arm armv6 armv7 i386 powerpc powerpc64 powerpcspe sparc64
 BROKEN_sparc64=	fails to configure: cannot compute suffix of object files: cannot compile
 



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