2008-04-30 15:38:17 by Julio M. Merino Vidal | Files touched by this commit (60) |
Log message:
Drop maintainership
Stop lying and drop maintainership of these packages. I have not
maintained them for a very long time already, so leave room for
fresh blood to take over them.
|
2007-11-28 12:40:09 by John Nemeth | Files touched by this commit (1) |
Log message:
Add MAKE_JOBS_SAFE=NO from Rumko on pkgsrc-users@.
|
2007-07-06 20:23:27 by Matthias Drochner | Files touched by this commit (3) |  |
Log message:
update to 0.74
changes:
Init threading first to stop a warning from new GLib.
Remove the XML documentation support in configure
Fix typo in _dbus_gvalue_signals_error (#10837) (Thanks to Peter Kjellerstedt)
Update GLib requirement (Closes #10889).
Document dbus-gtype-specialized
Add simple test suite for peer objects.
Support peer-to-peer proxies. (Closes #10233).
Add dbus_connection_get_g_connection.
Stop compiler warnings (Closes #10374).
Handle dbus errors which are not name has no owner
Update abstract socket test from DBus, which now cross-compiles
Rename the error quark to be unique
Update AUTHORS
|
2007-03-13 12:11:27 by Matthias Drochner | Files touched by this commit (2) |  |
Log message:
update to 0.73
changes:
-Allow passing of NULL to strv out arguments
-bugfixes
-documentation improvements
-Add new API for specifying the timeout in DBusGProxy calls
-some cleanup
|
2006-12-28 13:04:50 by John Nemeth | Files touched by this commit (1) |
Log message:
Specify minimum required version of dbus.
Approved by: jmmv
Approved for commit during freeze by: joerg
|
2006-11-13 16:18:45 by Matthias Drochner | Files touched by this commit (4) |  |
Log message:
update to 0.72
changes: bugfixes and cleanup
|
2006-11-05 18:09:00 by Joerg Sonnenberger | Files touched by this commit (4) |
Log message:
DESTDIR support.
|
2006-08-23 11:45:16 by Julio M. Merino Vidal | Files touched by this commit (5) |
Log message:
Update to 0.71:
D-Bus GLib Bindings 0.71 (24 July 2006)
==
- Correctly installs a few missing headers
- Build was cleaned up a bit
D-Bus GLib Bindings 0.70 (17 July 2006)
==
- First release after bindings split
- dbus-binding-tool heeds org.freedesktop.DBus.GLib.ClientCSymbol C symbol
name annotations when generating glib client bindings
- DBusGProxy can now be inherited from
- Support added for generating bindings to arrays that are represented as
GPtrArrays rather than GArrays (ie size-variable things, such as strings,
objects, structs, etc).
- Modification of the existing specialised types to have N type parameters
(rather than the current 1 or 2 for arrays and dictionaries respectively).
You can then use this to get a glib type to represent any arbitrary
D-Bus struct type using dbus_g_type_get_struct. The only implementation of
these types is with GValueArrays as before, but it's now possible to store
these in arrays, emit them in signals, etc.
- New methodbus_g_connection_open provides a way to open connections to an
arbitrary address
- Various bugs and memory leaks fixed
|
2006-07-09 01:11:17 by Johnny C. Lam | Files touched by this commit (877) |
Log message:
Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.
For example, "make show-buildlink3" in fonts/Xft2 displays:
zlib
fontconfig
iconv
zlib
freetype2
expat
freetype2
Xrender
renderproto
|
2006-07-09 00:39:49 by Johnny C. Lam | Files touched by this commit (877) |
Log message:
Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
|