svn commit: r301964 - in head: Mk www/firefox

Wesley Shields wxs at FreeBSD.org
Fri Aug 3 17:17:29 UTC 2012


Author: wxs
Date: Fri Aug  3 17:17:28 2012
New Revision: 301964
URL: http://svn.freebsd.org/changeset/ports/301964

Log:
  Add PGO description and adjust firefox accordingly.
  
  PR:		ports/170275
  Submitted by:	Jan Beich <jbeich at tormail.org>
  Approved by:	beat@

Modified:
  head/Mk/bsd.options.desc.mk
  head/www/firefox/Makefile.options

Modified: head/Mk/bsd.options.desc.mk
==============================================================================
--- head/Mk/bsd.options.desc.mk	Fri Aug  3 16:45:26 2012	(r301963)
+++ head/Mk/bsd.options.desc.mk	Fri Aug  3 17:17:28 2012	(r301964)
@@ -214,6 +214,7 @@ PANGO_DESC?=		Pango rendering library su
 PCRE_DESC?=		Use Perl Compatible Regular Expressions
 PDF_DESC?=		PDF support
 PERL_DESC?=		Perl scripting language support
+PGO_DESC?=		Profile-Guided Optimization
 PGSQL_DESC?=		PostgreSQL backend
 PGSQL_JDBC_DESC?=	JDBC connection to PostgreSQL databases
 PHP_DESC?=		PHP binding/support

Modified: head/www/firefox/Makefile.options
==============================================================================
--- head/www/firefox/Makefile.options	Fri Aug  3 16:45:26 2012	(r301963)
+++ head/www/firefox/Makefile.options	Fri Aug  3 17:17:28 2012	(r301964)
@@ -16,5 +16,4 @@ GIO_DESC?=		GIO for file I/O # move to b
 GNOMEUI_DESC?=		libgnomeui support module
 LIGHTNING_DESC?=	Calendar extension
 LOGGING_DESC?=		Additional log messages
-PGO_DESC?=		Profile-Guided Optimization # move to bsd.options.desc.mk
 LIBPROXY_DESC?=		Proxy support via libproxy



More information about the svn-ports-head mailing list