Date: Thu, 25 Mar 2021 22:25:45 +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: r569227 - head/lang/gcc10-devel Message-ID: <202103252225.12PMPjpD022181@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Thu Mar 25 22:25:45 2021 New Revision: 569227 URL: https://svnweb.freebsd.org/changeset/ports/569227 Log: Update to the 20210320 snapshot of GCC 10.2.1. This brings a fix how man pages are generated, a back port for the i386 back end, three for aarch64, one for powerpc, and 13 for the middle end and tree optimizers, and twelve for the C++ front end, two for libstdc++, four for the C front end, and three for Fortran. Modified: head/lang/gcc10-devel/Makefile head/lang/gcc10-devel/distinfo Modified: head/lang/gcc10-devel/Makefile ============================================================================== --- head/lang/gcc10-devel/Makefile Thu Mar 25 20:51:40 2021 (r569226) +++ head/lang/gcc10-devel/Makefile Thu Mar 25 22:25:45 2021 (r569227) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 10.2.1.s20210313 -PORTREVISION= 1 +PORTVERSION= 10.2.1.s20210320 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc10-devel/distinfo ============================================================================== --- head/lang/gcc10-devel/distinfo Thu Mar 25 20:51:40 2021 (r569226) +++ head/lang/gcc10-devel/distinfo Thu Mar 25 22:25:45 2021 (r569227) @@ -1,3 +1,3 @@ -TIMESTAMP = 1615721151 -SHA256 (gcc-10-20210313.tar.xz) = aaa660a0515fdbc7b2f9c632717a9343b2109a9144692a03dc258caf44a5bf33 -SIZE (gcc-10-20210313.tar.xz) = 71543424 +TIMESTAMP = 1616325245 +SHA256 (gcc-10-20210320.tar.xz) = 92291a6e7ebdd1f636394f110ea4609095d8525f23c45075b3b5439dc9baf945 +SIZE (gcc-10-20210320.tar.xz) = 71550384
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103252225.12PMPjpD022181>