Bug 170275 - [bsd.options.desc.mk] add PGO description
Summary: [bsd.options.desc.mk] add PGO description
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Wesley Shields
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-30 13:20 UTC by Jan Beich
Modified: 2012-08-03 18:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Beich freebsd_committer freebsd_triage 2012-07-30 13:20:11 UTC
PGO is currently defined in

  mail/crm114/Makefile
  multimedia/x264-devel/Makefile
  multimedia/x264/Makefile
  textproc/libtre/Makefile
  www/firefox/Makefile.options

while the following ports already use optionsNG:

  multimedia/x264
  www/firefox
  www/firefox-esr
Comment 1 Wesley Shields freebsd_committer freebsd_triage 2012-08-03 02:48:30 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wxs

I'll take it.
Comment 2 Wesley Shields freebsd_committer freebsd_triage 2012-08-03 18:17:37 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-08-03 18:17:47 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"