From owner-freebsd-gecko@FreeBSD.ORG Thu Oct 21 10:59:27 2010 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D96E106564A for ; Thu, 21 Oct 2010 10:59:27 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id F35348FC08 for ; Thu, 21 Oct 2010 10:59:26 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.3/8.14.3) with ESMTP id o9LAxPr5036585 for ; Thu, 21 Oct 2010 10:59:25 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.3/8.14.3/Submit) id o9LAxKHG035619 for freebsd-gecko@freebsd.org; Thu, 21 Oct 2010 10:59:20 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Thu, 21 Oct 2010 10:59:20 GMT Message-Id: <201010211059.o9LAxKHG035619@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 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [SVN-Commit] r413 - branches/experimental/www/firefox branches/experimental/www/firefox-devel branches/experimental/www/firefox35 trunk/www/firefox trunk/www/firefox35 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 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, 21 Oct 2010 10:59:27 -0000 Author: beat Date: Thu Oct 21 10:59:19 2010 New Revision: 413 Log: - Firefox needs at least nspr 4.8.6 to build PR: ports/151611 Submitted by: Toomas Aas Modified: branches/experimental/www/firefox-devel/Makefile branches/experimental/www/firefox/Makefile branches/experimental/www/firefox35/Makefile trunk/www/firefox/Makefile trunk/www/firefox35/Makefile Modified: branches/experimental/www/firefox-devel/Makefile ============================================================================== --- branches/experimental/www/firefox-devel/Makefile Wed Oct 20 18:22:17 2010 (r412) +++ branches/experimental/www/firefox-devel/Makefile Thu Oct 21 10:59:19 2010 (r413) @@ -16,7 +16,7 @@ MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla -BUILD_DEPENDS= nspr>=4.8:${PORTSDIR}/devel/nspr +BUILD_DEPENDS= nspr>=4.8.6:${PORTSDIR}/devel/nspr USE_AUTOTOOLS= autoconf:213 LATEST_LINK= firefox-devel Modified: branches/experimental/www/firefox/Makefile ============================================================================== --- branches/experimental/www/firefox/Makefile Wed Oct 20 18:22:17 2010 (r412) +++ branches/experimental/www/firefox/Makefile Thu Oct 21 10:59:19 2010 (r413) @@ -16,7 +16,7 @@ MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla -BUILD_DEPENDS= nspr>=4.8:${PORTSDIR}/devel/nspr +BUILD_DEPENDS= nspr>=4.8.6:${PORTSDIR}/devel/nspr USE_AUTOTOOLS= autoconf:213 USE_GECKO= gecko Modified: branches/experimental/www/firefox35/Makefile ============================================================================== --- branches/experimental/www/firefox35/Makefile Wed Oct 20 18:22:17 2010 (r412) +++ branches/experimental/www/firefox35/Makefile Thu Oct 21 10:59:19 2010 (r413) @@ -16,7 +16,7 @@ MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla -BUILD_DEPENDS= nspr>=4.8:${PORTSDIR}/devel/nspr +BUILD_DEPENDS= nspr>=4.8.6:${PORTSDIR}/devel/nspr USE_AUTOTOOLS= autoconf:213:run LATEST_LINK= firefox35 Modified: trunk/www/firefox/Makefile ============================================================================== --- trunk/www/firefox/Makefile Wed Oct 20 18:22:17 2010 (r412) +++ trunk/www/firefox/Makefile Thu Oct 21 10:59:19 2010 (r413) @@ -16,7 +16,7 @@ MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla -BUILD_DEPENDS= nspr>=4.8:${PORTSDIR}/devel/nspr +BUILD_DEPENDS= nspr>=4.8.6:${PORTSDIR}/devel/nspr USE_AUTOTOOLS= autoconf:213 USE_GECKO= gecko Modified: trunk/www/firefox35/Makefile ============================================================================== --- trunk/www/firefox35/Makefile Wed Oct 20 18:22:17 2010 (r412) +++ trunk/www/firefox35/Makefile Thu Oct 21 10:59:19 2010 (r413) @@ -16,7 +16,7 @@ MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla -BUILD_DEPENDS= nspr>=4.8:${PORTSDIR}/devel/nspr +BUILD_DEPENDS= nspr>=4.8.6:${PORTSDIR}/devel/nspr USE_AUTOTOOLS= autoconf:213:run LATEST_LINK= firefox35