Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Jul 2010 08:25:19 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r348 - in branches/experimental/www/firefox-devel: . files
Message-ID:  <201007090825.o698PJeN044357@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: beat
Date: Fri Jul  9 08:25:18 2010
New Revision: 348

Log:
- Add Firefox 4.0 Beta 1 to www/firefox-devel

Added:
   branches/experimental/www/firefox-devel/
      - copied from r347, branches/experimental/www/firefox3-devel/
Deleted:
   branches/experimental/www/firefox-devel/files/patch-xpcom-reflect-xptinfo-src-xptiInterfaceInfoManager.cpp
Modified:
   branches/experimental/www/firefox-devel/Makefile
   branches/experimental/www/firefox-devel/distinfo
   branches/experimental/www/firefox-devel/pkg-message

Modified: branches/experimental/www/firefox-devel/Makefile
==============================================================================
--- branches/experimental/www/firefox3-devel/Makefile	Fri Jul  9 07:46:43 2010	(r347)
+++ branches/experimental/www/firefox-devel/Makefile	Fri Jul  9 08:25:18 2010	(r348)
@@ -6,12 +6,12 @@
 #
 
 PORTNAME=	firefox
-DISTVERSION=	3.7a5
+DISTVERSION=	4.0b1
 PORTEPOCH=	1
 CATEGORIES=	www ipv6
 MASTER_SITES=	${MASTER_SITE_MOZILLA}
-MASTER_SITE_SUBDIR=	${PORTNAME}/releases/devpreview/1.9.3a4/source
-DISTNAME=	mozilladeveloperpreview-${DISTVERSION}.source
+MASTER_SITE_SUBDIR=	${PORTNAME}/releases/${DISTVERSION}/source
+DISTNAME=	${PORTNAME}-${DISTVERSION}.source
 
 MAINTAINER=	gecko@FreeBSD.org
 COMMENT=	Web browser based on the browser portion of Mozilla
@@ -19,13 +19,10 @@
 BUILD_DEPENDS=	nspr>=4.8:${PORTSDIR}/devel/nspr
 
 USE_AUTOTOOLS=	autoconf:213
-LATEST_LINK=	firefox3-devel
+LATEST_LINK=	firefox-devel
 USE_GECKO=	gecko
 MOZ_PKGCONFIG_FILES=	# empty
 USE_MOZILLA=	-png -nss -dbm -jpeg -xft
-MOZILLA_NAME=	Firefox${MOZILLA_SUFX}
-MOZILLA_SUFX=	3
-MOZILLA=	${PORTNAME}${MOZILLA_SUFX}
 MOZ_TOOLKIT=	cairo-gtk2
 GECKO_PLIST_PRE_DIRS=	lib/${MOZILLA}/bin lib/${MOZILLA}/idl \
 			lib/${MOZILLA}/include lib/${MOZILLA}/lib
@@ -41,7 +38,7 @@
 USE_GL=		gl
 MAKE_JOBS_SAFE=	yes
 NO_MOZPKGINSTALL=yes
-CONFLICTS=	firefox-3.[0,5,6].*
+CONFLICTS=	firefox-3.[5,6,7].*
 
 FIREFOX_ICON=		${MOZILLA}.png
 FIREFOX_ICON_SRC=	${PREFIX}/lib/${MOZILLA}/chrome/icons/default/default48.png

Modified: branches/experimental/www/firefox-devel/distinfo
==============================================================================
--- branches/experimental/www/firefox3-devel/distinfo	Fri Jul  9 07:46:43 2010	(r347)
+++ branches/experimental/www/firefox-devel/distinfo	Fri Jul  9 08:25:18 2010	(r348)
@@ -1,3 +1,3 @@
-MD5 (mozilladeveloperpreview-3.7a5.source.tar.bz2) = 0629fc3b6517f3a97e0d02e5a263facb
-SHA256 (mozilladeveloperpreview-3.7a5.source.tar.bz2) = b69cc26c2383cb8268aacdc127a08925f301e2b71643534d2fcc4117f144c148
-SIZE (mozilladeveloperpreview-3.7a5.source.tar.bz2) = 56376468
+MD5 (firefox-4.0b1.source.tar.bz2) = 4448d4a56abebfb713bf439e22199529
+SHA256 (firefox-4.0b1.source.tar.bz2) = ec1ff4943d9d3a9bd9b754157f2d67e4a62f68a92f855ab1f9a1d5d5a244bd16
+SIZE (firefox-4.0b1.source.tar.bz2) = 59608617

Deleted: branches/experimental/www/firefox3-devel/files/patch-xpcom-reflect-xptinfo-src-xptiInterfaceInfoManager.cpp
==============================================================================
--- branches/experimental/www/firefox3-devel/files/patch-xpcom-reflect-xptinfo-src-xptiInterfaceInfoManager.cpp	Fri Jul  9 08:25:18 2010	(r347)
+++ /dev/null	00:00:00 1970	(deleted)
@@ -1,23 +0,0 @@
---- xpcom/reflect/xptinfo/src/xptiInterfaceInfoManager.cpp
-+++ xpcom/reflect/xptinfo/src/xptiInterfaceInfoManager.cpp
-@@ -629,16 +629,17 @@ IndexOfDirectoryOfFile(nsISupportsArray* aSearchPath, nsILocalFile* aFile)
-         NS_ASSERTION(count, "broken search path! bad count");
-         for(PRUint32 i = 0; i < count; i++)
-         {
--            nsCOMPtr<nsIFile> current;
-+            nsCOMPtr<nsIFile> current, normalized;
-             aSearchPath->QueryElementAt(i, NS_GET_IID(nsIFile), 
-                                         getter_AddRefs(current));
-             NS_ASSERTION(current, "broken search path! bad element");
-             // nsIFile::Equals basically compares path strings so normalize
-             // before the comparison.
-             parent->Normalize();
--            current->Normalize();
-+            current->Clone(getter_AddRefs(normalized));
-+            normalized->Normalize();
-             PRBool same;
--            if (NS_SUCCEEDED(parent->Equals(current, &same)) && same)
-+            if (NS_SUCCEEDED(parent->Equals(normalized, &same)) && same)
-                 return (int) i;
-         }
-     }

Modified: branches/experimental/www/firefox-devel/pkg-message
==============================================================================
--- branches/experimental/www/firefox3-devel/pkg-message	Fri Jul  9 07:46:43 2010	(r347)
+++ branches/experimental/www/firefox-devel/pkg-message	Fri Jul  9 08:25:18 2010	(r348)
@@ -14,7 +14,7 @@
 
 ======================================================================
 
-Firefox 3.7 and HTML5
+Firefox 4.0 and HTML5
 
 Certain functions used to display HTML5 elements need the sem module.
 
@@ -37,7 +37,7 @@
 
 Please include the following information with any bug report:
 * Output from 'uname -a'.
-* Output from 'ident /usr/ports/www/firefox3-devel/Makefile'
+* Output from 'ident /usr/ports/www/firefox-devel/Makefile'
 * Where/when did the problem occur: configuring, building, or
 	running firefox
 * How can you reproduce the problem?



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