Path to this page:
./
sysutils/dbus,
Message bus system
Branch: pkgsrc-2015Q3,
Version: 1.10.0nb1,
Package name: dbus-1.10.0nb1,
Maintainer: pkgsrc-usersD-BUS is a message bus, used for sending messages between applications.
Conceptually, it fits somewhere in between raw sockets and CORBA in terms
of complexity.
D-BUS supports broadcast messages, asynchronous messages (thus decreasing
latency), authentication, and more. It is designed to be low-overhead;
messages are sent using a binary protocol, not using XML. D-BUS also
supports a method call mapping for its messages, but it is not required;
this makes using the system quite simple.
This package provides the D-BUS core library and daemon, as well as
some utilities that complement it.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.2 2011/10/29 15:17:17 dholland Exp $
# DEINSTALL is used rather than @pkgdir because the automatic directory
# deletion mechanism makes dbus services remove these directories first,
# and thus "Directory disappeared" messages will likely appear under @pkgdir
case ${STAGE} in
POST-DEINSTALL)
CYCLE="@PREFIX@/share/dbus-1/system-services \
@PREFIX@/share/dbus-1/services \
@PREFIX@/libexec/dbus-1"
for dbuspath in ${CYCLE}; do
if [ -d ${dbuspath} ]; then
if [ -n `${LS} -A ${dbuspath}` ]; then
${RMDIR} ${dbuspath}
fi
fi
done
;;
esac
MESSAGE.launchd [+/-]===========================================================================
$NetBSD: MESSAGE.launchd,v 1.1 2015/01/21 05:38:59 pho Exp $
A launchd agent configuration file has been installed at:
${PREFIX}/Library/LaunchAgents/org.freedesktop.dbus-session.plist
You need to manually load it to auto-start a session bus. Without
loading it, no applications can start a bus nor find an existing one:
% sudo launchctl load \
${PREFIX}/Library/LaunchAgents/org.freedesktop.dbus-session.plist
Or alternatively, you can copy it under the system default path to
automatically load it on system boot:
% sudo cp \
${PREFIX}/Library/LaunchAgents/org.freedesktop.dbus-session.plist \
/Library/LaunchAgents/
% sudo launchctl load \
/Library/LaunchAgents/org.freedesktop.dbus-session.plist
===========================================================================
Required to build:[
textproc/xmlto] [
pkgtools/x11-links]
Package options: kqueue, x11
Master sites:
SHA1: eec3c798633f623e960eb1d9f93b47648f389443
RMD160: 2a70f98a1af157bea71daac5402b85f9b1770cde
Filesize: 1971.439 KB
Version history: (Expand)
- (2015-09-30) Package added to pkgsrc.se, version dbus-1.10.0nb1 (created)
CVS history: (Expand)
2015-10-18 18:26:12 by S.P.Zeidler | Files touched by this commit (2) |
Log message:
Pullup ticket #4839 - requested by gdt
sysutils/dbus: build fix
Revisions pulled up:
- sysutils/dbus/distinfo 1.67
- sysutils/dbus/patches/patch-tools_dbus-print-message.c 1.1
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: joerg
Date: Thu Oct 8 14:32:09 UTC 2015
Modified Files:
pkgsrc/sysutils/dbus: distinfo
Added Files:
pkgsrc/sysutils/dbus/patches: patch-tools_dbus-print-message.c
Log message:
Fix build on NetBSD 5.x and 6.x.
To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/sysutils/dbus/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/sysutils/dbus/patches/patch-tools_dbus-print-message.c
|