ajacoutot 8faa3c9b42 Update to glib2-2.74.1.
I decided to start the h2k22 hackathon by breaking things :-)
There will be mostly mechanical diff over ~340 ports after this commit to
fix WANTLIB after GLib moved from pcre to pcre2.
This survived a bulk but there might be some misses.

First step to upgrade GNOME to 43.
2022-11-05 17:04:18 +00:00
..
2022-11-05 17:04:18 +00:00
2022-03-11 18:49:30 +00:00

+-----------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-----------------------------------------------------------------------

File and directory monitor
==========================
GLib (GFileMonitor) provides realtime kqueue(2) notifications and
monitoring up to the open file descriptors limit.
If gio-kqueue needs to handle large directories, the kern.maxfiles
sysctl(8) should be increased by adding an entry in sysctl.conf(5) and
the user's login(1) class modified accordingly by bumping the "cur" and
"max" openfiles limit in login.conf(5).