svn commit: r414020 - in head: mail/thunderbird/files www/firefox-esr/files www/firefox/files www/libxul/files www/seamonkey/files

Jan Beich jbeich at FreeBSD.org
Mon Apr 25 16:19:15 UTC 2016


Author: jbeich
Date: Mon Apr 25 16:19:13 2016
New Revision: 414020
URL: https://svnweb.freebsd.org/changeset/ports/414020

Log:
  gecko: unbreak build with LIBPROXY=on
  
  PR:		208855
  Reported by:	Ting-Wei Lan, Walter Schwarzenfeld
  Submitted by:	cmt via r401981

Added:
  head/mail/thunderbird/files/patch-bug1243312   (contents, props changed)
  head/www/firefox-esr/files/patch-bug1243312   (contents, props changed)
  head/www/firefox/files/patch-bug1243312   (contents, props changed)
  head/www/libxul/files/patch-bug1243312   (contents, props changed)
  head/www/seamonkey/files/patch-bug1243312   (contents, props changed)
Deleted:
  head/www/firefox/files/patch-toolkit_system_unixproxy_nsLibProxySettings.cpp
  head/www/seamonkey/files/patch-toolkit_system_unixproxy_nsLibProxySettings.cpp

Added: head/mail/thunderbird/files/patch-bug1243312
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/thunderbird/files/patch-bug1243312	Mon Apr 25 16:19:13 2016	(r414020)
@@ -0,0 +1,21 @@
+commit a5c6f19
+Author: Dragana Damjanovic <dd.mozilla at gmail.com>
+Date:   Wed Jan 27 01:47:00 2016 +0100
+
+    Bug 1243312 - nsNetCID is missing in toolkit/system/unixproxy/nsLibProxySettings.cpp. r=jduell
+---
+ toolkit/system/unixproxy/nsLibProxySettings.cpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git toolkit/system/unixproxy/nsLibProxySettings.cpp toolkit/system/unixproxy/nsLibProxySettings.cpp
+index f6ec377..e9179c1 100644
+--- mozilla/toolkit/system/unixproxy/nsLibProxySettings.cpp
++++ mozilla/toolkit/system/unixproxy/nsLibProxySettings.cpp
+@@ -9,6 +9,7 @@
+ #include "nsIURI.h"
+ #include "nsString.h"
+ #include "nsCOMPtr.h"
++#include "nsNetCID.h"
+ #include "nspr.h"
+ 
+ extern "C" {

Added: head/www/firefox-esr/files/patch-bug1243312
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/firefox-esr/files/patch-bug1243312	Mon Apr 25 16:19:13 2016	(r414020)
@@ -0,0 +1,21 @@
+commit a5c6f19
+Author: Dragana Damjanovic <dd.mozilla at gmail.com>
+Date:   Wed Jan 27 01:47:00 2016 +0100
+
+    Bug 1243312 - nsNetCID is missing in toolkit/system/unixproxy/nsLibProxySettings.cpp. r=jduell
+---
+ toolkit/system/unixproxy/nsLibProxySettings.cpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git toolkit/system/unixproxy/nsLibProxySettings.cpp toolkit/system/unixproxy/nsLibProxySettings.cpp
+index f6ec377..e9179c1 100644
+--- toolkit/system/unixproxy/nsLibProxySettings.cpp
++++ toolkit/system/unixproxy/nsLibProxySettings.cpp
+@@ -9,6 +9,7 @@
+ #include "nsIURI.h"
+ #include "nsString.h"
+ #include "nsCOMPtr.h"
++#include "nsNetCID.h"
+ #include "nspr.h"
+ 
+ extern "C" {

Added: head/www/firefox/files/patch-bug1243312
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/firefox/files/patch-bug1243312	Mon Apr 25 16:19:13 2016	(r414020)
@@ -0,0 +1,21 @@
+commit a5c6f19
+Author: Dragana Damjanovic <dd.mozilla at gmail.com>
+Date:   Wed Jan 27 01:47:00 2016 +0100
+
+    Bug 1243312 - nsNetCID is missing in toolkit/system/unixproxy/nsLibProxySettings.cpp. r=jduell
+---
+ toolkit/system/unixproxy/nsLibProxySettings.cpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git toolkit/system/unixproxy/nsLibProxySettings.cpp toolkit/system/unixproxy/nsLibProxySettings.cpp
+index f6ec377..e9179c1 100644
+--- toolkit/system/unixproxy/nsLibProxySettings.cpp
++++ toolkit/system/unixproxy/nsLibProxySettings.cpp
+@@ -9,6 +9,7 @@
+ #include "nsIURI.h"
+ #include "nsString.h"
+ #include "nsCOMPtr.h"
++#include "nsNetCID.h"
+ #include "nspr.h"
+ 
+ extern "C" {

Added: head/www/libxul/files/patch-bug1243312
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/libxul/files/patch-bug1243312	Mon Apr 25 16:19:13 2016	(r414020)
@@ -0,0 +1,21 @@
+commit a5c6f19
+Author: Dragana Damjanovic <dd.mozilla at gmail.com>
+Date:   Wed Jan 27 01:47:00 2016 +0100
+
+    Bug 1243312 - nsNetCID is missing in toolkit/system/unixproxy/nsLibProxySettings.cpp. r=jduell
+---
+ toolkit/system/unixproxy/nsLibProxySettings.cpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git toolkit/system/unixproxy/nsLibProxySettings.cpp toolkit/system/unixproxy/nsLibProxySettings.cpp
+index f6ec377..e9179c1 100644
+--- toolkit/system/unixproxy/nsLibProxySettings.cpp
++++ toolkit/system/unixproxy/nsLibProxySettings.cpp
+@@ -9,6 +9,7 @@
+ #include "nsIURI.h"
+ #include "nsString.h"
+ #include "nsCOMPtr.h"
++#include "nsNetCID.h"
+ #include "nspr.h"
+ 
+ extern "C" {

Added: head/www/seamonkey/files/patch-bug1243312
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/seamonkey/files/patch-bug1243312	Mon Apr 25 16:19:13 2016	(r414020)
@@ -0,0 +1,21 @@
+commit a5c6f19
+Author: Dragana Damjanovic <dd.mozilla at gmail.com>
+Date:   Wed Jan 27 01:47:00 2016 +0100
+
+    Bug 1243312 - nsNetCID is missing in toolkit/system/unixproxy/nsLibProxySettings.cpp. r=jduell
+---
+ toolkit/system/unixproxy/nsLibProxySettings.cpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git toolkit/system/unixproxy/nsLibProxySettings.cpp toolkit/system/unixproxy/nsLibProxySettings.cpp
+index f6ec377..e9179c1 100644
+--- mozilla/toolkit/system/unixproxy/nsLibProxySettings.cpp
++++ mozilla/toolkit/system/unixproxy/nsLibProxySettings.cpp
+@@ -9,6 +9,7 @@
+ #include "nsIURI.h"
+ #include "nsString.h"
+ #include "nsCOMPtr.h"
++#include "nsNetCID.h"
+ #include "nspr.h"
+ 
+ extern "C" {


More information about the svn-ports-head mailing list