Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
18 Feb 2021 22:06:58
0.0.20210213

|
jbeich  |
devel/libepoll-shim: update to 0.0.20210213
Changes: https://github.com/jiixyj/epoll-shim/compare/1c27d2d...c8491d3
Approved by: manu
Differential Revision: https://reviews.freebsd.org/D28770 |
05 Jan 2021 14:51:21
0.0.20201229

|
jbeich  |
devel/libepoll-shim: update to 0.0.20201229
Fixes VAAPI in www/firefox >= 78.0 on FreeBSD >= 13.0
Changes: https://github.com/jiixyj/epoll-shim/compare/3840e9c...1c27d2d
Approved by: bapt, manu
Differential Revision: https://reviews.freebsd.org/D27965 |
02 Jun 2020 19:55:29
0.0.20200602

|
jbeich  |
devel/libepoll-shim: update to 0.0.20200602
- Upstream is alive, so switch back to it
Changes: https://github.com/jiixyj/epoll-shim/compare/c348868...3840e9c
Approved by: manu, zeising (x11)
Differential Revision: https://reviews.freebsd.org/D25052 |
24 Feb 2020 20:01:06
0.0.20200223

|
jbeich  |
devel/libepoll-shim: update to 0.0.20200223
- Drop no longer necessary graphics/wayland workaround
Changes: https://github.com/FreeBSDDesktop/epoll-shim/compare/07e2a80...ae12186
Approved by: zeising (x11), grembo (from previous update)
Differential Revision: https://reviews.freebsd.org/D23801 |
12 Feb 2020 22:59:04
0.0.20200212

|
zeising  |
devel/libepoll-shim: Update to latest snapshot
Update the snapshot of devel/libepoll-shim
This solves several issues when using wayland
PR: 243649 (with minor changes)
Submitted by: grembo |
23 Apr 2019 10:58:06
0.0.20190311

|
tobik  |
devel/libepoll-shim: Fixup r499736 and replace patch with REINPLACE_CMD
Submitted by: jbeich |
23 Apr 2019 09:01:34
0.0.20190311

|
tobik  |
devel/libepoll-shim: Fix build with PREFIX != /usr/local
Reported by: jbeich |
23 Apr 2019 06:12:46
0.0.20190311

|
tobik  |
devel/libepoll-shim: Update to later snapshot
No changes except for providing a pkg-config file for consumers to
look up the right compiler/linker flags.
PR: 237142
Approved by: x11 (maintainer timeout, >2 weeks) |
29 Dec 2018 20:49:17
0.0.20181229

|
zeising  |
devel/libepoll-shim: Update snapshot
Update devel/libepoll-shim to the latest snapshot. |
19 Dec 2018 11:42:51
0.0.20180530

|
zeising  |
devel/libepoll-shim: Update snashot
Update devel/libepoll-shim to a more recent snapshot.
PR: 223530 (original version)
Submitted by: Greg V
Obtained from: FreeBSD Graphics Team development repo
https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/input
https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/input-ports |
04 Nov 2018 10:36:19
0.0.20161220_1

|
jbeich  |
devel/libepoll-shim: fix underlinking
configure:6453: cc -O2 -pipe -I/usr/local/include/libepoll-shim -DLIBICONV_PLUG
-fstack-protector -fno-strict-aliasing -I/usr/local/include -DLIBICONV_PLUG
-L/usr/local/lib -lepoll-shim -fstack-protector conftest.c >&5
/usr/local/lib/libepoll-shim.so: undefined reference to `timer_settime'
/usr/local/lib/libepoll-shim.so: undefined reference to `timer_delete'
/usr/local/lib/libepoll-shim.so: undefined reference to `pthread_getthreadid_np'
/usr/local/lib/libepoll-shim.so: undefined reference to `pthread_create'
/usr/local/lib/libepoll-shim.so: undefined reference to `timer_create'
/usr/local/lib/libepoll-shim.so: undefined reference to `timer_getoverrun'
cc: error: linker command failed with exit code 1 (use -v to see invocation)
Obtained from: upstream
Approved by: portmgr blanket |
22 Dec 2017 16:34:38
0.0.20161220

|
tijl  |
Add WITHOUT_PROFILE=yes to MAKE_ARGS to disable building the profile version
of the library. It wasn't installed anyway and this allows building with
-fomit-frame-pointer. |
10 Jul 2017 00:54:21
0.0.20161220

|
rezny  |
Build fixes for libepoll-shim
- correct compiler flags when using GCC; clears BROKEN on PPC64
- correct spelling of INCSDIR; fixes build when PREFIX != /usr/local [1]
PR: 219576 [1]
Submitted by: John Hein [1]
Reported by: Mikhail T. [1]
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D11551 |
13 May 2017 03:35:51
0.0.20161220

|
linimon  |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
29 Jan 2017 22:10:57
0.0.20161220

|
marino  |
devel/libepoll-shim: Fix build on GCC
The -Weverything flag is not recognized by GCC; replace with -Wall.
Approved by: GCC blanket |
24 Jan 2017 23:27:25
0.0.20161220

|
bapt  |
Add libepoll-shim to the ports tree
small epoll implementation using kqueue; includes all features needed for
libinput/libevdev
The project was initially created here:
https://github.com/jiixyj/epoll-shim/
Forked and expected on the FreeBSDDesktop github
https://github.com/FreeBSDDesktop/epoll-shim
It is required for Wayland import
Submitted by: Johannes Lundberg <yohanesu75@gmail.com> |