Path to this page:
Subject: CVS commit: pkgsrc/devel
From: Patrick Welche
Date: 2013-04-20 00:21:41
Message id: 20130419222141.E0FEB175DD@cvs.netbsd.org
Log Message:
Update glib to 2.36.1
Among many bugfixes, changes and translations:
* GIO now has kqueue support for GFileMonitor (BSDs, Mac OS)
* GTask (the new GAsyncResult implementation) has landed
* We now install a public "gnetworking.h" header that can be used to
include the relevant OS-dependent networking headers. This does not
really abstract away unix-vs-windows however; error codes, in
particular, are incompatible.
See NEWS file http://git.gnome.org/browse/glib/plain/NEWS?id=2.36.1 for details.
Patches removed:
- patch-aj:
Per PR pkg/41601: Bug 133344 is closed and compile tested by Joern Clausen
- patch-at:
Fixed in b26fb3ae (Bug 687600)
- patch-cf:
Adds sys/param.h - if still needed, should go into gnetworking.h.in
XXX might still be needed
- patch-cg:
Fixed (or changed anyway) in 6f8f1f70 and 52a81a7d (Bug 688681)
- patch-ci:
Fixed in a33aaad0 (Bug 637013)
- patch-glib_goption.c:
Fixed in f9a6a974
- patch-glib_tests_include.c:
Fixed in d2b7ee62 (Bug 672406)
Patches changed:
- patch-ak:
First chunk fixed in 5fbdd3aa (Bug 691011)
- patch-ap:
Added NetBSD support to g_credentials_get_unix_pid()
First chunk fixed in b377e696 (Bug 623187)
- patch-aq:
First chunk fixed in b8c13a01 (Bug 688109)
Patches added:
- patch-gio_glocalfile.c (Reported as Bug 698348)
Files: