From owner-svn-ports-branches@freebsd.org Mon Apr 25 16:26:47 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA2FDB1C82C; Mon, 25 Apr 2016 16:26:47 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 85A4A1863; Mon, 25 Apr 2016 16:26:47 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3PGQkr8018687; Mon, 25 Apr 2016 16:26:46 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3PGQkH7018682; Mon, 25 Apr 2016 16:26:46 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201604251626.u3PGQkH7018682@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 25 Apr 2016 16:26:46 +0000 (UTC) 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 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2016 16:26:47 -0000 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 +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 +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 +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 +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 +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" {