Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Aug 2012 17:17:29 +0000 (UTC)
From:      Wesley Shields <wxs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r301964 - in head: Mk www/firefox
Message-ID:  <201208031717.q73HHTbB048987@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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