[92741] trunk/dports/devel/dbus/Portfile

snc at macports.org snc at macports.org
Sat May 5 08:10:54 PDT 2012


Revision: 92741
          https://trac.macports.org/changeset/92741
Author:   snc at macports.org
Date:     2012-05-05 08:10:52 -0700 (Sat, 05 May 2012)
Log Message:
-----------
dbus: comment-out startupitem.install, #34343

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

Modified: trunk/dports/devel/dbus/Portfile
===================================================================
--- trunk/dports/devel/dbus/Portfile	2012-05-05 13:19:16 UTC (rev 92740)
+++ trunk/dports/devel/dbus/Portfile	2012-05-05 15:10:52 UTC (rev 92741)
@@ -127,8 +127,8 @@
     
     close ${plist}
     
-    if { [variant_isset startupitem]
-    && ${startupitem.install} != "no" } {
+    if { [variant_isset startupitem]} {
+    #&& ${startupitem.install} != "no" } {
         xinstall -d -m 0755 ${destroot}${startup_root}/Library/LaunchDaemons
         xinstall -d -m 0755 ${destroot}${startup_root}/Library/LaunchAgents
         ln -s ${plistFl} ${destroot}${startup_root}/Library/LaunchDaemons
@@ -178,8 +178,8 @@
 
 variant startupitem description {Install startup files.} {}
 
-if { [variant_isset startupitem]
-&& ${startupitem.install} != "no" } {
+if { [variant_isset startupitem]} {
+#&& ${startupitem.install} != "no" } {
     notes "############################################################################
 # Startup items have been generated that will aid in
 # starting ${name} with launchd. They are disabled
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120505/d4ccc1ef/attachment.html>


More information about the macports-changes mailing list