From owner-svn-ports-head@freebsd.org Wed Jul 18 22:49:54 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2A10103A307; Wed, 18 Jul 2018 22:49:54 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 73D8470EB1; Wed, 18 Jul 2018 22:49:54 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 54C1020A26; Wed, 18 Jul 2018 22:49:54 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6IMnsAe076445; Wed, 18 Jul 2018 22:49:54 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6IMnrS1076435; Wed, 18 Jul 2018 22:49:53 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201807182249.w6IMnrS1076435@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 18 Jul 2018 22:49:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474911 - head/multimedia/x265 X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/multimedia/x265 X-SVN-Commit-Revision: 474911 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list 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: Wed, 18 Jul 2018 22:49:54 -0000 Author: jbeich Date: Wed Jul 18 22:49:53 2018 New Revision: 474911 URL: https://svnweb.freebsd.org/changeset/ports/474911 Log: multimedia/x265: unbreak on non-x86 archs after r474814 common/param.cpp:636:24: error: no matching function for call to 'parseCpuName' p->cpuid = parseCpuName(value, bError); ^~~~~~~~~~~~ common/param.h:36:7: note: candidate function not viable: requires 3 arguments, but 2 were provided int parseCpuName(const char *value, bool& bError, bool bEnableavx512); ^ Approved by: portmgr blanket (unblock ffmpeg consumers) Modified: head/multimedia/x265/Makefile (contents, props changed) head/multimedia/x265/distinfo (contents, props changed) Modified: head/multimedia/x265/Makefile ============================================================================== --- head/multimedia/x265/Makefile Wed Jul 18 22:48:08 2018 (r474910) +++ head/multimedia/x265/Makefile Wed Jul 18 22:49:53 2018 (r474911) @@ -10,6 +10,9 @@ MASTER_SITES= https://downloads.videolan.org/pub/video http://mirror.leaseweb.com/videolan/x265/ DISTNAME= ${PORTNAME}_${PORTVERSION} +PATCH_SITES= http://hg.videolan.org/${PORTNAME}/raw-rev/ +PATCHFILES= 450421921079:-p2 + MAINTAINER= mi@aldan.algebra.com COMMENT= H.265/High Efficiency Video Coding (HEVC) format Modified: head/multimedia/x265/distinfo ============================================================================== --- head/multimedia/x265/distinfo Wed Jul 18 22:48:08 2018 (r474910) +++ head/multimedia/x265/distinfo Wed Jul 18 22:49:53 2018 (r474911) @@ -1,3 +1,5 @@ TIMESTAMP = 1531665864 SHA256 (x265_2.8.tar.gz) = 6e59f9afc0c2b87a46f98e33b5159d56ffb3558a49d8e3d79cb7fdc6b7aaa863 SIZE (x265_2.8.tar.gz) = 1379551 +SHA256 (450421921079) = 015d99bbcc60e184293cd86879f54d6f78559c9ff2cda32c5ad54e6113bc7fca +SIZE (450421921079) = 703