summaryrefslogtreecommitdiff
path: root/sysutils/dbus
diff options
context:
space:
mode:
authorwiz <wiz>2015-01-20 23:45:35 +0000
committerwiz <wiz>2015-01-20 23:45:35 +0000
commite612eda07ef5dd43231987e5704b348eb89f9a75 (patch)
tree32424b4e57aa1c0154ca2cf62d64687d9752579e /sysutils/dbus
parent96823d990795cdd240b5d21354ed47b905ee1ec2 (diff)
downloadpkgsrc-e612eda07ef5dd43231987e5704b348eb89f9a75.tar.gz
Install launchd script on Darwin.
From Youri Mouton in PR 49591. Bump PKGREVISION.
Diffstat (limited to 'sysutils/dbus')
-rw-r--r--sysutils/dbus/Makefile6
-rw-r--r--sysutils/dbus/PLIST.Darwin2
2 files changed, 6 insertions, 2 deletions
diff --git a/sysutils/dbus/Makefile b/sysutils/dbus/Makefile
index f51ded8bc36..3cc810188a5 100644
--- a/sysutils/dbus/Makefile
+++ b/sysutils/dbus/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.77 2015/01/05 23:25:20 wiz Exp $
+# $NetBSD: Makefile,v 1.78 2015/01/20 23:45:35 wiz Exp $
DISTNAME= dbus-1.8.14
+PKGREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://dbus.freedesktop.org/releases/dbus/
@@ -35,7 +36,8 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ARGS_GROUPS= enable disable with without
.if ${OPSYS} == "Darwin"
-CONFIGURE_ARGS+= --with-session-socket-dir=/tmp
+CONFIGURE_ARGS+= --with-launchd-agent-dir=${PREFIX}/Library/LaunchAgents
+CONFIGURE_ARGS+= --with-session-socket-dir=/tmp
.endif
CONFIGURE_ARGS.Linux= abstract-sockets selinux
diff --git a/sysutils/dbus/PLIST.Darwin b/sysutils/dbus/PLIST.Darwin
new file mode 100644
index 00000000000..102a19992e3
--- /dev/null
+++ b/sysutils/dbus/PLIST.Darwin
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST.Darwin,v 1.1 2015/01/20 23:45:35 wiz Exp $
+Library/LaunchAgents/org.freedesktop.dbus-session.plist