From owner-svn-ports-all@freebsd.org Tue May 5 07:21:35 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 829122DAA5D; Tue, 5 May 2020 07:21:35 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49GWPC2w2Rz4RkD; Tue, 5 May 2020 07:21:35 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5F47DA172; Tue, 5 May 2020 07:21:35 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0457LZ1T066727; Tue, 5 May 2020 07:21:35 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0457LYHc066724; Tue, 5 May 2020 07:21:34 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <202005050721.0457LYHc066724@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Tue, 5 May 2020 07:21:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r534030 - head/lang/gcc11-devel X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/lang/gcc11-devel X-SVN-Commit-Revision: 534030 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 May 2020 07:21:35 -0000 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