summaryrefslogtreecommitdiff
path: root/sysutils/dbus/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2006-08-28 08:28:57 +0000
committerjmmv <jmmv@pkgsrc.org>2006-08-28 08:28:57 +0000
commit1112c9a94e85c71bc39bdeb2cbad360eea566d01 (patch)
tree52a7c5456adefb207fe2f3b6d09730024a3c25b7 /sysutils/dbus/Makefile
parent21332cf09ae0eae8d0973ce438babd910abd8095 (diff)
downloadpkgsrc-1112c9a94e85c71bc39bdeb2cbad360eea566d01.tar.gz
Update to 0.92:
- Add support for LOCAL_CREDS socket credentials so that we can connect to the system daemon under NetBSD. It was useless before... Changes since 0.91: - Proper thread locking added to pending calls - Threading semantics changed from init early to init before the second thread is started - Correctly error out when an application tries to acquire or release the org.freedesktop.DBus name instead of sending false result codes - kqueue directory watching code can now be used to monitor config file changes on FreeBSD - --with-dbus-daemondir configure switch added so the daemon can be installed separate from the user binaries - Makefiles fixed for cygwin - Various fixes for the ongoing Windows port - Fixed docs and comments to use the D-Bus spelling instead of D-BUS - Many memleaks and bugs fixed
Diffstat (limited to 'sysutils/dbus/Makefile')
-rw-r--r--sysutils/dbus/Makefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/sysutils/dbus/Makefile b/sysutils/dbus/Makefile
index f299e0680d7..00b63892686 100644
--- a/sysutils/dbus/Makefile
+++ b/sysutils/dbus/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2006/08/23 09:44:27 jmmv Exp $
+# $NetBSD: Makefile,v 1.14 2006/08/28 08:28:57 jmmv Exp $
#
-DISTNAME= dbus-0.91
+DISTNAME= dbus-0.92
CATEGORIES= sysutils
MASTER_SITES= http://freedesktop.org/software/dbus/releases/
@@ -46,6 +46,13 @@ CONFIGURE_ARGS+= --enable-tests
CONFIGURE_ARGS+= --enable-verbose-mode
.endif
+# Next version will automatically detect this with a sane configure check,
+# so it should go away.
+.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} == "NetBSD"
+CONFIGURE_ARGS+= --enable-kqueue
+.endif
+
PKG_SYSCONFSUBDIR= dbus-1
MAKE_DIRS= ${PKG_SYSCONFDIR}/event.d
MAKE_DIRS+= ${PKG_SYSCONFDIR}/system.d