From 1112c9a94e85c71bc39bdeb2cbad360eea566d01 Mon Sep 17 00:00:00 2001 From: jmmv Date: Mon, 28 Aug 2006 08:28:57 +0000 Subject: 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 --- sysutils/dbus/Makefile | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'sysutils/dbus/Makefile') 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 -- cgit v1.2.3