| Summary: | patch: make konsole work on DragonFly BSD | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | Alex Hornung <alexh> |
| Component: | general | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | robertknight |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Other | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | patch to fix build of konsole on DragonFly | ||
Hello. Patch looks good, please feel free to commit. SVN commit 1173677 by hindenburg: Dragonfly patch to build - patch by Alex Hornung BUG: 247626 M +13 -0 ProcessInfo.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1173677 SVN commit 1173678 by hindenburg: Dragonfly patch to build - patch by Alex Hornung CCBUG: 247626 M +13 -0 ProcessInfo.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1173678 |
Created attachment 50120 [details] patch to fix build of konsole on DragonFly Version: unspecified (using KDE 4.4.5) OS: other * Adjust the name of kinfo_proc members to DragonFly. * Disable getting the cwd from a PID since there's currently no way of doing it short of using kvm_read which requires setuid. Reproducible: Always