Joe Marcus Clarke
da412d866a
Adjust the plist to avoid a conflict with USE_LDCONFIG by setting @cwd.
...
Reported by: oliver
2006-09-11 18:04:18 +00:00
Joe Marcus Clarke
be1b3fe2d4
Update to 0.62.
2006-06-14 05:03:44 +00:00
Joe Marcus Clarke
70eb7f5569
* Rename our rc.d stop_postcmd function to be consistent with other scripts
...
* Create the directory to hold the dbus pidfile before starting as MFS-mounted
/var's will not have this directory [1]
PR: 98580 [1]
2006-06-10 19:03:48 +00:00
Joe Marcus Clarke
26c821e6e3
Remove a leftover directory.
2006-05-03 06:32:23 +00:00
Joe Marcus Clarke
47499ad842
Teach dbus to look in ${X11BASE}/etc/dbus-1/system.d for system bus
...
configuration files.
2006-05-03 06:22:17 +00:00
Joe Marcus Clarke
12eacf0e3d
Add a half-second delay before HUP'ing the system daemon when the system.d
...
contents change. This avoids a race with install(1) that causes dbus
to die. Also, adjust the list of kevent notes to be closer to what dnotify
is using in Linux.
2006-05-02 17:04:09 +00:00
Jean-Yves Lefort
830a25df1e
The system daemon is running as messagebus:messagebus, so it does not
...
have the permission to remove its pid file and socket on exit. Put
these files in the /var/run/dbus directory, owned by
messagebus:messagebus.
Remove the files and directory on package deinstall.
2006-04-28 01:37:06 +00:00
Joe Marcus Clarke
ae6f3d5e96
Correct the plsit when QT support is enabled.
...
Submitted by: Tim Welch <twelch@thepentagon.org>
2006-04-21 06:53:46 +00:00
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
Ade Lovett
8503536d38
Conversion to a single libtool environment.
...
Approved by: portmgr (kris)
2006-02-23 10:40:44 +00:00
Joe Marcus Clarke
9f677a9434
Hide USE_RC_SUBR behind !defined(DBUS_SLAVE).
2006-02-17 20:12:30 +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
528e27bd7e
* Point localstatedir to /var to prevent the creation of /usr/local/var
...
* Fix IGNORE message
PR: 92844
Submitted by: leeym
2006-02-14 17:51:17 +00:00
Jun Kuriyama
a06ee65df0
Chase shlib bump of libexpat.
2006-01-30 23:20:05 +00:00
Edwin Groothuis
e33233f948
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
...
Approved by: krion@
PR: ports/88711 (related)
2006-01-22 01:55:36 +00:00
Joe Marcus Clarke
a669dc1c3c
Update to 0.60.
2005-12-31 18:43:11 +00:00
Pav Lucistnik
e05544d7ba
- Add SHA256 checksums
2005-11-23 22:41:05 +00:00
Ade Lovett
54a0b86543
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
...
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
2005-11-15 06:52:12 +00:00
Joe Marcus Clarke
235c907ae5
Bump PORTREVISION to chase the glib20 shared library update.
2005-11-05 05:22:06 +00:00
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