From owner-svn-ports-all@freebsd.org Sun Nov 1 17:00:38 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D932A23255; Sun, 1 Nov 2015 17:00:38 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 58C921BBD; Sun, 1 Nov 2015 17:00:38 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA1H0bOv054937; Sun, 1 Nov 2015 17:00:37 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA1H0bqT054936; Sun, 1 Nov 2015 17:00:37 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201511011700.tA1H0bqT054936@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sun, 1 Nov 2015 17:00:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r400625 - head/www/chromium/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Nov 2015 17:00:38 -0000 Author: rene Date: Sun Nov 1 17:00:37 2015 New Revision: 400625 URL: https://svnweb.freebsd.org/changeset/ports/400625 Log: www/chromium: fix build with GCC 4.9 on FreeBSD 9.3 PR: 204181 Submitted by: kwm MFH: 2015Q4 Modified: head/www/chromium/files/extra-patch-gcc Modified: head/www/chromium/files/extra-patch-gcc ============================================================================== --- head/www/chromium/files/extra-patch-gcc Sun Nov 1 16:27:11 2015 (r400624) +++ head/www/chromium/files/extra-patch-gcc Sun Nov 1 17:00:37 2015 (r400625) @@ -147,3 +147,13 @@ #include "src/allocation.h" #include "src/base/platform/mutex.h" #include "src/flags.h" +--- third_party/webrtc/modules/remote_bitrate_estimator/overuse_detector.cc.orig 2015-10-22 21:00:59.000000000 +0200 ++++ third_party/webrtc/modules/remote_bitrate_estimator/overuse_detector.cc 2015-11-01 11:32:36.293750000 +0100 +@@ -11,6 +11,7 @@ + #include "webrtc/modules/remote_bitrate_estimator/overuse_detector.h" + + #include ++#include + #include + #include + #include