Path to this page:
Subject: CVS commit: pkgsrc/sysutils/dbus-glib
From: Thomas Klausner
Date: 2016-01-18 23:53:03
Message id: 20160118225303.8500FFBB7@cvs.NetBSD.org
Log Message:
Update dbus-glib to 0.106:
dbus-glib 0.106 (2016-01-14)
============================
The âcrumbling vestigeâ release.
Fixes:
⢠Stop testing G_HAVE_INLINE, which ceased to work in GLib 2.47.2 and
wasn't meant to be API anyway. Instead, rely on "static inline" doing
the right thing. On pre-C99 compilers, this relies on <glib.h> defining
inline to __inline, __inline__ or the empty string if the compiler
requires it, which it has done since 2000. (fd.o #93513, Colin Watson)
⢠Stop calling g_mem_profile() in the tests, which no longer does anything
and caused the tests to fail by issuing a warning (Simon McVittie)
⢠Slightly modernize build system, and remove a weird cross-directory
dependency which was breaking distcheck (Simon McVittie)
⢠Stop distributing generated marshallers in the tarball (Simon McVittie)
Files: