1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
Commit Graph

43 Commits

Author SHA1 Message Date
Joe Marcus Clarke
b3581b8509 Update to 0.50. 2005-09-11 19:51:27 +00:00
Joe Marcus Clarke
a4ab8fcc04 Update to 0.36.2.
Security:	Fixes CAN-2005-0201
2005-09-02 03:47:56 +00:00
Joe Marcus Clarke
b71b6bdc85 Update to 0.36.1. 2005-08-28 07:44:57 +00:00
Joe Marcus Clarke
ec950be184 Correct placement of IGNORE so the slave port will actually pick it up. 2005-07-22 22:47:37 +00:00
Joe Marcus Clarke
cb7ef01162 Mark py-dbus IGNORE on 4.X. It does not build, and GCC 3.4 won't help here. 2005-07-22 22:41:44 +00:00
Joe Marcus Clarke
e64ceab79b Update to 0.35.2. 2005-07-19 05:12:40 +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
5bd4328a57 Disable GTK+ support since it's only used for one tool, and that tool doesn't
seem to work anyway.
2005-07-09 03:50:52 +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
bef4e9b1fe Create the ${X11BASE} services directory in the correct location. 2005-06-09 16:13:00 +00:00
Dejan Lesjak
c85d6e486c Fix INDEX build:
"/usr/ports/devel/dbus-sharp/../dbus/Makefile", line 76: Unassociated
shell command "${MKDIR} ${X11BASE}/share/dbus-1/services"

Submitted by:	flz
2005-06-09 11:25:59 +00:00
Joe Marcus Clarke
7d8e10ed12 Be sure to create ${X11BASE}/share/dbus-1/services to avoid a startup problem
with session-based dbus.
2005-06-09 04:10:18 +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
b7ea63a526 Update to 0.33. 2005-05-02 05:43:55 +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
Michael Nottebrock
13f251fb9a Fix build WITH_QT.
Nodded through by: pav
2005-04-07 15:56:07 +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
b3458f652e Bump PORTREVISION to chase the glib20 shared lib version change. 2005-03-12 10:54:27 +00:00
Joe Marcus Clarke
e30ce99809 Update to 0.23.2. 2005-02-27 07:13:36 +00:00
Joe Marcus Clarke
2512f4fb01 Update to 0.23.1. 2005-02-16 08:21:23 +00:00
Joe Marcus Clarke
4018c3a8e2 Remove some leftover directories.
Reported by:	pointyhat via kris
2005-01-27 23:26:24 +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
1e37718f7a Fix fetch after fd.o's restructuring.
Reported by:	h <h@erathia.be>
2004-11-25 19:42:37 +00:00
Adam Weinberger
3193ce5884 Mark BROKEN when QT support is requested. Setting WITH_QT
causes configure to fail.
2004-11-09 04:43:17 +00:00
Joe Marcus Clarke
46a4d69571 Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
2004-11-07 22:37:47 +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