From owner-svn-ports-all@freebsd.org Mon Apr 25 16:19:15 2016 Return-Path: Delivered-To: svn-ports-all@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 32165B1C62E; Mon, 25 Apr 2016 16:19:15 +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 E891E12E5; Mon, 25 Apr 2016 16:19:14 +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 u3PGJEvj015407; Mon, 25 Apr 2016 16:19:14 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3PGJDqJ015401; Mon, 25 Apr 2016 16:19:13 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201604251619.u3PGJDqJ015401@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:19:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414020 - in head: mail/thunderbird/files www/firefox-esr/files www/firefox/files www/libxul/files www/seamonkey/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2016 16:19:15 -0000 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 +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 +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 +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 +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 +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" {