Summary: | Build and functionality fixes for ksysguardd on NetBSD | ||
---|---|---|---|
Product: | [Unmaintained] ksysguard | Reporter: | Mark Davies <mark> |
Component: | ksysguardd | Assignee: | KSysGuard Developers <ksysguard-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | NetBSD pkgsrc | ||
OS: | NetBSD | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
NetBSD patches for RC2
NetBSD patches for 3.5 branch |
Description
Mark Davies
2007-12-27 21:16:31 UTC
Created attachment 22708 [details]
NetBSD patches for RC2
Created attachment 22709 [details]
NetBSD patches for 3.5 branch
Mark, Thank you! Can you put these under LGPLv2 or later please? It makes life a bit easier :) Presumably the bits of code like: +#if defined(__DragonFly__) and +#if defined(__FreeBSD__) && __FreeBSD_version >= 500015 etc can be removed? > Presumably the bits of code like: > +#if defined(__DragonFly__) > and > +#if defined(__FreeBSD__) && __FreeBSD_version >= 500015 > etc can be removed? If you mean in processes_netbsd_p.cpp then yes. That file was just copied from processes_freebsd_p.cpp and then very slightly tweaked to build. I haven't actually looked at its contents too closely so it may well need some additional work to give reasonable values (beyond just building) but I was conscious of the approaching release -- whereas the rest of the patches have a longer history, deriving from the 3.5 branch versions. > Can you put these under LGPLv2 or later please? It makes life a
> bit easier :)
They're just a few patches to existing files, but if it makes things easier then sure, what do I need to do?
> They're just a few patches to existing files, but if it makes things easier then sure, Excellent. > what do I need to do? You've already done it :-) SVN commit 753714 by johnflux: Support for NetBSD, thanks to Mark Davies. BUG:154708 M +6 -1 processes_local_p.h A processes_netbsd_p.cpp [License: LGPL (v2+)] WebSVN link: http://websvn.kde.org/?view=rev&revision=753714 |