Page MenuHomeFreeBSD

devel/libepoll-shim: update to 0.0.20200223
ClosedPublic

Authored by jbeich on Feb 22 2020, 11:34 PM.
Tags
None
Referenced Files
F81584472: D23801.id68717.diff
Thu, Apr 18, 12:28 PM
Unknown Object (File)
Tue, Apr 16, 8:37 AM
Unknown Object (File)
Mar 14 2024, 10:38 AM
Unknown Object (File)
Mar 11 2024, 8:54 PM
Unknown Object (File)
Feb 20 2024, 5:51 AM
Unknown Object (File)
Feb 20 2024, 5:51 AM
Unknown Object (File)
Feb 20 2024, 5:51 AM
Unknown Object (File)
Feb 20 2024, 5:51 AM
Subscribers

Details

Summary
Test Plan

Builds fine on:

  • 11.3 aarch64
  • 11.3 amd64
  • 11.3 armv6
  • 11.3 i386
  • 12.0 amd64
  • 12.0 i386
  • 12.1 aarch64
  • 12.1 amd64
  • 12.1 armv6
  • 12.1 armv7
  • 12.1 i386
  • 13.0 amd64
  • 13.0 i386
  • lang/gcc9 (mimics powerpc*)
  • make test

Works fine on:

  • www/firefox + MOZ_ENABLE_WAYLAND
  • x11-drivers/xf86-input-libinput
  • x11-wm/sway

Diff Detail

Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 29560
Build 27422: arc lint + arc unit

Event Timeline

I believe a portrevision bump of wayland is warranted, since it changes the code wayland is compiled with.

devel/libepoll-shim/Makefile
17–19

Can you switch back to the FreeBSDDesktop repo, commit ae12186?

graphics/wayland/Makefile
18–19

Duplicate

jbeich edited the summary of this revision. (Show Details)
jbeich added inline comments.
graphics/wayland/Makefile
18–19

The intent was to enforce specific version of the dependency i.e., prevent users from using old libepoll-shim with new libwayland. However, this was never done in this past, so it doesn't make sense to start now.

LGTM, I'll leave it to you to decide on committing it now, or holding for D23696.

graphics/wayland/Makefile
18–19

It's OK to do that, however, the libepoll-shim line was duplicated, once with the version check and once without. I believe you can do the version check with LIB_DEPENDS as well.

This revision is now accepted and ready to land.Feb 23 2020, 7:21 PM
jbeich retitled this revision from devel/libepoll-shim: update to 0.0.20200222 to devel/libepoll-shim: update to 0.0.20200223.Feb 23 2020, 7:23 PM
jbeich edited the summary of this revision. (Show Details)
jbeich edited the test plan for this revision. (Show Details)

Michael, does this work fine for you as well?

  • Rebase PORTREVISION as this will land before D23696 (minor optimization)
This revision now requires review to proceed.Feb 23 2020, 8:09 PM

Michael, does this work fine for you as well?

I can't comment on the wayland bits and I also don't have the time to test the changes in epoll-shim any time soon.

So I'm basically accepting the changes to the libepoll-shim port skeleton.. :)

Macro ssshipit:

This revision is now accepted and ready to land.Feb 23 2020, 10:51 PM
This revision was automatically updated to reflect the committed changes.