Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Sep 2019 01:04:16 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r511996 - head/multimedia/kvazaar
Message-ID:  <201909140104.x8E14GD6097469@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909140104.x8E14GD6097469>