[40785] trunk/dports/devel/dbus
macsforever2000 at macports.org
macsforever2000 at macports.org
Tue Oct 14 16:01:53 PDT 2008
Revision: 40785
http://trac.macports.org/changeset/40785
Author: macsforever2000 at macports.org
Date: 2008-10-14 16:01:53 -0700 (Tue, 14 Oct 2008)
Log Message:
-----------
Fix autolaunch (#16833)
Modified Paths:
--------------
trunk/dports/devel/dbus/Portfile
Added Paths:
-----------
trunk/dports/devel/dbus/files/
trunk/dports/devel/dbus/files/patch-dbus-launch-x11.c.diff
Modified: trunk/dports/devel/dbus/Portfile
===================================================================
--- trunk/dports/devel/dbus/Portfile 2008-10-14 22:38:14 UTC (rev 40784)
+++ trunk/dports/devel/dbus/Portfile 2008-10-14 23:01:53 UTC (rev 40785)
@@ -5,7 +5,7 @@
name dbus
version 1.2.4
-revision 1
+revision 2
maintainers nomaintainer
categories devel
platforms darwin
@@ -20,6 +20,8 @@
checksums md5 2e643910a09f44b000a0d76038637999 \
sha1 913d796b79802b6ee6ca2b0ef59c670f3fd79774 \
rmd160 0441eb8b668ed70250e484b02fe6a83c05c9a088
+
+patchfiles patch-dbus-launch-x11.c.diff
depends_build port:pkgconfig
Added: trunk/dports/devel/dbus/files/patch-dbus-launch-x11.c.diff
===================================================================
--- trunk/dports/devel/dbus/files/patch-dbus-launch-x11.c.diff (rev 0)
+++ trunk/dports/devel/dbus/files/patch-dbus-launch-x11.c.diff 2008-10-14 23:01:53 UTC (rev 40785)
@@ -0,0 +1,11 @@
+--- ./tools/dbus-launch-x11.c.orig 2008-10-11 18:53:43.000000000 +0800
++++ ./tools/dbus-launch-x11.c 2008-10-11 18:51:51.000000000 +0800
+@@ -143,7 +143,7 @@
+ */
+ for (p = display; *p; ++p)
+ {
+- if (*p == ':')
++ if (*p == ':' || *p == '/')
+ *p = '_';
+ }
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081014/3262673a/attachment.html
More information about the macports-changes
mailing list