Thank you for spotting that. I had indeed fully missed this part when looking up the code of dbus for making something similar. I just committed the patch given in ticket to solve this.
On Oct 27, 2012, at 8:08 AM, Bradley Giesbrecht <[email protected]> wrote: > > On Oct 26, 2012, at 3:08 PM, [email protected] wrote: > >> On Oct 27, 2012, at 12:06 AM, [email protected] wrote: >> >>> which means that the latest kdelibs4 doesn't respect this setting for some >>> reason, which was causing my trouble with kdecache in the first place. >> >> Here it is: >> --- >> post-destroot { >> . >> . >> . >> xinstall -d -m 755 ${destroot}${startup_root}/Library/LaunchAgents >> ln -s ${prefix}/Library/LaunchAgents/org.macports.kdecache.plist >> ${destroot}${startup_root}/Library/LaunchAgents >> } >> --- >> >> Looks like a little code is missing here to let it consider the >> startupitem_type!!! > > > http://trac.macports.org/attachment/ticket/36751/patch-kde-kdelibs4.diff > > > Regards, > Bradley Giesbrecht (pixilla) > > _______________________________________________ > macports-dev mailing list > [email protected] > http://lists.macosforge.org/mailman/listinfo/macports-dev _______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo/macports-dev
