From nobody@FreeBSD.org  Sun Jan 26 21:27:17 2014
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 70472A3A
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 26 Jan 2014 21:27:17 +0000 (UTC)
Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 5CBF21D1A
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 26 Jan 2014 21:27:17 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id s0QLRHxB037752
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 26 Jan 2014 21:27:17 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id s0QLRH0u037736;
	Sun, 26 Jan 2014 21:27:17 GMT
	(envelope-from nobody)
Message-Id: <201401262127.s0QLRH0u037736@oldred.freebsd.org>
Date: Sun, 26 Jan 2014 21:27:17 GMT
From: Anton Sayetsky <vsjcfm@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] multimedia/x264: hi10p should not be enabled by default
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         186138
>Category:       ports
>Synopsis:       [patch] multimedia/x264: hi10p should not be enabled by default
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    koobs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 26 21:30:00 UTC 2014
>Closed-Date:    Mon Jan 27 03:09:32 UTC 2014
>Last-Modified:  Mon Jan 27 03:09:32 UTC 2014
>Originator:     Anton Sayetsky
>Release:        FreeBSD 9.2-RELEASE-p3 amd64
>Organization:
>Environment:
>Description:
10-bit support requires more computing resources and not commonly used, so HI10P option should be set to off by default. Who needs - will enable it explicitly.
>How-To-Repeat:

>Fix:
Patch attached with submission follows:

Patch attached with submission follows:

Index: /usr/ports/multimedia/x264/Makefile
===================================================================
--- /usr/ports/multimedia/x264/Makefile	(revision 341160)
+++ /usr/ports/multimedia/x264/Makefile	(working copy)
@@ -33,7 +33,7 @@
 HAS_CONFIGURE=	yes
 
 OPTIONS_DEFINE=		ASM DEBUG HI10P PGO GCC GPAC X11_OUTPUT
-OPTIONS_DEFAULT=	ASM GPAC HI10P
+OPTIONS_DEFAULT=	ASM GPAC
 ASM_DESC=		Enable Assembly Optimizations
 GCC_DESC=		Use current GCC
 HI10P_DESC=		Enable High 10 Profile 10-bit encoding


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->koobs 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Jan 26 21:30:07 UTC 2014 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186138 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/186138: commit references a PR
Date: Mon, 27 Jan 2014 01:53:41 +0000 (UTC)

 Author: koobs
 Date: Mon Jan 27 01:53:33 2014
 New Revision: 341318
 URL: http://svnweb.freebsd.org/changeset/ports/341318
 QAT: https://qat.redports.org/buildarchive/r341318/
 
 Log:
   multimedia/x264: Turn HI10P option off by default.
   
   Inadvertently left the new HI10P option included in OPTIONS_DEFAULT in the
   last commit while I was testing. Remove it.
   
   PR:		ports/186138
   Submitted by:	Anton Sayetsky <vsjcfm@gmail.com>
 
 Modified:
   head/multimedia/x264/Makefile
 
 Modified: head/multimedia/x264/Makefile
 ==============================================================================
 --- head/multimedia/x264/Makefile	Mon Jan 27 00:12:40 2014	(r341317)
 +++ head/multimedia/x264/Makefile	Mon Jan 27 01:53:33 2014	(r341318)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	x264
  PORTVERSION=	0.${X264_BUILD}.${X264_REV}
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	multimedia
  MASTER_SITES=	ftp://ftp.videolan.org/pub/videolan/x264/snapshots/ \
  		http://samples.mplayerhq.hu/yuv4mpeg2/:pgo
 @@ -33,7 +33,7 @@ USE_LDCONFIG=	yes
  HAS_CONFIGURE=	yes
  
  OPTIONS_DEFINE=		ASM DEBUG HI10P PGO GCC GPAC X11_OUTPUT
 -OPTIONS_DEFAULT=	ASM GPAC HI10P
 +OPTIONS_DEFAULT=	ASM GPAC
  ASM_DESC=		Enable Assembly Optimizations
  GCC_DESC=		Use current GCC
  HI10P_DESC=		Enable High 10 Profile 10-bit encoding
 _______________________________________________
 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"
 
State-Changed-From-To: open->closed 
State-Changed-By: koobs 
State-Changed-When: Mon Jan 27 03:09:31 UTC 2014 
State-Changed-Why:  
Committed, thank you Anton! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186138 
>Unformatted:
