Created attachment 230712 [details] Patch Makefile and src. The py-watchdog port does not currently work with the inotify observer as the inotify fucntions are no longer in the base system/libc. The following patch adds a lib_depend on devel/libinotify and patches the appropriate file in the port.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=c8332032ae22e82e5e60bd493ed697f9b8340cb1 commit c8332032ae22e82e5e60bd493ed697f9b8340cb1 Author: Robert Kruus <rob.kruus@gmail.com> AuthorDate: 2022-11-20 14:20:45 +0000 Commit: Nicola Vitale <nivit@FreeBSD.org> CommitDate: 2022-11-20 14:24:35 +0000 devel/py-watchdog: add a patch to enable inotify - The port does not currently work with the inotify observer as the inotify functions are no longer in the base system/libc. The patch adds a lib_depend on devel/libinotify and patches the appropriate file in the port. - Bump PORTREVISION PR: 260939 Reported by: Robert Kruss <rob.kruus@gmail.com> devel/py-watchdog/Makefile | 10 ++++++---- .../files/patch-src_watchdog_observers_inotify__c.py (new) | 11 +++++++++++ 2 files changed, 17 insertions(+), 4 deletions(-)
Committed. Thank you for the PR!