Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 May 2020 07:21:34 +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: r534030 - head/lang/gcc11-devel
Message-ID:  <202005050721.0457LYHc066724@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Tue May  5 07:21:34 2020
New Revision: 534030
URL: https://svnweb.freebsd.org/changeset/ports/534030

Log:
  Welcome GCC 11 in form of its first development snapshot (directly after
  GCC 10 has branched for its release).
  
  For the next year or so this is going to see significant changes and
  fluctuations in quality as new functionality and optimizations are
  added, so use with care (and definitely not for production).  We'll
  be following weekly snapshots.

Added:
  head/lang/gcc11-devel/
     - copied from r533709, head/lang/gcc10-devel/
Modified:
  head/lang/gcc11-devel/Makefile
  head/lang/gcc11-devel/distinfo
  head/lang/gcc11-devel/pkg-descr

Modified: head/lang/gcc11-devel/Makefile
==============================================================================
--- head/lang/gcc10-devel/Makefile	Sat May  2 21:50:16 2020	(r533709)
+++ head/lang/gcc11-devel/Makefile	Tue May  5 07:21:34 2020	(r534030)
@@ -2,14 +2,14 @@
 # $FreeBSD$
 
 PORTNAME=	gcc
-PORTVERSION=	10.0.1.s20200426
+PORTVERSION=	11.0.0.s20200503
 CATEGORIES=	lang
 MASTER_SITES=	GCC/snapshots/${DIST_VERSION}
 PKGNAMESUFFIX=	${SUFFIX}-devel
 DISTNAME=	gcc-${DIST_VERSION}
 
 MAINTAINER=	gerald@FreeBSD.org
-COMMENT=	GNU Compiler Collection 10
+COMMENT=	GNU Compiler Collection 11
 
 LICENSE=	GPLv3 GPLv3RLE
 LICENSE_COMB=	multi

Modified: head/lang/gcc11-devel/distinfo
==============================================================================
--- head/lang/gcc10-devel/distinfo	Sat May  2 21:50:16 2020	(r533709)
+++ head/lang/gcc11-devel/distinfo	Tue May  5 07:21:34 2020	(r534030)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1588276214
-SHA256 (gcc-10-20200426.tar.xz) = 30bc86cedeb3067397f6968b5e2f894690422d7eb225ada12423ef987b400864
-SIZE (gcc-10-20200426.tar.xz) = 71245664
+TIMESTAMP = 1588596235
+SHA256 (gcc-11-20200503.tar.xz) = 5dcf52a4b44b73d31039b105dab50204e6bf46c2ac17498afd1bb46504a465e8
+SIZE (gcc-11-20200503.tar.xz) = 71361416

Modified: head/lang/gcc11-devel/pkg-descr
==============================================================================
--- head/lang/gcc10-devel/pkg-descr	Sat May  2 21:50:16 2020	(r533709)
+++ head/lang/gcc11-devel/pkg-descr	Tue May  5 07:21:34 2020	(r534030)
@@ -1,6 +1,6 @@
 GCC, the GNU Compiler Collection, supports a number of languages.
-This port installs the C, C++, and Fortran front ends as gcc10, g++10,
-and gfortran10, respectively.
+This port installs the C, C++, and Fortran front ends as gcc11, g++11,
+and gfortran11, respectively.
 
 WWW: https://gcc.gnu.org
 



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