Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Mar 2014 13:54:28 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r347200 - branches/2014Q1/www/chromium/files
Message-ID:  <201403061354.s26DsSQN017901@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



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