[68276] trunk/dports/devel/dbus

adfernandes at macports.org adfernandes at macports.org
Sun May 30 15:05:15 PDT 2010


Revision: 68276
          http://trac.macports.org/changeset/68276
Author:   adfernandes at macports.org
Date:     2010-05-30 15:05:09 -0700 (Sun, 30 May 2010)
Log Message:
-----------
Stop dbus from writing an unnecesary pid file. Closes #15081 and #14163. Approved by openmaintainer.

Modified Paths:
--------------
    trunk/dports/devel/dbus/Portfile

Added Paths:
-----------
    trunk/dports/devel/dbus/files/0006-bus_system-conf-in.patch

Modified: trunk/dports/devel/dbus/Portfile
===================================================================
--- trunk/dports/devel/dbus/Portfile	2010-05-30 17:47:55 UTC (rev 68275)
+++ trunk/dports/devel/dbus/Portfile	2010-05-30 22:05:09 UTC (rev 68276)
@@ -6,6 +6,7 @@
 
 name            dbus
 version         1.2.24
+revision        1
 maintainers     mcalhoun openmaintainer
 categories      devel
 platforms       darwin
@@ -26,7 +27,8 @@
                 0002-add-launchd-implementation.patch \
                 0003-look-up-DISPLAY-from-launchd-if-not-initialized.patch \
                 0004-enable-launchd.patch \
-                0005-dont-dup-closed-stdin.patch
+                0005-dont-dup-closed-stdin.patch \
+                0006-bus_system-conf-in.patch
 patch.pre_args  -p1
 
 depends_build       \

Added: trunk/dports/devel/dbus/files/0006-bus_system-conf-in.patch
===================================================================
--- trunk/dports/devel/dbus/files/0006-bus_system-conf-in.patch	                        (rev 0)
+++ trunk/dports/devel/dbus/files/0006-bus_system-conf-in.patch	2010-05-30 22:05:09 UTC (rev 68276)
@@ -0,0 +1,13 @@
+diff -ur dbus-1.2.16-orig/bus/system.conf.in dbus-1.2.16/bus/system.conf.in
+--- dbus-1.2.16-orig/bus/system.conf.in	2010-01-20 20:02:33.000000000 -0500
++++ dbus-1.2.16/bus/system.conf.in	2010-01-20 20:02:52.000000000 -0500
+@@ -26,9 +26,6 @@
+   <!-- This is a setuid helper that is used to launch system services -->
+   <servicehelper>@DBUS_LIBEXECDIR@/dbus-daemon-launch-helper</servicehelper>
+ 
+-  <!-- Write a pid file -->
+-  <pidfile>@DBUS_SYSTEM_PID_FILE@</pidfile>
+-
+   <!-- Enable logging to syslog -->
+   <syslog/>
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100530/bc963a99/attachment.html>


More information about the macports-changes mailing list