Bug 170454 - [patch] multimedia/x264: use shared PGO_DESC
Summary: [patch] multimedia/x264: use shared PGO_DESC
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: Martin Matuska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-07 16:10 UTC by Jan Beich
Modified: 2012-08-07 18:01 UTC (History)
0 users

See Also:


Attachments
pgo_desc.diff (527 bytes, patch)
2012-08-07 16:10 UTC, Jan Beich
no flags Details | Diff

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-08-07 16:10:01 UTC

    
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-07 16:10:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mm

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-08-07 17:37:44 UTC
Author: mm
Date: Tue Aug  7 16:37:31 2012
New Revision: 302247
URL: http://svn.freebsd.org/changeset/ports/302247

Log:
  Use shared description of PGO option
  
  PR:		ports/170454

Modified:
  head/multimedia/x264/Makefile

Modified: head/multimedia/x264/Makefile
==============================================================================
--- head/multimedia/x264/Makefile	Tue Aug  7 16:36:04 2012	(r302246)
+++ head/multimedia/x264/Makefile	Tue Aug  7 16:37:31 2012	(r302247)
@@ -40,7 +40,6 @@ MAKE_JOBS_SAFE=	yes
 OPTIONS_DEFINE=	ASM DEBUG PGO GCC44 GPAC X11_OUTPUT
 OPTIONS_DEFAULT=	ASM PGO GPAC
 ASM_DESC=		Assembly optimizations (devel/binutils)
-PGO_DESC=		Enable Profile-Guided Optimization
 GCC44_DESC=		Use gcc 4.4+ (implies WITH_ASM)
 GPAC_DESC=		Enable MPEG-4 Output
 X11_OUTPUT_DESC=	Enable X11 Output
_______________________________________________
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"
Comment 3 Martin Matuska freebsd_committer freebsd_triage 2012-08-07 18:01:39 UTC
State Changed
From-To: open->closed

Committed. Thanks!