Page MenuHomeFreeBSD

Prepare for the native inotify impl
ClosedPublic

Authored by arrowd on Jun 7 2025, 11:19 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 26, 1:31 AM
Unknown Object (File)
Mon, Nov 24, 3:15 AM
Unknown Object (File)
Wed, Nov 19, 10:16 AM
Unknown Object (File)
Fri, Nov 14, 12:00 AM
Unknown Object (File)
Wed, Nov 12, 9:59 PM
Unknown Object (File)
Tue, Nov 11, 2:35 PM
Unknown Object (File)
Sat, Nov 8, 8:00 AM
Unknown Object (File)
Fri, Nov 7, 7:34 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
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 64701
Build 61585: arc lint + arc unit

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