Page MenuHomeFreeBSD

Prepare for the native inotify impl
ClosedPublic

Authored by arrowd on Jun 7 2025, 11:19 AM.
Tags
None
Referenced Files
F147732871: D50736.id158092.diff
Fri, Mar 13, 6:49 AM
F147691759: D50736.id158092.diff
Thu, Mar 12, 11:04 PM
Unknown Object (File)
Tue, Mar 10, 11:11 PM
Unknown Object (File)
Sun, Mar 8, 5:29 PM
Unknown Object (File)
Feb 11 2026, 4:48 AM
Unknown Object (File)
Feb 3 2026, 11:55 AM
Unknown Object (File)
Jan 31 2026, 2:59 PM
Unknown Object (File)
Jan 30 2026, 4:08 PM
Subscribers

Details

Summary

This is a preparation for D50315

devel/libinotify: Prepare for the native inotify impl
The idea behind the change is to leave the library as-is to allow old programs
linked to it to run, but prevent new programs from linking to it. This is
achieved by replacing libinotify sys/inotify.h with a native one and removing
LDFLAGS from the .pc file

devel/glib20: Prepare for the native inotify impl

devel/qt6-base: Prepare for the native inotify impl

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

arrowd created this revision.

My review of ports-related things is probably not very useful, but I don't see anything too strange here.

This revision is now accepted and ready to land.Jun 9 2025, 8:25 PM