From owner-svn-ports-all@freebsd.org Mon Jul 2 23:42:31 2018 Return-Path: Delivered-To: svn-ports-all@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 E1799FE57A0; Mon, 2 Jul 2018 23:42:30 +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 8EFE280798; Mon, 2 Jul 2018 23:42:30 +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 718121455D; Mon, 2 Jul 2018 23:42:30 +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 w62NgUrN041614; Mon, 2 Jul 2018 23:42:30 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w62NgUTj041613; Mon, 2 Jul 2018 23:42:30 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201807022342.w62NgUTj041613@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 2 Jul 2018 23:42:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473775 - head/multimedia/kvazaar X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/multimedia/kvazaar X-SVN-Commit-Revision: 473775 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 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, 02 Jul 2018 23:42:31 -0000 Author: jbeich Date: Mon Jul 2 23:42:29 2018 New Revision: 473775 URL: https://svnweb.freebsd.org/changeset/ports/473775 Log: multimedia/kvazaar: unbreak on powerpcspe strategies/altivec/picture-altivec.c:1: error: AltiVec and E500 instructions cannot coexist Modified: head/multimedia/kvazaar/Makefile (contents, props changed) head/multimedia/kvazaar/distinfo (contents, props changed) Modified: head/multimedia/kvazaar/Makefile ============================================================================== --- head/multimedia/kvazaar/Makefile Mon Jul 2 22:47:17 2018 (r473774) +++ head/multimedia/kvazaar/Makefile Mon Jul 2 23:42:29 2018 (r473775) @@ -7,7 +7,7 @@ PORTREVISION?= 0 CATEGORIES= multimedia PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES= 4b5d95155526.patch:-p1 +PATCHFILES+= 93e1c9f1c39c.patch:-p1 4f4bea749680.patch:-p1 MAINTAINER= jbeich@FreeBSD.org COMMENT= H.265/HEVC encoder implemented in C Modified: head/multimedia/kvazaar/distinfo ============================================================================== --- head/multimedia/kvazaar/distinfo Mon Jul 2 22:47:17 2018 (r473774) +++ head/multimedia/kvazaar/distinfo Mon Jul 2 23:42:29 2018 (r473775) @@ -3,5 +3,7 @@ SHA256 (ultravideo-kvazaar-v1.2.0_GH0.tar.gz) = 480ecf SIZE (ultravideo-kvazaar-v1.2.0_GH0.tar.gz) = 486455 SHA256 (silentbicycle-greatest-v1.0.0_GH0.tar.gz) = 18ee57a34869c6f6ce511cd71a5cc8661801cf69d64c4c66ff76773835df659b SIZE (silentbicycle-greatest-v1.0.0_GH0.tar.gz) = 11959 -SHA256 (4b5d95155526.patch) = d8c6c3c49798fe316b6d74ba6c6229acb6cab8aa9ea874ab593fdde2f7b53cc1 -SIZE (4b5d95155526.patch) = 1392 +SHA256 (93e1c9f1c39c.patch) = b04c50588cbcac5531443df199ed57ad6bda8d21c4eeaaceffe1ebd4c7327bc3 +SIZE (93e1c9f1c39c.patch) = 1886 +SHA256 (4f4bea749680.patch) = 8e159a20e0a7177745a94e95e743b126441cb3d67141c3d65e14ebfe9375803d +SIZE (4f4bea749680.patch) = 1538