mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 07:19:16 -04:00
- update seamonkey to 2.21 - update firefox-esr to 17.0.9 - enable GSTREAMER by default for html5 with h264/aac/mp3 - WEBRTC is now always built - add PROFILE and TESTS options Security: 7dfed67b-20aa-11e3-b8d8-0025905a4771 In collaboration with: Jan Beich <jbeich@tormail.org>
11 lines
581 B
Python
11 lines
581 B
Python
--- 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
|
|
@@ -59,7 +59,7 @@ if __name__ == '__main__':
|
|
env["MOZ_JAR_LOG_FILE"] = os.path.abspath(jarlog)
|
|
print "jarlog: %s" % env["MOZ_JAR_LOG_FILE"]
|
|
|
|
- cmdargs = ["http://localhost:%d/index.html" % PORT]
|
|
+ cmdargs = ["http://127.0.0.1:%d/index.html" % PORT]
|
|
runner = FirefoxRunner(profile=profile,
|
|
binary=build.get_binary_path(where="staged-package"),
|
|
cmdargs=cmdargs,
|