[119922] trunk/dports/devel/dbus/Portfile
mcalhoun at macports.org
mcalhoun at macports.org
Sat May 10 07:13:45 PDT 2014
Revision: 119922
https://trac.macports.org/changeset/119922
Author: mcalhoun at macports.org
Date: 2014-05-10 07:13:44 -0700 (Sat, 10 May 2014)
Log Message:
-----------
dbus: remove unnecessary code; fix variant description and warning
Modified Paths:
--------------
trunk/dports/devel/dbus/Portfile
Modified: trunk/dports/devel/dbus/Portfile
===================================================================
--- trunk/dports/devel/dbus/Portfile 2014-05-10 14:05:10 UTC (rev 119921)
+++ trunk/dports/devel/dbus/Portfile 2014-05-10 14:13:44 UTC (rev 119922)
@@ -59,9 +59,7 @@
ui_debug "Unable to find a valid home directory, but user disallows startup items."
} else {
ui_warn "Unable to find a valid home directory even though user requested startup items be installed."
- }
- } else {
-
+ }
}
}
} else {
@@ -244,8 +242,8 @@
# XXX Building with tests enabled causes dbus to link with dbus-glib,
# which it shouldn't do because that port depends on this one: see #30088
-variant test description {enable tests (Only Works if ${name} is Already Installed)} {
- ui_warn "This variant requires circular dependencies and only works when ${name} is already installed"
+variant test description {enable tests (Only Works if dbus is Already Installed)} {
+ ui_warn "This variant requires circular dependencies and only works if ${name} is already installed"
configure.args-replace --disable-tests --enable-tests
configure.args-append --without-dbus-glib
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140510/cf6fa723/attachment.html>
More information about the macports-changes
mailing list