From owner-freebsd-gecko@FreeBSD.ORG Thu Sep 19 04:10:59 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1102E9F0 for ; Thu, 19 Sep 2013 04:10:59 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7FFF92E44 for ; Thu, 19 Sep 2013 04:10:58 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id r8J4AuZT079082 for ; Thu, 19 Sep 2013 04:10:56 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id r8J4ApO5078263 for freebsd-gecko@freebsd.org; Thu, 19 Sep 2013 04:10:51 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Thu, 19 Sep 2013 04:10:51 GMT Message-Id: <201309190410.r8J4ApO5078263@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1365 - in trunk/www/libxul: . files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Sep 2013 04:10:59 -0000 Author: jbeich Date: Thu Sep 19 04:10:51 2013 New Revision: 1365 Log: oops, merge r1361 and r1362 to libxul Added: trunk/www/libxul/files/patch-bug918177 - copied unchanged from r1361, trunk/www/firefox/files/patch-bug918177 Modified: trunk/www/libxul/Makefile Modified: trunk/www/libxul/Makefile ============================================================================== --- trunk/www/libxul/Makefile Thu Sep 19 04:06:32 2013 (r1364) +++ trunk/www/libxul/Makefile Thu Sep 19 04:10:51 2013 (r1365) @@ -13,7 +13,7 @@ BUILD_DEPENDS= nspr>=4.10:${PORTSDIR}/devel/nspr \ nss>=3.15:${PORTSDIR}/security/nss \ - sqlite3>=3.7.16.1:${PORTSDIR}/databases/sqlite3 \ + sqlite3>=3.7.17:${PORTSDIR}/databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \ v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat \ Copied: trunk/www/libxul/files/patch-bug918177 (from r1361, trunk/www/firefox/files/patch-bug918177) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/libxul/files/patch-bug918177 Thu Sep 19 04:10:51 2013 (r1365, copy of r1361, trunk/www/firefox/files/patch-bug918177) @@ -0,0 +1,36 @@ +diff --git config/stl-headers config/stl-headers +index c057d8e..dc7f6f0 100644 +--- config/stl-headers ++++ config/stl-headers +@@ -21,6 +21,7 @@ algorithm + atomic + deque + ios ++iosfwd + iostream + iterator + limits +diff --git config/system-headers config/system-headers +index d31c94e..570c82a 100644 +--- config/system-headers ++++ config/system-headers +@@ -469,6 +469,7 @@ IOKit/IOMessage.h + IOKit/pwr_mgt/IOPMLib.h + iomanip + ios ++iosfwd + iostream + iostream.h + iterator +diff --git js/src/config/system-headers js/src/config/system-headers +index d31c94e..570c82a 100644 +--- js/src/config/system-headers ++++ js/src/config/system-headers +@@ -469,6 +469,7 @@ IOKit/IOMessage.h + IOKit/pwr_mgt/IOPMLib.h + iomanip + ios ++iosfwd + iostream + iostream.h + iterator