-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating the port in FreeBSD (support for eventfd, and some more fixes) #4
Comments
I have something sort of like a guide: https://unrelenting.technology/kb/FreeBSDDesktop |
Thanks for the pointers! I see you already updated the port files to a newer version, so I didn't need to duplicate the work. At least I got to play around with the ports system a bit :) |
Is there any chance you can create a pull request towards this branch, with your changes? |
Should the fork even exist anymore? Why? |
I've opened a PR here: #5 A minor road block was a failing timer test on FreeBSD 11.2 because of: https://svnweb.freebsd.org/base?view=revision&revision=336761 This is fixed in FreeBSD 11.3 and I've updated the CI image in |
@zeising Same here, can be closed. |
Thank you for maintaining the port in FreeBSD!
Since the 0.0.20190311 version in ports I've implemented some features and fixes (https://github.com/jiixyj/epoll-shim):
I've tried to update the ports files here: https://github.com/jiixyj/freebsd-ports/tree/libepoll-shim/devel/libepoll-shim . Feel free to take/adapt them! I could remove some hacks needed for the old Makefile and replace them by simply using "USES= cmake".
Also, I'd be very happy if someone could point me to some guides/documentation on how to use Wayland on FreeBSD (preferably sway). Currently I'm using i3 on Xorg and libinput is the only library I can really test epoll-shim with.
Lastly, please let me know if there are any bugs/features or if I can make the library easier to package!
The text was updated successfully, but these errors were encountered: