Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Jul 2016 04:57:44 +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: r418261 - in head: mail/thunderbird/files www/firefox-esr/files www/firefox/files www/libxul/files www/seamonkey/files
Message-ID:  <201607090457.u694vi0Y043123@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sat Jul  9 04:57:43 2016
New Revision: 418261
URL: https://svnweb.freebsd.org/changeset/ports/418261

Log:
  gecko: unbreak WebRTC build on DragonFly

Added:
  head/mail/thunderbird/files/patch-bug1285501   (contents, props changed)
  head/www/firefox-esr/files/patch-bug1285501   (contents, props changed)
  head/www/firefox/files/patch-bug1285501   (contents, props changed)
  head/www/libxul/files/patch-bug1285501   (contents, props changed)
  head/www/seamonkey/files/patch-bug1285501   (contents, props changed)

Added: head/mail/thunderbird/files/patch-bug1285501
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/thunderbird/files/patch-bug1285501	Sat Jul  9 04:57:43 2016	(r418261)
@@ -0,0 +1,22 @@
+diff --git media/webrtc/trunk/build/filename_rules.gypi media/webrtc/trunk/build/filename_rules.gypi
+index 844d5c5..7b16a15 100644
+--- mozilla/media/webrtc/trunk/build/filename_rules.gypi
++++ mozilla/media/webrtc/trunk/build/filename_rules.gypi
+@@ -29,7 +29,7 @@
+     # In case a file is not needed, it is going to be excluded later on.
+     # TODO(evan): the above is not correct; we shouldn't build _linux
+     # files on non-linux.
+-    ['OS!="linux" and OS!="openbsd" and OS!="freebsd" or >(nacl_untrusted_build)==1', {
++    ['OS!="linux" and OS!="solaris" and <(os_bsd)!=1 or >(nacl_untrusted_build)==1', {
+       'sources/': [
+         ['exclude', '_linux(_unittest)?\\.(h|cc)$'],
+         ['exclude', '(^|/)linux/'],
+@@ -55,7 +55,7 @@
+         ['exclude', '_nacl(_unittest)?\\.(h|cc)$'],
+       ],
+     }],
+-    ['OS!="linux" and OS!="openbsd" and OS!="freebsd" or >(nacl_untrusted_build)==1', {
++    ['OS!="linux" and OS!="solaris" and <(os_bsd)!=1 or >(nacl_untrusted_build)==1', {
+       'sources/': [
+         ['exclude', '_xdg(_unittest)?\\.(h|cc)$'],
+       ],

Added: head/www/firefox-esr/files/patch-bug1285501
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/firefox-esr/files/patch-bug1285501	Sat Jul  9 04:57:43 2016	(r418261)
@@ -0,0 +1,22 @@
+diff --git media/webrtc/trunk/build/filename_rules.gypi media/webrtc/trunk/build/filename_rules.gypi
+index 844d5c5..7b16a15 100644
+--- media/webrtc/trunk/build/filename_rules.gypi
++++ media/webrtc/trunk/build/filename_rules.gypi
+@@ -29,7 +29,7 @@
+     # In case a file is not needed, it is going to be excluded later on.
+     # TODO(evan): the above is not correct; we shouldn't build _linux
+     # files on non-linux.
+-    ['OS!="linux" and OS!="openbsd" and OS!="freebsd" or >(nacl_untrusted_build)==1', {
++    ['OS!="linux" and OS!="solaris" and <(os_bsd)!=1 or >(nacl_untrusted_build)==1', {
+       'sources/': [
+         ['exclude', '_linux(_unittest)?\\.(h|cc)$'],
+         ['exclude', '(^|/)linux/'],
+@@ -55,7 +55,7 @@
+         ['exclude', '_nacl(_unittest)?\\.(h|cc)$'],
+       ],
+     }],
+-    ['OS!="linux" and OS!="openbsd" and OS!="freebsd" or >(nacl_untrusted_build)==1', {
++    ['OS!="linux" and OS!="solaris" and <(os_bsd)!=1 or >(nacl_untrusted_build)==1', {
+       'sources/': [
+         ['exclude', '_xdg(_unittest)?\\.(h|cc)$'],
+       ],

Added: head/www/firefox/files/patch-bug1285501
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/firefox/files/patch-bug1285501	Sat Jul  9 04:57:43 2016	(r418261)
@@ -0,0 +1,22 @@
+diff --git media/webrtc/trunk/build/filename_rules.gypi media/webrtc/trunk/build/filename_rules.gypi
+index 844d5c5..7b16a15 100644
+--- media/webrtc/trunk/build/filename_rules.gypi
++++ media/webrtc/trunk/build/filename_rules.gypi
+@@ -29,7 +29,7 @@
+     # In case a file is not needed, it is going to be excluded later on.
+     # TODO(evan): the above is not correct; we shouldn't build _linux
+     # files on non-linux.
+-    ['OS!="linux" and OS!="openbsd" and OS!="freebsd" or >(nacl_untrusted_build)==1', {
++    ['OS!="linux" and OS!="solaris" and <(os_bsd)!=1 or >(nacl_untrusted_build)==1', {
+       'sources/': [
+         ['exclude', '_linux(_unittest)?\\.(h|cc)$'],
+         ['exclude', '(^|/)linux/'],
+@@ -55,7 +55,7 @@
+         ['exclude', '_nacl(_unittest)?\\.(h|cc)$'],
+       ],
+     }],
+-    ['OS!="linux" and OS!="openbsd" and OS!="freebsd" or >(nacl_untrusted_build)==1', {
++    ['OS!="linux" and OS!="solaris" and <(os_bsd)!=1 or >(nacl_untrusted_build)==1', {
+       'sources/': [
+         ['exclude', '_xdg(_unittest)?\\.(h|cc)$'],
+       ],

Added: head/www/libxul/files/patch-bug1285501
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/libxul/files/patch-bug1285501	Sat Jul  9 04:57:43 2016	(r418261)
@@ -0,0 +1,22 @@
+diff --git media/webrtc/trunk/build/filename_rules.gypi media/webrtc/trunk/build/filename_rules.gypi
+index 844d5c5..7b16a15 100644
+--- media/webrtc/trunk/build/filename_rules.gypi
++++ media/webrtc/trunk/build/filename_rules.gypi
+@@ -29,7 +29,7 @@
+     # In case a file is not needed, it is going to be excluded later on.
+     # TODO(evan): the above is not correct; we shouldn't build _linux
+     # files on non-linux.
+-    ['OS!="linux" and OS!="openbsd" and OS!="freebsd" or >(nacl_untrusted_build)==1', {
++    ['OS!="linux" and OS!="solaris" and <(os_bsd)!=1 or >(nacl_untrusted_build)==1', {
+       'sources/': [
+         ['exclude', '_linux(_unittest)?\\.(h|cc)$'],
+         ['exclude', '(^|/)linux/'],
+@@ -55,7 +55,7 @@
+         ['exclude', '_nacl(_unittest)?\\.(h|cc)$'],
+       ],
+     }],
+-    ['OS!="linux" and OS!="openbsd" and OS!="freebsd" or >(nacl_untrusted_build)==1', {
++    ['OS!="linux" and OS!="solaris" and <(os_bsd)!=1 or >(nacl_untrusted_build)==1', {
+       'sources/': [
+         ['exclude', '_xdg(_unittest)?\\.(h|cc)$'],
+       ],

Added: head/www/seamonkey/files/patch-bug1285501
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/seamonkey/files/patch-bug1285501	Sat Jul  9 04:57:43 2016	(r418261)
@@ -0,0 +1,22 @@
+diff --git media/webrtc/trunk/build/filename_rules.gypi media/webrtc/trunk/build/filename_rules.gypi
+index 844d5c5..7b16a15 100644
+--- mozilla/media/webrtc/trunk/build/filename_rules.gypi
++++ mozilla/media/webrtc/trunk/build/filename_rules.gypi
+@@ -29,7 +29,7 @@
+     # In case a file is not needed, it is going to be excluded later on.
+     # TODO(evan): the above is not correct; we shouldn't build _linux
+     # files on non-linux.
+-    ['OS!="linux" and OS!="openbsd" and OS!="freebsd" or >(nacl_untrusted_build)==1', {
++    ['OS!="linux" and OS!="solaris" and <(os_bsd)!=1 or >(nacl_untrusted_build)==1', {
+       'sources/': [
+         ['exclude', '_linux(_unittest)?\\.(h|cc)$'],
+         ['exclude', '(^|/)linux/'],
+@@ -55,7 +55,7 @@
+         ['exclude', '_nacl(_unittest)?\\.(h|cc)$'],
+       ],
+     }],
+-    ['OS!="linux" and OS!="openbsd" and OS!="freebsd" or >(nacl_untrusted_build)==1', {
++    ['OS!="linux" and OS!="solaris" and <(os_bsd)!=1 or >(nacl_untrusted_build)==1', {
+       'sources/': [
+         ['exclude', '_xdg(_unittest)?\\.(h|cc)$'],
+       ],



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