[SVN-Commit] r482 - branches/experimental/www/firefox-devel

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Sat Jan 15 09:23:14 UTC 2011


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} "*****************************************************************"


More information about the freebsd-gecko mailing list