Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Feb 2011 09:13:43 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r490 - in branches/experimental/www/firefox-devel: . files
Message-ID:  <201102090913.p199Dhq4063360@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: beat
Date: Wed Feb  9 09:13:42 2011
New Revision: 490

Log:
- Update to 4.0 Beta 11

Please note: PGO build is currently not working. You could use the
following workaround for now until the problem is fixed. The PYTHONPATH
variable depends on the location of the port, your architecture and the
FreeBSD version you are using:
# setenv PYTHONPATH ~/firefox-devel/work/mozilla-central/obj-i386-unknown-freebsd9.0/_profile/pgo/
# make install clean

Added:
   branches/experimental/www/firefox-devel/files/patch-build-pgo-profileserver.py
      - copied, changed from r489, branches/experimental/www/firefox-devel/files/patch-build-pgo-profileserver.py.in
Deleted:
   branches/experimental/www/firefox-devel/files/patch-build-pgo-profileserver.py.in
Modified:
   branches/experimental/www/firefox-devel/Makefile
   branches/experimental/www/firefox-devel/distinfo

Modified: branches/experimental/www/firefox-devel/Makefile
==============================================================================
--- branches/experimental/www/firefox-devel/Makefile	Wed Feb  2 08:45:15 2011	(r489)
+++ branches/experimental/www/firefox-devel/Makefile	Wed Feb  9 09:13:42 2011	(r490)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	firefox
-DISTVERSION=	4.0b10
+DISTVERSION=	4.0b11
 PORTEPOCH=	1
 CATEGORIES=	www ipv6
 MASTER_SITES=	${MASTER_SITE_MOZILLA}

Modified: branches/experimental/www/firefox-devel/distinfo
==============================================================================
--- branches/experimental/www/firefox-devel/distinfo	Wed Feb  2 08:45:15 2011	(r489)
+++ branches/experimental/www/firefox-devel/distinfo	Wed Feb  9 09:13:42 2011	(r490)
@@ -1,2 +1,2 @@
-SHA256 (firefox-4.0b10.source.tar.bz2) = a7863cc175086551a70f5d6217dfbb863cb8c293a972f46c49ba1c89007185e8
-SIZE (firefox-4.0b10.source.tar.bz2) = 64517329
+SHA256 (firefox-4.0b11.source.tar.bz2) = 88b6e24123dbacf9edf49617627801aa2149331cf61459701376d3640dd3ba46
+SIZE (firefox-4.0b11.source.tar.bz2) = 65431451

Copied and modified: branches/experimental/www/firefox-devel/files/patch-build-pgo-profileserver.py (from r489, branches/experimental/www/firefox-devel/files/patch-build-pgo-profileserver.py.in)
==============================================================================
--- branches/experimental/www/firefox-devel/files/patch-build-pgo-profileserver.py.in	Wed Feb  2 08:45:15 2011	(r489, copy source)
+++ branches/experimental/www/firefox-devel/files/patch-build-pgo-profileserver.py	Wed Feb  9 09:13:42 2011	(r490)
@@ -1,5 +1,5 @@
---- build/pgo/profileserver.py.in.orig	2011-01-10 22:25:42.000000000 -0500
-+++ build/pgo/profileserver.py.in	2011-01-15 16:20:00.000000000 -0500
+--- build/pgo/profileserver.py.orig	2011-01-10 22:25:42.000000000 -0500
++++ build/pgo/profileserver.py	2011-01-15 16:20:00.000000000 -0500
 @@ -75,13 +75,13 @@
    t.setDaemon(True) # don't hang on exit
    t.start()

Deleted: branches/experimental/www/firefox-devel/files/patch-build-pgo-profileserver.py.in
==============================================================================
--- branches/experimental/www/firefox-devel/files/patch-build-pgo-profileserver.py.in	Wed Feb  9 09:13:42 2011	(r489)
+++ /dev/null	00:00:00 1970	(deleted)
@@ -1,18 +0,0 @@
---- build/pgo/profileserver.py.in.orig	2011-01-10 22:25:42.000000000 -0500
-+++ build/pgo/profileserver.py.in	2011-01-15 16:20:00.000000000 -0500
-@@ -75,13 +75,13 @@
-   t.setDaemon(True) # don't hang on exit
-   t.start()
-   
--  automation.setServerInfo("localhost", PORT)
-+  automation.setServerInfo("127.0.0.1", PORT)
-   automation.initializeProfile(PROFILE_DIRECTORY)
-   browserEnv = automation.environment()
-   browserEnv["XPCOM_DEBUG_BREAK"] = "warn"
-   browserEnv["MOZ_JAR_LOG_DIR"] = MOZ_JAR_LOG_DIR
- 
--  url = "http://localhost:%d/index.html" % PORT
-+  url = "http://127.0.0.1:%d/index.html" % PORT
-   appPath = os.path.join(SCRIPT_DIR, automation.DEFAULT_APP)
-   status = automation.runApp(url, browserEnv, appPath, PROFILE_DIRECTORY, {},
-                              debuggerInfo=debuggerInfo,



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