Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Mar 2014 12:15:01 +0000 (UTC)
From:      Beat Gaetzi <beat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r349737 - in head/www: firefox/files seamonkey/files
Message-ID:  <201403311215.s2VCF1TB065870@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: beat
Date: Mon Mar 31 12:15:01 2014
New Revision: 349737
URL: http://svnweb.freebsd.org/changeset/ports/349737
QAT: https://qat.redports.org/buildarchive/r349737/

Log:
  Unbreak DEBUG with GSTREAMER for gst1
  
  PR:		ports/188016
  Reported by:	Jakub Lach <jakub_lach@mailplus.pl>
  Submitted by:	Jan Beich

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

Added: head/www/firefox/files/patch-bug989112
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/firefox/files/patch-bug989112	Mon Mar 31 12:15:01 2014	(r349737)
@@ -0,0 +1,10 @@
+--- content/media/gstreamer/GStreamerFunctionList.h~
++++ content/media/gstreamer/GStreamerFunctionList.h
+@@ -122,6 +122,7 @@ GST_FUNC(LIBGSTREAMER, gst_buffer_set_size)
+ GST_FUNC(LIBGSTREAMER, gst_buffer_unmap)
+ GST_FUNC(LIBGSTREAMER, gst_element_factory_get_metadata)
+ GST_FUNC(LIBGSTREAMER, gst_event_parse_segment)
++GST_FUNC(LIBGSTREAMER, gst_event_type_get_name)
+ GST_FUNC(LIBGSTREAMER, gst_memory_init)
+ GST_FUNC(LIBGSTREAMER, gst_memory_map)
+ GST_FUNC(LIBGSTREAMER, gst_memory_unmap)

Added: head/www/seamonkey/files/patch-bug989112
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/seamonkey/files/patch-bug989112	Mon Mar 31 12:15:01 2014	(r349737)
@@ -0,0 +1,10 @@
+--- mozilla/content/media/gstreamer/GStreamerFunctionList.h~
++++ mozilla/content/media/gstreamer/GStreamerFunctionList.h
+@@ -122,6 +122,7 @@ GST_FUNC(LIBGSTREAMER, gst_buffer_set_size)
+ GST_FUNC(LIBGSTREAMER, gst_buffer_unmap)
+ GST_FUNC(LIBGSTREAMER, gst_element_factory_get_metadata)
+ GST_FUNC(LIBGSTREAMER, gst_event_parse_segment)
++GST_FUNC(LIBGSTREAMER, gst_event_type_get_name)
+ GST_FUNC(LIBGSTREAMER, gst_memory_init)
+ GST_FUNC(LIBGSTREAMER, gst_memory_map)
+ GST_FUNC(LIBGSTREAMER, gst_memory_unmap)



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