Alexander Nedotsukov
26fff0c0a1
- Drop bash build dependency. [1]
...
- Remove obsolete USE_REINPLACE.
Submitted by: Jean-Baptiste Quenot <jbq@caraldi.com> [1]
2006-04-04 12:31:16 +00:00
Joe Marcus Clarke
9e96cdaade
Update to 0.61.
2006-03-15 05:31:15 +00:00
Joe Marcus Clarke
03748f9608
* Fix creation of the dbus system socket
...
* Update for the new USE_RC_SUBR world order
2006-02-15 04:29:02 +00:00
Joe Marcus Clarke
a669dc1c3c
Update to 0.60.
2005-12-31 18:43:11 +00:00
Joe Marcus Clarke
b3581b8509
Update to 0.50.
2005-09-11 19:51:27 +00:00
Joe Marcus Clarke
b71b6bdc85
Update to 0.36.1.
2005-08-28 07:44:57 +00:00
Joe Marcus Clarke
1a31e56cd4
Update to 0.35.1.
2005-07-16 17:27:17 +00:00
Jean-Yves Lefort
f7b57fccb2
- Fix a patch which did not apply [1]
...
- Fix build on 4.x
- Also create ${PREFIX}/etc/dbus-1/system.d when installed from a package
Reported by: Dennis Cabooter [1]
2005-07-16 15:47:02 +00:00
Joe Marcus Clarke
80f2510833
Update to 0.35, and hopefully fix cmsgcred alignment on non-i386 platforms.
2005-07-16 07:40:01 +00:00
Joe Marcus Clarke
f513c549e6
Remove the kqueue watch from the mainloop before unref'ing it. This
...
eliminates one needless kevent system call.
2005-07-03 06:11:00 +00:00
Joe Marcus Clarke
9ec70a9086
Be sure to unref the kqueue watch along with marking the kqueue file
...
descriptor as invalid.
2005-07-03 05:47:03 +00:00
Joe Marcus Clarke
668c6bf02c
Reverse the logic used for kevent. Set timeout to NULL when setting the event,
...
and timeout to the zero timespec when reading the event.
2005-07-02 19:30:59 +00:00
Joe Marcus Clarke
608020fae1
Fix a CPU hog problem with dbus running in fork mode. Kqueue is not shared
...
across fork(), and thus the file descriptor kevent was trying to read from
was actually pointign to /dev/null. This caused dbus to eat up 100% of the
CPU. Of course, tests with --nofork worked just fine.
The new approach will detect if the kqueue has been closed, a reopen it
after the fork.
2005-07-02 19:17:42 +00:00
Joe Marcus Clarke
bb41217ac5
Fix the build on 4.X.
...
Reported by: pointyhat via kris
2005-07-02 05:12:20 +00:00
Joe Marcus Clarke
985e9eaa7f
* Update to 0.34
...
* Add kqueue support so to dynamically re-read new configuration files
2005-07-01 05:20:13 +00:00
Joe Marcus Clarke
9a339b97ff
Teach dbus to look for session files in both PREFIX and X11BASE.
...
Requested by: mezz
2005-06-07 02:36:05 +00:00
Jeremy Messenger
3474a05de5
Add patches for Mono and dbus-sharp.
...
BSD# - Project by: http://www.mono-project.com/Mono:FreeBSD
2005-05-16 06:00:04 +00:00
Joe Marcus Clarke
9d1e198249
Correct patch location.
...
Submitted by: Yasuda Keisuke <kysd@po.harenet.ne.jp>
2005-04-26 16:25:11 +00:00
Joe Marcus Clarke
bc0b6d6721
Fix dbus and gnomekeyring on -CURRENT by not using LOCAL_CREDS. While it
...
works, it does not provide the pid information that the cmsgcred structure
gives us. Dbus and gnomekeyring will now behave the same way on all versions
of FreeBSD.
2005-04-26 06:02:40 +00:00
Joe Marcus Clarke
5975fe3c40
Fix a double free problem that triggered a crash on -CURRENT.
...
Reported by: pointyhat via kris
2005-04-09 02:41:44 +00:00
Adam Weinberger
72160f80db
Fix build with 4.x.
...
Reported by: Jimmie James <jimmiejaz@gmail.com>
2005-04-04 05:20:43 +00:00
Joe Marcus Clarke
4f545c5a49
Update to 0.32.
2005-04-02 21:06:37 +00:00
Joe Marcus Clarke
7c0f9827e4
* Fix build on 4.X
...
* Fix the locale directory in the tools build
2005-01-25 00:26:17 +00:00
Joe Marcus Clarke
3dda35e9e6
Update to 0.23.
2005-01-22 01:01:01 +00:00
Joe Marcus Clarke
fc88aa7bda
Adapt patches from gnomekeyring to dbus to fix alignment errors on
...
non-i386 platforms.
2004-12-18 00:42:02 +00:00
Joe Marcus Clarke
178aa4f451
Update to 0.22.
2004-08-14 04:48:26 +00:00
Joe Marcus Clarke
29a2d8d1ee
Fix the Python bindings build on -CURRENT, and make sure the Python
...
bindings are properly linked to libdbus-1.
Reported by: olgeni
2004-08-08 18:01:16 +00:00
Joe Marcus Clarke
d5f5b95f33
* Fix local session socket support
...
* Fix rc.d script variable initialization
* Add support for slave ports (needed for upcoming py-dbus)
2004-07-27 00:16:33 +00:00
Joe Marcus Clarke
b1a2cec832
* Fix the path to the dbus socket
...
* Make sure the messagebus user and group are created, and block out uid/gid
556 for this
* Delete the dbus.pid file as part of a stop_postcmd (dbus doesn't delete its
own pid file)
* Clean up some bash'isms in the KDE detection configure code
* Make the strtod() Call more 4.X friendly by not passing hex to it
2004-07-22 05:41:15 +00:00
Joe Marcus Clarke
1c219c3330
Add dbus, Freedesktop.org's Desktop Bus. D-BUS is a message passing framework
...
for informing applications about system events such as new hardware being
added, new users logging into an IM application, new software installed,
etc.
2004-07-21 19:43:16 +00:00