diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2017-11-11 21:55:19 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2017-11-11 21:55:19 +0000 |
commit | 892b47fcba66dafc495f6a8aa04930470e204317 (patch) | |
tree | 361e18d6dd0eec8502c094445f7937e5caac9b3f | |
parent | Update to the 20171105 snapshot of GCC 8. This addresses a real-world (diff) |
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 ).
Notes
Notes:
svn path=/head/; revision=454005
-rw-r--r-- | lang/gcc7-devel/Makefile | 2 | ||||
-rw-r--r-- | lang/gcc7-devel/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/gcc7-devel/Makefile b/lang/gcc7-devel/Makefile index d3c48405d7a4..7d428e7486ae 100644 --- a/lang/gcc7-devel/Makefile +++ b/lang/gcc7-devel/Makefile @@ -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 diff --git a/lang/gcc7-devel/distinfo b/lang/gcc7-devel/distinfo index c028913fd7d1..ecd2d05ff7ce 100644 --- a/lang/gcc7-devel/distinfo +++ b/lang/gcc7-devel/distinfo @@ -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 |