Date: Mon, 25 Apr 2016 16:26:46 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r414021 - in branches/2016Q2: mail/thunderbird/files www/firefox-esr/files www/firefox/files www/libxul/files www/seamonkey/files Message-ID: <201604251626.u3PGQkH7018682@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Mon Apr 25 16:26:46 2016 New Revision: 414021 URL: https://svnweb.freebsd.org/changeset/ports/414021 Log: MFH: r414020 gecko: unbreak build with LIBPROXY=on PR: 208855 Reported by: Ting-Wei Lan, Walter Schwarzenfeld Submitted by: cmt via r401981 Approved by: ports-secteam "build fix" blanket Added: branches/2016Q2/mail/thunderbird/files/patch-bug1243312 - copied unchanged from r414020, head/mail/thunderbird/files/patch-bug1243312 branches/2016Q2/www/firefox-esr/files/patch-bug1243312 - copied unchanged from r414020, head/www/firefox-esr/files/patch-bug1243312 branches/2016Q2/www/firefox/files/patch-bug1243312 - copied unchanged from r414020, head/www/firefox/files/patch-bug1243312 branches/2016Q2/www/libxul/files/patch-bug1243312 - copied unchanged from r414020, head/www/libxul/files/patch-bug1243312 branches/2016Q2/www/seamonkey/files/patch-bug1243312 - copied unchanged from r414020, head/www/seamonkey/files/patch-bug1243312 Deleted: branches/2016Q2/www/firefox/files/patch-toolkit_system_unixproxy_nsLibProxySettings.cpp branches/2016Q2/www/seamonkey/files/patch-toolkit_system_unixproxy_nsLibProxySettings.cpp Modified: Directory Properties: branches/2016Q2/ (props changed) Copied: branches/2016Q2/mail/thunderbird/files/patch-bug1243312 (from r414020, head/mail/thunderbird/files/patch-bug1243312) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q2/mail/thunderbird/files/patch-bug1243312 Mon Apr 25 16:26:46 2016 (r414021, copy of r414020, head/mail/thunderbird/files/patch-bug1243312) @@ -0,0 +1,21 @@ +commit a5c6f19 +Author: Dragana Damjanovic <dd.mozilla@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" { Copied: branches/2016Q2/www/firefox-esr/files/patch-bug1243312 (from r414020, head/www/firefox-esr/files/patch-bug1243312) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q2/www/firefox-esr/files/patch-bug1243312 Mon Apr 25 16:26:46 2016 (r414021, copy of r414020, head/www/firefox-esr/files/patch-bug1243312) @@ -0,0 +1,21 @@ +commit a5c6f19 +Author: Dragana Damjanovic <dd.mozilla@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" { Copied: branches/2016Q2/www/firefox/files/patch-bug1243312 (from r414020, head/www/firefox/files/patch-bug1243312) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q2/www/firefox/files/patch-bug1243312 Mon Apr 25 16:26:46 2016 (r414021, copy of r414020, head/www/firefox/files/patch-bug1243312) @@ -0,0 +1,21 @@ +commit a5c6f19 +Author: Dragana Damjanovic <dd.mozilla@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" { Copied: branches/2016Q2/www/libxul/files/patch-bug1243312 (from r414020, head/www/libxul/files/patch-bug1243312) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q2/www/libxul/files/patch-bug1243312 Mon Apr 25 16:26:46 2016 (r414021, copy of r414020, head/www/libxul/files/patch-bug1243312) @@ -0,0 +1,21 @@ +commit a5c6f19 +Author: Dragana Damjanovic <dd.mozilla@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" { Copied: branches/2016Q2/www/seamonkey/files/patch-bug1243312 (from r414020, head/www/seamonkey/files/patch-bug1243312) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q2/www/seamonkey/files/patch-bug1243312 Mon Apr 25 16:26:46 2016 (r414021, copy of r414020, head/www/seamonkey/files/patch-bug1243312) @@ -0,0 +1,21 @@ +commit a5c6f19 +Author: Dragana Damjanovic <dd.mozilla@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" {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604251626.u3PGQkH7018682>