openbsd-ports/devel/glib2/pkg
ajacoutot 9aafe34fee It's this time of the year again... update glib2 to the latest
available development release (glib2-2.33.14). A new stable is supposed
to come out within the next 2 weeks and we want to be proactive and get
some things in tree before the big GNOME 3.6 update that we will work on
at p2k12.

big thank to jasper@ for running this and the upcoming updates in a bulk
ok jasper@
2012-09-21 13:16:49 +00:00
..
DESCR Merge -docs into -main. 2012-08-30 10:08:46 +00:00
PLIST It's this time of the year again... update glib2 to the latest 2012-09-21 13:16:49 +00:00
README Rely on g_mount_can_unmount() from GLib for the gio-kqueue backend to 2012-09-18 13:05:59 +00:00

$OpenBSD: README,v 1.2 2012/09/18 13:05:59 ajacoutot Exp $

+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} 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).