Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Feb 2017 20:54:53 +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: r433105 - head/lang/gcc5-devel/files
Message-ID:  <201702012054.v11Ksru1082556@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Wed Feb  1 20:54:52 2017
New Revision: 433105
URL: https://svnweb.freebsd.org/changeset/ports/433105

Log:
  Copy over files/patch-libc++ from lang/gcc5 to lang/gcc5-devel as well.
  
  PR:		216266
  Submitted by:	dim

Added:
  head/lang/gcc5-devel/files/patch-libc++
     - copied unchanged from r433065, head/lang/gcc5/files/patch-libc++

Copied: head/lang/gcc5-devel/files/patch-libc++ (from r433065, head/lang/gcc5/files/patch-libc++)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/gcc5-devel/files/patch-libc++	Wed Feb  1 20:54:52 2017	(r433105, copy of r433065, head/lang/gcc5/files/patch-libc++)
@@ -0,0 +1,43 @@
+--- 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;
+ #ifdef __cplusplus
+ # include <algorithm>
+ # include <cstring>
++# include <new>
+ # include <utility>
+ #endif
+ 



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