From owner-svn-ports-all@FreeBSD.ORG Mon Sep 30 16:14:48 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2EAC4A37; Mon, 30 Sep 2013 16:14:48 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) by mx1.freebsd.org (Postfix) with ESMTP id 0C64C2321; Mon, 30 Sep 2013 16:14:47 +0000 (UTC) Received: from [192.168.0.132] (vie-188-118-240-002.dsl.sil.at [188.118.240.2]) by ainaz.pair.com (Postfix) with ESMTPSA id 8D8BE3F416; Mon, 30 Sep 2013 12:14:43 -0400 (EDT) Date: Mon, 30 Sep 2013 18:14:41 +0200 (CEST) From: Gerald Pfeifer To: Kubilay Kocak Subject: Re: svn commit: r328372 - head/multimedia/x264 In-Reply-To: <201309261543.r8QFhaHK001450@svn.freebsd.org> Message-ID: References: <201309261543.r8QFhaHK001450@svn.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Sep 2013 16:14:48 -0000 On Thu, 26 Sep 2013, Kubilay Kocak wrote: > Log: > multimedia/x264: Remove PGO as a default OPTION, Big cleanup. > > - Remove PGO as a default option, because RESTRICTED DISTFILES is > causing >500 package builds to be skipped/ignored. I've found a > number of more liberally licensed test sequences that can be used > in a future update. > - Bump PORTREVISION > > While I'm here: > > - Rename GCC44 option to GCC (4.4 is no longer the default) > - Split out GCC and ASM options, allowing a user to select to use > a modern GCC version, and continue to opt-in-or-out of ASM > optimizations for performance comparisons, benchmarks or the like. [and much more] Thanks! This looks like a nice change. Gerald