Date: Wed, 27 Sep 2017 21:07:49 +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: r450787 - in head/lang/gcc5-devel: . files Message-ID: <201709272107.v8RL7nZr055183@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Wed Sep 27 21:07:48 2017 New Revision: 450787 URL: https://svnweb.freebsd.org/changeset/ports/450787 Log: Update to the 20170926 snapshot of GCC 5.4.1. The patches to gcc/auto-profile.c and gcc/graphite-isl-ast-to-gimple.c that were part of files/patch-libc++ have now been backported upstream into this snapshot (in similar form) and thus can (and need to) be removed. Modified: head/lang/gcc5-devel/Makefile head/lang/gcc5-devel/distinfo head/lang/gcc5-devel/files/patch-libc++ Modified: head/lang/gcc5-devel/Makefile ============================================================================== --- head/lang/gcc5-devel/Makefile Wed Sep 27 20:56:51 2017 (r450786) +++ head/lang/gcc5-devel/Makefile Wed Sep 27 21:07:48 2017 (r450787) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 5.4.1.s20170919 +PORTVERSION= 5.4.1.s20170926 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc5-devel/distinfo ============================================================================== --- head/lang/gcc5-devel/distinfo Wed Sep 27 20:56:51 2017 (r450786) +++ head/lang/gcc5-devel/distinfo Wed Sep 27 21:07:48 2017 (r450787) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506026745 -SHA256 (gcc-5-20170919.tar.xz) = d9ab03070d695eed0ab946e2e574d96aa3a3b6cd82c4a4470c4f427e23bb9cad -SIZE (gcc-5-20170919.tar.xz) = 69384604 +TIMESTAMP = 1506528342 +SHA256 (gcc-5-20170926.tar.xz) = dfa5537341d7efb44f0ce0db93c95012d4d34c9a1fdbbc2f4ddde582cc85ece3 +SIZE (gcc-5-20170926.tar.xz) = 69385412 Modified: head/lang/gcc5-devel/files/patch-libc++ ============================================================================== --- head/lang/gcc5-devel/files/patch-libc++ Wed Sep 27 20:56:51 2017 (r450786) +++ head/lang/gcc5-devel/files/patch-libc++ Wed Sep 27 21:07:48 2017 (r450787) @@ -1,36 +1,3 @@ ---- gcc/auto-profile.c.orig 2015-01-18 02:25:42 UTC -+++ gcc/auto-profile.c -@@ -19,11 +19,9 @@ along with GCC; see the file COPYING3. - <http://www.gnu.org/licenses/>. */ - - #include "config.h" --#include "system.h" -- --#include <string.h> - #include <map> - #include <set> -+#include "system.h" - - #include "coretypes.h" - #include "hash-set.h" ---- gcc/graphite-isl-ast-to-gimple.c.orig 2017-01-19 21:02:12 UTC -+++ gcc/graphite-isl-ast-to-gimple.c -@@ -38,6 +38,7 @@ extern "C" { - #endif - #endif - -+#include <map> - #include "system.h" - #include "coretypes.h" - #include "hash-set.h" -@@ -75,7 +76,6 @@ extern "C" { - #include "tree-scalar-evolution.h" - #include "gimple-ssa.h" - #include "tree-into-ssa.h" --#include <map> - - #ifdef HAVE_isl - #include "graphite-poly.h" --- gcc/system.h.orig 2015-01-05 12:33:28 UTC +++ gcc/system.h @@ -217,6 +217,7 @@ extern int errno;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709272107.v8RL7nZr055183>