svn commit: r380142 - head/www/firefox/files

Jan Beich jbeich at FreeBSD.org
Sat Feb 28 13:54:14 UTC 2015


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 at riseup.net>
  Reported by:	Matthew D. Fuller <fullermd at over-yonder.net>
  Reported by:	rozhuk.im at 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 at 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


More information about the svn-ports-head mailing list