From owner-svn-ports-head@freebsd.org Sat Jun 1 00:59:11 2019 Return-Path: Delivered-To: svn-ports-head@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 4A89E15A6393; Sat, 1 Jun 2019 00:59:11 +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 E18348BA62; Sat, 1 Jun 2019 00:59:10 +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 B71B68511; Sat, 1 Jun 2019 00:59:10 +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 x510xAa9094658; Sat, 1 Jun 2019 00:59:10 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x510xAe3094657; Sat, 1 Jun 2019 00:59:10 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201906010059.x510xAe3094657@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 1 Jun 2019 00:59:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r503212 - head/multimedia/libva X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/multimedia/libva X-SVN-Commit-Revision: 503212 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E18348BA62 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.97)[-0.966,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] 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, 01 Jun 2019 00:59:11 -0000 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 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