pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/dbus Install launchd script on Darwin.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6f2dc40c3824
branches:  trunk
changeset: 645022:6f2dc40c3824
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jan 20 23:45:35 2015 +0000

description:
Install launchd script on Darwin.
>From Youri Mouton in PR 49591.

Bump PKGREVISION.

diffstat:

 sysutils/dbus/Makefile     |  6 ++++--
 sysutils/dbus/PLIST.Darwin |  2 ++
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r f8604065ae5c -r 6f2dc40c3824 sysutils/dbus/Makefile
--- a/sysutils/dbus/Makefile    Tue Jan 20 22:03:21 2015 +0000
+++ b/sysutils/dbus/Makefile    Tue Jan 20 23:45:35 2015 +0000
@@ -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_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 -r f8604065ae5c -r 6f2dc40c3824 sysutils/dbus/PLIST.Darwin
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/dbus/PLIST.Darwin        Tue Jan 20 23:45:35 2015 +0000
@@ -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



Home | Main Index | Thread Index | Old Index