From owner-svn-ports-head@FreeBSD.ORG Tue Oct 1 09:52:41 2013 Return-Path: Delivered-To: svn-ports-head@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 ESMTP id B46AFC49; Tue, 1 Oct 2013 09:52:41 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pd0-x232.google.com (mail-pd0-x232.google.com [IPv6:2607:f8b0:400e:c02::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8139B2CB7; Tue, 1 Oct 2013 09:52:41 +0000 (UTC) Received: by mail-pd0-f178.google.com with SMTP id w10so7019366pde.9 for ; Tue, 01 Oct 2013 02:52:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=WkSHUU1xNl+mBO+54SAWIzGwFQ8lQ88e4ghTHF93IYk=; b=Px/hzswejiZbtiNXLlPUC+W4UpEdR684JS55f+oytFDstdHqjrgA2SWVRLM+eOckp8 sZnzMuvy9helAzrb1m/rFupW8Oj+3rp3lteTpd8zjwCDVe7Maw3Q/G5LxIL/6qP1eUvh HkXkudZJMm0E8grcQOqBnXlqnB0mpzqtYTJETmNyvniCsccT9E2k9BI5HdmM17tjkxjO qX7+nQsoIPjtdp+dJjLQ+YFXDtu9Nh4d18MOnEPCijnFOjc36pCk9thbHTcT/wLJY4nV KjmX2UL1aeQ5LdkDE2GPWQIAugk42nG+v3hhf4EA3sTyPAbjwNqg43O36xXiYfGxYsEz hEGg== X-Received: by 10.68.59.38 with SMTP id w6mr12731676pbq.135.1380621161173; Tue, 01 Oct 2013 02:52:41 -0700 (PDT) Received: from [192.168.1.7] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id hz10sm5780009pbc.36.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 01 Oct 2013 02:52:40 -0700 (PDT) Message-ID: <524A9B61.40500@FreeBSD.org> Date: Tue, 01 Oct 2013 19:52:33 +1000 From: Kubilay Kocak User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: Gerald Pfeifer Subject: Re: svn commit: r328372 - head/multimedia/x264 References: <201309261543.r8QFhaHK001450@svn.freebsd.org> In-Reply-To: X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: koobs@FreeBSD.org List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Oct 2013 09:52:41 -0000 On 1/10/2013 2:14 AM, Gerald Pfeifer wrote: > 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 > You're more than welcome Gerald Also, mm@ just graciously submitted a PR to update x264 to a very recent snapshot, which I'll be testing (well) and landing shortly. The link is below if you'd like to have a early play: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/182484 Thank you for the feedback! -- koobs