From owner-svn-ports-head@freebsd.org Sat Sep 14 01:04:17 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6724CD8712; Sat, 14 Sep 2019 01:04:17 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46VZ5s1yGbz4KBD; Sat, 14 Sep 2019 01:04:17 +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 267A318004; Sat, 14 Sep 2019 01:04:17 +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 x8E14HYE097470; Sat, 14 Sep 2019 01:04:17 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8E14GD6097469; Sat, 14 Sep 2019 01:04:16 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201909140104.x8E14GD6097469@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 14 Sep 2019 01:04:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511996 - head/multimedia/kvazaar X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/multimedia/kvazaar X-SVN-Commit-Revision: 511996 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.29 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: Sat, 14 Sep 2019 01:04:17 -0000 Author: jbeich Date: Sat Sep 14 01:04:16 2019 New Revision: 511996 URL: https://svnweb.freebsd.org/changeset/ports/511996 Log: multimedia/kvazaar: unbreak with clang on powerpc64 In file included from strategies/altivec/picture-altivec.c:24: /usr/lib/clang/8.0.1/include/altivec.h:69:19: error: unknown type name 'vector' static __inline__ vector bool char __ATTRS_o_ai ^ /usr/lib/clang/8.0.1/include/altivec.h:69:26: error: expected identifier or '(' static __inline__ vector bool char __ATTRS_o_ai ^ /usr/include/stdbool.h:39:14: note: expanded from macro 'bool' ^ [...] PR: 240531 Submitted by: pkubaj Modified: head/multimedia/kvazaar/Makefile (contents, props changed) head/multimedia/kvazaar/distinfo (contents, props changed) Modified: head/multimedia/kvazaar/Makefile ============================================================================== --- head/multimedia/kvazaar/Makefile Sat Sep 14 00:57:54 2019 (r511995) +++ head/multimedia/kvazaar/Makefile Sat Sep 14 01:04:16 2019 (r511996) @@ -6,6 +6,9 @@ DISTVERSION?= 1.3.0 PORTREVISION= 1 CATEGORIES= multimedia +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= 1d7fcf4227ee.patch:-p1 + MAINTAINER= jbeich@FreeBSD.org COMMENT= H.265/HEVC encoder implemented in C Modified: head/multimedia/kvazaar/distinfo ============================================================================== --- head/multimedia/kvazaar/distinfo Sat Sep 14 00:57:54 2019 (r511995) +++ head/multimedia/kvazaar/distinfo Sat Sep 14 01:04:16 2019 (r511996) @@ -3,3 +3,5 @@ SHA256 (ultravideo-kvazaar-v1.3.0_GH0.tar.gz) = f694fe SIZE (ultravideo-kvazaar-v1.3.0_GH0.tar.gz) = 538824 SHA256 (silentbicycle-greatest-v1.0.0_GH0.tar.gz) = 18ee57a34869c6f6ce511cd71a5cc8661801cf69d64c4c66ff76773835df659b SIZE (silentbicycle-greatest-v1.0.0_GH0.tar.gz) = 11959 +SHA256 (1d7fcf4227ee.patch) = b310a1e778c937d0105c4acff7b9363369d68671295f9370f261a66e93201d67 +SIZE (1d7fcf4227ee.patch) = 715