Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Feb 2015 13:54:14 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r380142 - head/www/firefox/files
Message-ID:  <201502281354.t1SDsERh080792@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sat Feb 28 13:54:13 2015
New Revision: 380142
URL: https://svnweb.freebsd.org/changeset/ports/380142
QAT: https://qat.redports.org/buildarchive/r380142/

Log:
  Unbreak build when LOGGING option is disabled
  
  PR:		198090
  Reported by:	Piotr Kubaj <pkubaj@riseup.net>
  Reported by:	Matthew D. Fuller <fullermd@over-yonder.net>
  Reported by:	rozhuk.im@gmail.com
  Obtained from:	https://github.com/mozilla/gecko-dev/commit/6af7f0e6
  MFH:		2015Q1
  X-MFH-With:	r380090

Added:
  head/www/firefox/files/patch-bug1128161   (contents, props changed)

Added: head/www/firefox/files/patch-bug1128161
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/firefox/files/patch-bug1128161	Sat Feb 28 13:54:13 2015	(r380142)
@@ -0,0 +1,28 @@
+commit 6af7f0e6
+Author: Chris Double <chris.double@double.co.nz>
+Date:   Tue Feb 3 11:20:17 2015 +1300
+
+    Bug 1128161 - Fix build error when logging is disabled - r=ajones
+---
+ dom/media/mediasource/MediaSourceUtils.cpp | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git dom/media/mediasource/MediaSourceUtils.cpp dom/media/mediasource/MediaSourceUtils.cpp
+index 44a40f5..83bba60 100644
+--- dom/media/mediasource/MediaSourceUtils.cpp
++++ dom/media/mediasource/MediaSourceUtils.cpp
+@@ -11,7 +11,6 @@
+ 
+ namespace mozilla {
+ 
+-#if defined(PR_LOGGING)
+ nsCString
+ DumpTimeRanges(dom::TimeRanges* aRanges)
+ {
+@@ -31,6 +30,5 @@ DumpTimeRanges(dom::TimeRanges* aRanges)
+ 
+   return dump;
+ }
+-#endif
+ 
+ } // namespace mozilla



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