Date: Sun, 8 Mar 2015 21:02:52 +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: r380801 - in head: mail/thunderbird/files www/firefox-esr/files www/firefox/files www/libxul/files www/seamonkey/files Message-ID: <201503082102.t28L2qht052016@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503082102.t28L2qht052016>