From owner-svn-ports-all@FreeBSD.ORG Sun Mar 8 21:02:53 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BE2F2D77; Sun, 8 Mar 2015 21:02:53 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9EB707EC; Sun, 8 Mar 2015 21:02:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t28L2rDP052021; Sun, 8 Mar 2015 21:02:53 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t28L2qht052016; Sun, 8 Mar 2015 21:02:52 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201503082102.t28L2qht052016@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 8 Mar 2015 21:02:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r380801 - in head: mail/thunderbird/files www/firefox-esr/files www/firefox/files www/libxul/files www/seamonkey/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Mar 2015 21:02:53 -0000 Author: jbeich Date: Sun Mar 8 21:02:51 2015 New Revision: 380801 URL: https://svnweb.freebsd.org/changeset/ports/380801 QAT: https://qat.redports.org/buildarchive/r380801/ Log: Unbreak build with libv4l-0.9.1 or later Unmask libv4l2.h for default pragma visibility in Mozilla build. Since 50bde45 libv4l no longer alters visibility for consumers. And HAVE_VISIBILITY is defined only for internal or gnulib build. http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=50bde45 http://git.savannah.gnu.org/cgit/gnulib.git/tree/m4/visibility.m4 Noticed by: kwm (via review D1482) Modified: head/mail/thunderbird/files/patch-bug826985 head/www/firefox-esr/files/patch-bug826985 head/www/firefox/files/patch-bug826985 head/www/libxul/files/patch-bug826985 head/www/seamonkey/files/patch-bug826985 Modified: head/mail/thunderbird/files/patch-bug826985 ============================================================================== --- head/mail/thunderbird/files/patch-bug826985 Sun Mar 8 20:19:58 2015 (r380800) +++ head/mail/thunderbird/files/patch-bug826985 Sun Mar 8 21:02:51 2015 (r380801) @@ -4,6 +4,7 @@ Date: Fri Jan 4 13:49:22 2013 +0100 Bug 826985 - Support more video formats for WebRTC via libv4l2 on Linux. --- + config/system-headers | 1 + configure.in | 7 +++++++ media/webrtc/signaling/test/Makefile.in | 1 + .../modules/video_capture/linux/device_info_linux.cc | 17 +++++++++++++++++ @@ -12,6 +13,18 @@ Date: Fri Jan 4 13:49:22 2013 +0100 toolkit/library/Makefile.in | 1 + 6 files changed, 52 insertions(+), 1 deletion(-) +diff --git config/system-headers config/system-headers +index 55e4cd1..76567b3 100644 +--- mozilla/config/system-headers ++++ mozilla/config/system-headers +@@ -635,6 +635,7 @@ libgnomevfs/gnome-vfs-mime-handlers.h + libgnomevfs/gnome-vfs-mime-utils.h + libgnomevfs/gnome-vfs-ops.h + libgnomevfs/gnome-vfs-standard-callbacks.h ++libv4l2.h + lib$routines.h + limits + limits.h diff --git configure.in configure.in index 55e4cd1..76567b3 100644 --- mozilla/configure.in Modified: head/www/firefox-esr/files/patch-bug826985 ============================================================================== --- head/www/firefox-esr/files/patch-bug826985 Sun Mar 8 20:19:58 2015 (r380800) +++ head/www/firefox-esr/files/patch-bug826985 Sun Mar 8 21:02:51 2015 (r380801) @@ -4,6 +4,7 @@ Date: Fri Jan 4 13:49:22 2013 +0100 Bug 826985 - Support more video formats for WebRTC via libv4l2 on Linux. --- + config/system-headers | 1 + configure.in | 7 +++++++ media/webrtc/signaling/test/Makefile.in | 1 + .../modules/video_capture/linux/device_info_linux.cc | 17 +++++++++++++++++ @@ -12,6 +13,18 @@ Date: Fri Jan 4 13:49:22 2013 +0100 toolkit/library/Makefile.in | 1 + 6 files changed, 52 insertions(+), 1 deletion(-) +diff --git config/system-headers config/system-headers +index 55e4cd1..76567b3 100644 +--- config/system-headers ++++ config/system-headers +@@ -635,6 +635,7 @@ libgnomevfs/gnome-vfs-mime-handlers.h + libgnomevfs/gnome-vfs-mime-utils.h + libgnomevfs/gnome-vfs-ops.h + libgnomevfs/gnome-vfs-standard-callbacks.h ++libv4l2.h + lib$routines.h + limits + limits.h diff --git configure.in configure.in index 55e4cd1..76567b3 100644 --- configure.in Modified: head/www/firefox/files/patch-bug826985 ============================================================================== --- head/www/firefox/files/patch-bug826985 Sun Mar 8 20:19:58 2015 (r380800) +++ head/www/firefox/files/patch-bug826985 Sun Mar 8 21:02:51 2015 (r380801) @@ -4,6 +4,7 @@ Date: Fri Jan 4 13:49:22 2013 +0100 Bug 826985 - Support more video formats for WebRTC via libv4l2 on Linux. --- + config/system-headers | 1 + configure.in | 7 +++++++ media/webrtc/signaling/test/Makefile.in | 1 + .../modules/video_capture/linux/device_info_linux.cc | 17 +++++++++++++++++ @@ -12,6 +13,18 @@ Date: Fri Jan 4 13:49:22 2013 +0100 toolkit/library/Makefile.in | 1 + 6 files changed, 52 insertions(+), 1 deletion(-) +diff --git config/system-headers config/system-headers +index 55e4cd1..76567b3 100644 +--- config/system-headers ++++ config/system-headers +@@ -635,6 +635,7 @@ libgnomevfs/gnome-vfs-mime-handlers.h + libgnomevfs/gnome-vfs-mime-utils.h + libgnomevfs/gnome-vfs-ops.h + libgnomevfs/gnome-vfs-standard-callbacks.h ++libv4l2.h + lib$routines.h + limits + limits.h diff --git configure.in configure.in index 55e4cd1..76567b3 100644 --- configure.in Modified: head/www/libxul/files/patch-bug826985 ============================================================================== --- head/www/libxul/files/patch-bug826985 Sun Mar 8 20:19:58 2015 (r380800) +++ head/www/libxul/files/patch-bug826985 Sun Mar 8 21:02:51 2015 (r380801) @@ -4,6 +4,7 @@ Date: Fri Jan 4 13:49:22 2013 +0100 Bug 826985 - Support more video formats for WebRTC via libv4l2 on Linux. --- + config/system-headers | 1 + configure.in | 7 +++++++ media/webrtc/signaling/test/Makefile.in | 1 + .../modules/video_capture/linux/device_info_linux.cc | 17 +++++++++++++++++ @@ -12,6 +13,18 @@ Date: Fri Jan 4 13:49:22 2013 +0100 toolkit/library/Makefile.in | 1 + 6 files changed, 52 insertions(+), 1 deletion(-) +diff --git config/system-headers config/system-headers +index 55e4cd1..76567b3 100644 +--- config/system-headers ++++ config/system-headers +@@ -635,6 +635,7 @@ libgnomevfs/gnome-vfs-mime-handlers.h + libgnomevfs/gnome-vfs-mime-utils.h + libgnomevfs/gnome-vfs-ops.h + libgnomevfs/gnome-vfs-standard-callbacks.h ++libv4l2.h + lib$routines.h + limits + limits.h diff --git configure.in configure.in index 55e4cd1..76567b3 100644 --- configure.in Modified: head/www/seamonkey/files/patch-bug826985 ============================================================================== --- head/www/seamonkey/files/patch-bug826985 Sun Mar 8 20:19:58 2015 (r380800) +++ head/www/seamonkey/files/patch-bug826985 Sun Mar 8 21:02:51 2015 (r380801) @@ -4,6 +4,7 @@ Date: Fri Jan 4 13:49:22 2013 +0100 Bug 826985 - Support more video formats for WebRTC via libv4l2 on Linux. --- + config/system-headers | 1 + configure.in | 7 +++++++ media/webrtc/signaling/test/Makefile.in | 1 + .../modules/video_capture/linux/device_info_linux.cc | 17 +++++++++++++++++ @@ -12,6 +13,18 @@ Date: Fri Jan 4 13:49:22 2013 +0100 toolkit/library/Makefile.in | 1 + 6 files changed, 52 insertions(+), 1 deletion(-) +diff --git config/system-headers config/system-headers +index 55e4cd1..76567b3 100644 +--- mozilla/config/system-headers ++++ mozilla/config/system-headers +@@ -635,6 +635,7 @@ libgnomevfs/gnome-vfs-mime-handlers.h + libgnomevfs/gnome-vfs-mime-utils.h + libgnomevfs/gnome-vfs-ops.h + libgnomevfs/gnome-vfs-standard-callbacks.h ++libv4l2.h + lib$routines.h + limits + limits.h diff --git configure.in configure.in index 55e4cd1..76567b3 100644 --- mozilla/configure.in