Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Nov 2017 21:55:19 +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: r454005 - head/lang/gcc7-devel
Message-ID:  <201711112155.vABLtJv8037168@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Sat Nov 11 21:55:19 2017
New Revision: 454005
URL: https://svnweb.freebsd.org/changeset/ports/454005

Log:
  Update to the 20171109 snapshot of GCC 7.2.1.  This addresses a real-world
  issue around threading and unwinding that andreast@ has fixed upstream and
  backported to the relase branch
  (cf. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82635 ).

Modified:
  head/lang/gcc7-devel/Makefile
  head/lang/gcc7-devel/distinfo

Modified: head/lang/gcc7-devel/Makefile
==============================================================================
--- head/lang/gcc7-devel/Makefile	Sat Nov 11 21:53:53 2017	(r454004)
+++ head/lang/gcc7-devel/Makefile	Sat Nov 11 21:55:19 2017	(r454005)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gcc
-PORTVERSION=	7.2.1.s20171102
+PORTVERSION=	7.2.1.s20171109
 CATEGORIES=	lang
 MASTER_SITES=	GCC/snapshots/${DIST_VERSION}
 PKGNAMESUFFIX=	${SUFFIX}-devel

Modified: head/lang/gcc7-devel/distinfo
==============================================================================
--- head/lang/gcc7-devel/distinfo	Sat Nov 11 21:53:53 2017	(r454004)
+++ head/lang/gcc7-devel/distinfo	Sat Nov 11 21:55:19 2017	(r454005)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1509792054
-SHA256 (gcc-7-20171102.tar.xz) = a381bce2426484b2b8538c312ef8ed3cab9677a5ed265ccf9e1a3b694c3ea440
-SIZE (gcc-7-20171102.tar.xz) = 59143744
+TIMESTAMP = 1510431638
+SHA256 (gcc-7-20171109.tar.xz) = 642e3bddb320ca7a6f46b1a40108d2ae5198b8b11498058c255729da07a9bd20
+SIZE (gcc-7-20171109.tar.xz) = 59141100



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