From owner-freebsd-gecko@FreeBSD.ORG Mon Mar 31 12:20:01 2014 Return-Path: Delivered-To: gecko@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C0769A5F for ; Mon, 31 Mar 2014 12:20:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 9255B3EF for ; Mon, 31 Mar 2014 12:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2VCK1gP083981 for ; Mon, 31 Mar 2014 12:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2VCK1e9083980; Mon, 31 Mar 2014 12:20:01 GMT (envelope-from gnats) Date: Mon, 31 Mar 2014 12:20:01 GMT Message-Id: <201403311220.s2VCK1e9083980@freefall.freebsd.org> To: gecko@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/188016: commit references a PR X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: dfilter service List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Mar 2014 12:20:01 -0000 The following reply was made to PR ports/188016; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/188016: commit references a PR Date: Mon, 31 Mar 2014 12:15:05 +0000 (UTC) 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 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) _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"