svn commit: r347200 - branches/2014Q1/www/chromium/files

Rene Ladan rene at FreeBSD.org
Thu Mar 6 13:54:28 UTC 2014


Author: rene
Date: Thu Mar  6 13:54:27 2014
New Revision: 347200
URL: http://svnweb.freebsd.org/changeset/ports/347200
QAT: https://qat.redports.org/buildarchive/r347200/

Log:
  MFH: r347098
  
  Forgot to commit a chunk for extra-patch-gcc in r347055
  
  Approved by:	portmgr (erwin, miwi)

Modified:
  branches/2014Q1/www/chromium/files/extra-patch-gcc
Directory Properties:
  branches/2014Q1/   (props changed)

Modified: branches/2014Q1/www/chromium/files/extra-patch-gcc
==============================================================================
--- branches/2014Q1/www/chromium/files/extra-patch-gcc	Thu Mar  6 13:52:36 2014	(r347199)
+++ branches/2014Q1/www/chromium/files/extra-patch-gcc	Thu Mar  6 13:54:27 2014	(r347200)
@@ -61,4 +61,28 @@
  #include "content/browser/browser_shutdown_profile_dumper.h"
  
  #include "base/base_switches.h"
-
+--- testing/perf/perf_test.cc	2014-03-03 12:59:30.000000000 -0500
++++ testing/perf/perf_test.cc.orig	2014-02-20 15:28:27.000000000 -0500
+@@ -2,10 +2,10 @@
+ // Use of this source code is governed by a BSD-style license that can be
+ // found in the LICENSE file.
+ 
++#include <stdio.h>
++
+ #include "testing/perf/perf_test.h"
+ 
+-#include <stdio.h>
+-
+ #include "base/logging.h"
+ #include "base/strings/string_number_conversions.h"
+ #include "base/strings/stringprintf.h"
+--- ui/gfx/codec/jpeg_codec.cc.orig	2014-02-20 15:27:56.000000000 -0500
++++ ui/gfx/codec/jpeg_codec.cc	2014-03-03 14:33:42.000000000 -0500
+@@ -15,6 +15,7 @@
+ #if defined(USE_SYSTEM_LIBJPEG)
+ #include <jpeglib.h>
+ #elif defined(USE_LIBJPEG_TURBO)
++#include <stdio.h>
+ #include "third_party/libjpeg_turbo/jpeglib.h"
+ #else
+ #include "third_party/libjpeg/jpeglib.h"


More information about the svn-ports-all mailing list