Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Oct 2010 10:59:20 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r413 - branches/experimental/www/firefox branches/experimental/www/firefox-devel branches/experimental/www/firefox35 trunk/www/firefox trunk/www/firefox35
Message-ID:  <201010211059.o9LAxKHG035619@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
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 <toomas.aas AT raad.tartu.ee>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010211059.o9LAxKHG035619>