Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Apr 2019 11:52:06 +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: r498559 - head/multimedia/libva
Message-ID:  <201904101152.x3ABq6ko075885@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Wed Apr 10 11:52:06 2019
New Revision: 498559
URL: https://svnweb.freebsd.org/changeset/ports/498559

Log:
  multimedia/libva: unbreak on GCC architectures after r498397
  
  ../va/va_trace.c: In function 'va_TraceVAEncMiscParameterBuffer':
  ../va/va_trace.c:3309: error: 'for' loop initial declaration used outside C99 mode
  
  PR:		237171
  Reported by:	pkg-fallout

Modified:
  head/multimedia/libva/Makefile   (contents, props changed)
  head/multimedia/libva/distinfo   (contents, props changed)

Modified: head/multimedia/libva/Makefile
==============================================================================
--- head/multimedia/libva/Makefile	Wed Apr 10 11:51:59 2019	(r498558)
+++ head/multimedia/libva/Makefile	Wed Apr 10 11:52:06 2019	(r498559)
@@ -6,6 +6,7 @@ CATEGORIES=	multimedia
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
 PATCHFILES+=	c2a431cc3cab.patch:-p1 5cfcd31635b1.patch:-p1
+PATCHFILES+=	394b1eb4ce5f.patch:-p1
 
 MAINTAINER=	jbeich@FreeBSD.org
 COMMENT?=	VAAPI wrapper and dummy driver

Modified: head/multimedia/libva/distinfo
==============================================================================
--- head/multimedia/libva/distinfo	Wed Apr 10 11:51:59 2019	(r498558)
+++ head/multimedia/libva/distinfo	Wed Apr 10 11:52:06 2019	(r498559)
@@ -5,3 +5,5 @@ SHA256 (c2a431cc3cab.patch) = d749a839b168529d2c424ffa
 SIZE (c2a431cc3cab.patch) = 835
 SHA256 (5cfcd31635b1.patch) = 16344b56bf7e4bbc8a572183adbfd346d92d54d70a87dc6f30bae2ee946ccc84
 SIZE (5cfcd31635b1.patch) = 1091
+SHA256 (394b1eb4ce5f.patch) = 78bb4d0ae07df1b1efffaec4998a4c1fe99b04a772acc299ce67e3c6fc0b49e0
+SIZE (394b1eb4ce5f.patch) = 1599



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