New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80024


Ignore:
Timestamp:
07/02/11 09:11:15 (4 years ago)
Author:
mcalhoun@…
Message:

dbus: Fix comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/dbus/Portfile

    r80023 r80024  
    2222                    rmd160  7eb3fd372eca42331541eb7465b62c18cd4a2546 
    2323 
    24 # There is a proposal to use launchd with dbus (see https://bugs.freedesktop.org/show_bug.cgi?id=14259). 
     24# See r59386 
     25# See r68276 
    2526patchfiles      patch-bus-system.conf.in.diff \ 
    2627                patch-dbus-dubs-sysdeps-unix.c.diff 
     
    9293post-destroot { 
    9394    # Simplify startup script over startupitem.create. 
    94     # See http://trac.macports.org/ticket/15081 
     95    # See #15081 
    9596    xinstall -d -m 0755 ${destroot}${plistDir} 
    9697    set plist [open "${destroot}${plistFl}" w 0644] 
     
    140141     
    141142    if { [file exists ${prefix}/var/lib/dbus/machine-id] } { 
    142         # See http://trac.macports.org/ticket/19234 
     143        # See #19234 
    143144        delete ${prefix}/var/lib/dbus/machine-id 
    144145    } 
Note: See TracChangeset for help on using the changeset viewer.