Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Jun 2019 00:59:10 +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: r503212 - head/multimedia/libva
Message-ID:  <201906010059.x510xAe3094657@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sat Jun  1 00:59:09 2019
New Revision: 503212
URL: https://svnweb.freebsd.org/changeset/ports/503212

Log:
  multimedia/libva: replace post-patch with upstream fix

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

Modified: head/multimedia/libva/Makefile
==============================================================================
--- head/multimedia/libva/Makefile	Sat Jun  1 00:48:50 2019	(r503211)
+++ head/multimedia/libva/Makefile	Sat Jun  1 00:59:09 2019	(r503212)
@@ -8,6 +8,7 @@ CATEGORIES=	multimedia
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
 PATCHFILES+=	c2a431cc3cab.patch:-p1 5cfcd31635b1.patch:-p1
 PATCHFILES+=	394b1eb4ce5f.patch:-p1
+PATCHFILES+=	93c52a17b8d2.patch:-p1
 
 MAINTAINER=	jbeich@FreeBSD.org
 COMMENT?=	VAAPI wrapper and dummy driver
@@ -39,9 +40,5 @@ WAYLAND_MESON_YES=	with_wayland
 
 X11_USE=		XORG=x11,xorgproto,xext,xfixes
 X11_MESON_YES=		with_x11
-
-post-patch:	.SILENT
-# V4L2 is unused since http://github.com/intel/libva/commit/70074679333c
-	${REINPLACE_CMD} '/videodev2\.h/d' ${WRKSRC}/va/va_backend.h
 
 .include <bsd.port.mk>

Modified: head/multimedia/libva/distinfo
==============================================================================
--- head/multimedia/libva/distinfo	Sat Jun  1 00:48:50 2019	(r503211)
+++ head/multimedia/libva/distinfo	Sat Jun  1 00:59:09 2019	(r503212)
@@ -7,3 +7,5 @@ SHA256 (5cfcd31635b1.patch) = 16344b56bf7e4bbc8a572183
 SIZE (5cfcd31635b1.patch) = 1091
 SHA256 (394b1eb4ce5f.patch) = 78bb4d0ae07df1b1efffaec4998a4c1fe99b04a772acc299ce67e3c6fc0b49e0
 SIZE (394b1eb4ce5f.patch) = 1599
+SHA256 (93c52a17b8d2.patch) = 82eaa9e089282a17cb1453df65e2f7e4a9abdf8a1a08f6e8a739060ef1f45146
+SIZE (93c52a17b8d2.patch) = 607



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