Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Nov 2016 19:34:36 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r425905 - in head: devel/flatbuffers/files devel/llvm-cheri/files games/tbe/files
Message-ID:  <201611111934.uABJYaTJ099957@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Nov 11 19:34:35 2016
New Revision: 425905
URL: https://svnweb.freebsd.org/changeset/ports/425905

Log:
  Fix build with gcc 4.9
  
  PR:		196712

Added:
  head/devel/flatbuffers/files/
  head/devel/flatbuffers/files/patch-samples_sample__binary.cpp   (contents, props changed)
  head/devel/llvm-cheri/files/patch-tools_clang_lib_Sema_SemaChecking.cpp   (contents, props changed)
  head/games/tbe/files/patch-src_main.cpp   (contents, props changed)

Added: head/devel/flatbuffers/files/patch-samples_sample__binary.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/flatbuffers/files/patch-samples_sample__binary.cpp	Fri Nov 11 19:34:35 2016	(r425905)
@@ -0,0 +1,10 @@
+--- samples/sample_binary.cpp.orig	2016-08-16 00:29:35 UTC
++++ samples/sample_binary.cpp
+@@ -15,6 +15,7 @@
+  */
+ 
+ #include "monster_generated.h" // Already includes "flatbuffers/flatbuffers.h".
++#include <cstdio>
+ 
+ using namespace MyGame::Sample;
+ 

Added: head/devel/llvm-cheri/files/patch-tools_clang_lib_Sema_SemaChecking.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/llvm-cheri/files/patch-tools_clang_lib_Sema_SemaChecking.cpp	Fri Nov 11 19:34:35 2016	(r425905)
@@ -0,0 +1,10 @@
+--- tools/clang/lib/Sema/SemaChecking.cpp.orig	2016-05-23 13:56:25 UTC
++++ tools/clang/lib/Sema/SemaChecking.cpp
+@@ -38,6 +38,7 @@
+ #include "llvm/ADT/SmallString.h"
+ #include "llvm/Support/ConvertUTF.h"
+ #include "llvm/Support/raw_ostream.h"
++#include <cstdio>
+ #include <limits>
+ using namespace clang;
+ using namespace sema;

Added: head/games/tbe/files/patch-src_main.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/tbe/files/patch-src_main.cpp	Fri Nov 11 19:34:35 2016	(r425905)
@@ -0,0 +1,10 @@
+--- src/main.cpp.orig	2015-10-28 11:54:21 UTC
++++ src/main.cpp
+@@ -25,6 +25,7 @@
+ #include <QtCore/QTextCodec>
+ #include "tbe_global.h"
+ #include "tbe_paths.h"
++#include <cstdio>
+ 
+ // the verbosity for all logging - by default defined at 4
+ // accepted values are 0 (no logging) - 6 (most logging)



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