summaryrefslogtreecommitdiff
path: root/www/firefox-esr/files/patch-build-pgo-profileserver.py
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2011-12-27 22:11:01 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2011-12-27 22:11:01 +0000
commit91677839a26a2f7f7fbd3cf61e91e2983492b226 (patch)
tree49ed53a6ebbea69db95993d1289ab4bd50c025a1 /www/firefox-esr/files/patch-build-pgo-profileserver.py
parent- Fix *_DEPENDS (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_9_0_0'.release/9.0.0
Notes
Notes: svn path=/head/; revision=288120 svn path=/tags/RELEASE_9_0_0/; revision=288121; tag=release/9.0.0
Diffstat (limited to 'www/firefox-esr/files/patch-build-pgo-profileserver.py')
-rw-r--r--www/firefox-esr/files/patch-build-pgo-profileserver.py18
1 files changed, 0 insertions, 18 deletions
diff --git a/www/firefox-esr/files/patch-build-pgo-profileserver.py b/www/firefox-esr/files/patch-build-pgo-profileserver.py
deleted file mode 100644
index 0571eb19903d..000000000000
--- a/www/firefox-esr/files/patch-build-pgo-profileserver.py
+++ /dev/null
@@ -1,18 +0,0 @@
---- build/pgo/profileserver.py.orig 2011-02-24 21:49:47.000000000 +0100
-+++ build/pgo/profileserver.py 2011-02-24 21:50:30.000000000 +0100
-@@ -77,13 +77,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,