Revision
74427
Author
dports@macports.org
Date
2010-12-16 17:38:17 -0800 (Thu, 16 Dec 2010)

Log Message

gnucash, gnucash-devel: remove obsolete warning about using
dbus-launch (unneeded with launchd-capable dbus); see #18155

Modified Paths

Diff

Modified: trunk/dports/gnome/gnucash/Portfile (74426 => 74427)


--- trunk/dports/gnome/gnucash/Portfile	2010-12-17 01:34:21 UTC (rev 74426)
+++ trunk/dports/gnome/gnucash/Portfile	2010-12-17 01:38:17 UTC (rev 74427)
@@ -124,19 +124,6 @@
     }
 
     system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
-
-    if {[variant_isset no_x11]} {
-        ui_warn "When you run gnucash, if it pops up a window saying:"
-        ui_warn "   An error occurred while loading or saving configuration"
-        ui_warn "   information for gnucash."
-        ui_warn "it is probably because it cannot connect to"
-        ui_warn "the DBus server.  Either place the following in your login"
-        ui_warn "shell profile:"
-        ui_warn "    eval `dbus-launch --auto-syntax`"
-        ui_warn "or invoke gnucash via 'dbus-launch gnucash'. Note that with"
-        ui_warn "the latter alternative you may end up with a stray dbus"
-        ui_warn "process after you quit gnucash."
-    } 
 }
 
 livecheck.regex "/${name} .*/(\[0-9\]+\\.\[0-9\]*\[02468\]\\.\[0-9\]+)/"

Modified: trunk/dports/gnome/gnucash-devel/Portfile (74426 => 74427)


--- trunk/dports/gnome/gnucash-devel/Portfile	2010-12-17 01:34:21 UTC (rev 74426)
+++ trunk/dports/gnome/gnucash-devel/Portfile	2010-12-17 01:38:17 UTC (rev 74427)
@@ -106,19 +106,6 @@
     }
 
     system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
-
-    if {[variant_isset no_x11]} {
-        ui_warn "When you run gnucash, if it pops up a window saying:"
-        ui_warn "   An error occurred while loading or saving configuration"
-        ui_warn "   information for gnucash."
-        ui_warn "it is probably because it cannot connect to"
-        ui_warn "the DBus server.  Either place the following in your login"
-        ui_warn "shell profile:"
-        ui_warn "    eval `dbus-launch --auto-syntax`"
-        ui_warn "or invoke gnucash via 'dbus-launch gnucash'. Note that with"
-        ui_warn "the latter alternative you may end up with a stray dbus"
-        ui_warn "process after you quit gnucash."
-    }
 }
 
 livecheck.regex "/${my_name} .*/(\[0-9\]+\\.\[0-9\]*\[13579\]\\.\[0-9\]+)/"