Date: Sun, 24 Feb 2019 09:53:23 +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: r493748 - in head/lang/gcc8: . files Message-ID: <201902240953.x1O9rNGt084263@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Sun Feb 24 09:53:23 2019 New Revision: 493748 URL: https://svnweb.freebsd.org/changeset/ports/493748 Log: Update to the GCC 8.3 release which fixes more than 153 bugs compared to the previous release, with a focus on regressions. Pet portlint as it comes to the patch format of files/patch-fuse-ld=lld . Modified: head/lang/gcc8/Makefile head/lang/gcc8/distinfo head/lang/gcc8/files/patch-fuse-ld=lld Modified: head/lang/gcc8/Makefile ============================================================================== --- head/lang/gcc8/Makefile Sun Feb 24 09:29:03 2019 (r493747) +++ head/lang/gcc8/Makefile Sun Feb 24 09:53:23 2019 (r493748) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 8.2.0 -PORTREVISION= 4 +PORTVERSION= 8.3.0 CATEGORIES= lang MASTER_SITES= GCC PKGNAMESUFFIX= ${SUFFIX} Modified: head/lang/gcc8/distinfo ============================================================================== --- head/lang/gcc8/distinfo Sun Feb 24 09:29:03 2019 (r493747) +++ head/lang/gcc8/distinfo Sun Feb 24 09:53:23 2019 (r493748) @@ -1,3 +1,3 @@ -TIMESTAMP = 1532606212 -SHA256 (gcc-8.2.0.tar.xz) = 196c3c04ba2613f893283977e6011b2345d1cd1af9abeac58e916b1aab3e0080 -SIZE (gcc-8.2.0.tar.xz) = 63460876 +TIMESTAMP = 1550871391 +SHA256 (gcc-8.3.0.tar.xz) = 64baadfe6cc0f4947a84cb12d7f0dfaf45bb58b7e92461639596c21e02d97d2c +SIZE (gcc-8.3.0.tar.xz) = 63694700 Modified: head/lang/gcc8/files/patch-fuse-ld=lld ============================================================================== --- head/lang/gcc8/files/patch-fuse-ld=lld Sun Feb 24 09:29:03 2019 (r493747) +++ head/lang/gcc8/files/patch-fuse-ld=lld Sun Feb 24 09:53:23 2019 (r493748) @@ -11,6 +11,7 @@ Date: Thu Nov 8 22:05:27 2018 +0000 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@265940 138bc75d-0d04-0410-961f-82ee72b054a4 +--- UTC diff --git a/gcc/collect2.c b/gcc/collect2.c index a96af137a44..6463ff7b645 100644 --- gcc/collect2.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902240953.x1O9rNGt084263>