[SVN-Commit] r413 - branches/experimental/www/firefox branches/experimental/www/firefox-devel branches/experimental/www/firefox35 trunk/www/firefox trunk/www/firefox35

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Thu Oct 21 10:59:27 UTC 2010


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 at 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 at 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 at 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 at 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 at 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


More information about the freebsd-gecko mailing list