Author: ranger
Date: Wed Jul 29 16:21:08 2009
New Revision: 1593

URL: 
<http://svn.finkproject.org/websvn/listing.php?sc=1&rev=1593&repname=user%3a+ranger>
Log:
fix patch

Modified:
    trunk/experimental/10.4/main/finkinfo/libs/dbus.info
    trunk/experimental/10.4/main/finkinfo/libs/dbus.patch
    trunk/experimental/common/main/finkinfo/libs/dbus.info
    trunk/experimental/common/main/finkinfo/libs/dbus.patch

Modified: trunk/experimental/10.4/main/finkinfo/libs/dbus.info
URL: 
<http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/10.4/main/finkinfo/libs/dbus.info&rev=1593&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/10.4/main/finkinfo/libs/dbus.info (original)
+++ trunk/experimental/10.4/main/finkinfo/libs/dbus.info Wed Jul 29 16:21:08 
2009
@@ -40,7 +40,7 @@
        autoreconf -fvi
 <<
 PatchFile: %n.patch
-PatchFile-MD5: ffa656357bd0604d7d84cc1b862e81f3
+PatchFile-MD5: 0fb3583aecb232bad59bc28b005ce65e
 
 SetCFLAGS: -Os -g
 ConfigureParams: <<

Modified: trunk/experimental/10.4/main/finkinfo/libs/dbus.patch
URL: 
<http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/10.4/main/finkinfo/libs/dbus.patch&rev=1593&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/10.4/main/finkinfo/libs/dbus.patch (original)
+++ trunk/experimental/10.4/main/finkinfo/libs/dbus.patch Wed Jul 29 16:21:08 
2009
@@ -431,7 +431,7 @@
 +      else
 +        {
 +          environment_param = launch_data_dict_lookup (environment_dict, 
"DISPLAY");
-+          if (NULL == environment_dict)
++          if (NULL == environment_param)
 +            {
 +              _dbus_warn ("Unable to retrieve DISPLAY from launchd.");
 +            }

Modified: trunk/experimental/common/main/finkinfo/libs/dbus.info
URL: 
<http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/common/main/finkinfo/libs/dbus.info&rev=1593&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/common/main/finkinfo/libs/dbus.info (original)
+++ trunk/experimental/common/main/finkinfo/libs/dbus.info Wed Jul 29 16:21:08 
2009
@@ -37,7 +37,7 @@
 Source3ExtractDir: %n-%v
 
 PatchFile: %n.patch
-PatchFile-MD5: ffa656357bd0604d7d84cc1b862e81f3
+PatchFile-MD5: 0fb3583aecb232bad59bc28b005ce65e
 
 PatchScript: <<
        /usr/bin/sed -e 
's,org.freedesktop.dbus-session,org.finkproject.dbus-session,g' -e 
's,@FINKPREFIX@,%p,g' %{PatchFile} | /usr/bin/patch -p1

Modified: trunk/experimental/common/main/finkinfo/libs/dbus.patch
URL: 
<http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/common/main/finkinfo/libs/dbus.patch&rev=1593&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/common/main/finkinfo/libs/dbus.patch (original)
+++ trunk/experimental/common/main/finkinfo/libs/dbus.patch Wed Jul 29 16:21:08 
2009
@@ -431,7 +431,7 @@
 +      else
 +        {
 +          environment_param = launch_data_dict_lookup (environment_dict, 
"DISPLAY");
-+          if (NULL == environment_dict)
++          if (NULL == environment_param)
 +            {
 +              _dbus_warn ("Unable to retrieve DISPLAY from launchd.");
 +            }


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to