Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jan 2011 09:23:07 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r482 - branches/experimental/www/firefox-devel
Message-ID:  <201101150923.p0F9N7mp018278@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: beat
Date: Sat Jan 15 09:23:06 2011
New Revision: 482

Log:
- Add warning that PGO does not work if IPv6 is enabled.

Modified:
   branches/experimental/www/firefox-devel/Makefile

Modified: branches/experimental/www/firefox-devel/Makefile
==============================================================================
--- branches/experimental/www/firefox-devel/Makefile	Fri Jan 14 17:38:48 2011	(r481)
+++ branches/experimental/www/firefox-devel/Makefile	Sat Jan 15 09:23:06 2011	(r482)
@@ -95,6 +95,8 @@
 	@${ECHO} "To build Firefox with PGO support you need a running X server and"
 	@${ECHO} "   build this port with a user who could access the X server!    "
 	@${ECHO} ""
+	@${ECHO} "              PGO does not work if IPv6 is enabled!"
+	@${ECHO} ""
 	@${ECHO} "During the build a Firefox instance will start and run some test."
 	@${ECHO} "      Do not interrupt or close Firefox during this tests!       "
 	@${ECHO} "*****************************************************************"



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