From owner-svn-ports-branches@FreeBSD.ORG Wed Feb 26 08:29:09 2014 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 85932FEF; Wed, 26 Feb 2014 08:29:09 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6F3971A33; Wed, 26 Feb 2014 08:29:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1Q8T9mn097661; Wed, 26 Feb 2014 08:29:09 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1Q8T9b6097660; Wed, 26 Feb 2014 08:29:09 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201402260829.s1Q8T9b6097660@svn.freebsd.org> From: Rene Ladan Date: Wed, 26 Feb 2014 08:29:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r346139 - branches/2014Q1/www/chromium/files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Feb 2014 08:29:09 -0000 Author: rene Date: Wed Feb 26 08:29:08 2014 New Revision: 346139 URL: http://svnweb.freebsd.org/changeset/ports/346139 QAT: https://qat.redports.org/buildarchive/r346139/ Log: MFH: r346082 Add one more forgotten patch to fix the build. Submitted by: nox Approved by: portmgr (erwin, implicit) Modified: branches/2014Q1/www/chromium/files/patch-content__content_browser.gypi Directory Properties: branches/2014Q1/ (props changed) Modified: branches/2014Q1/www/chromium/files/patch-content__content_browser.gypi ============================================================================== --- branches/2014Q1/www/chromium/files/patch-content__content_browser.gypi Wed Feb 26 08:27:57 2014 (r346138) +++ branches/2014Q1/www/chromium/files/patch-content__content_browser.gypi Wed Feb 26 08:29:08 2014 (r346139) @@ -1,5 +1,5 @@ ---- content/content_browser.gypi.orig 2014-02-20 21:28:25.000000000 +0100 -+++ content/content_browser.gypi 2014-02-24 22:56:37.000000000 +0100 +--- ./content/content_browser.gypi.orig 2014-02-20 21:28:25.000000000 +0100 ++++ ./content/content_browser.gypi 2014-02-24 23:00:37.000000000 +0100 @@ -586,6 +586,8 @@ 'browser/geolocation/wifi_data_provider_common_win.cc', 'browser/geolocation/wifi_data_provider_common_win.h', @@ -30,3 +30,12 @@ ], }], ['use_aura!=1 and OS!="win"', { +@@ -1635,7 +1647,7 @@ + 'browser/geolocation/empty_wifi_data_provider.cc', + ], + }], +- ['OS == "linux" and use_dbus==1', { ++ ['(OS == "linux" or OS=="freebsd") and use_dbus==1', { + 'sources!': [ + 'browser/geolocation/empty_wifi_data_provider.cc', + ],