devel/libepoll-shim: update to 0.0.20201229
Fixes VAAPI in www/firefox >= 78.0 on FreeBSD >= 13.0
Changes: 3840e9c...1c27d2d
Approved by: bapt, manu
Differential Revision: https://reviews.freebsd.org/D27965
This commit is contained in:
parent
ce1742c0e7
commit
f26e6b308c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=560401
3 changed files with 7 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libepoll-shim
|
||||
PORTVERSION= 0.0.20200602
|
||||
PORTVERSION= 0.0.20201229
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
|
@ -16,7 +16,8 @@ USE_LDCONFIG= yes
|
|||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= jiixyj
|
||||
GH_PROJECT= epoll-shim
|
||||
GH_TAGNAME= 3840e9c
|
||||
GH_TAGNAME= 1c27d2d
|
||||
PLIST_SUB= SHIM_EVENTFD="${exists(/usr/include/sys/eventfd.h):?@comment :}"
|
||||
|
||||
do-test:
|
||||
# Exclude certain tests in resource restricted environments
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1591116464
|
||||
SHA256 (jiixyj-epoll-shim-0.0.20200602-3840e9c_GH0.tar.gz) = 6b02ccc2d9a2f1c19c498a9300edd0b7362e11c4fea00ddc16b629baebe14c98
|
||||
SIZE (jiixyj-epoll-shim-0.0.20200602-3840e9c_GH0.tar.gz) = 59473
|
||||
TIMESTAMP = 1609265133
|
||||
SHA256 (jiixyj-epoll-shim-0.0.20201229-1c27d2d_GH0.tar.gz) = 38e33bab1066a733e611188e03e8501923c396efbb27e0ae936ad5ab9facc4a6
|
||||
SIZE (jiixyj-epoll-shim-0.0.20201229-1c27d2d_GH0.tar.gz) = 60751
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
include/libepoll-shim/sys/epoll.h
|
||||
include/libepoll-shim/sys/eventfd.h
|
||||
%%SHIM_EVENTFD%%include/libepoll-shim/sys/eventfd.h
|
||||
include/libepoll-shim/sys/signalfd.h
|
||||
include/libepoll-shim/sys/timerfd.h
|
||||
lib/cmake/epoll-shim/epoll-shim-config.cmake
|
||||
|
|
Loading…
Reference in a new issue