Changeset 80024
- Timestamp:
- 07/02/11 09:11:15 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/devel/dbus/Portfile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/devel/dbus/Portfile
r80023 r80024 22 22 rmd160 7eb3fd372eca42331541eb7465b62c18cd4a2546 23 23 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 25 26 patchfiles patch-bus-system.conf.in.diff \ 26 27 patch-dbus-dubs-sysdeps-unix.c.diff … … 92 93 post-destroot { 93 94 # Simplify startup script over startupitem.create. 94 # See http://trac.macports.org/ticket/1508195 # See #15081 95 96 xinstall -d -m 0755 ${destroot}${plistDir} 96 97 set plist [open "${destroot}${plistFl}" w 0644] … … 140 141 141 142 if { [file exists ${prefix}/var/lib/dbus/machine-id] } { 142 # See http://trac.macports.org/ticket/19234143 # See #19234 143 144 delete ${prefix}/var/lib/dbus/machine-id 144 145 }
Note: See TracChangeset
for help on using the changeset viewer.

