Hi! Two things to note. First, the "old" taskmanager mostly worked on kbsd (probably using the /proc emulation present in kbsd. And secondly it doesn't build on the kfreebsd route, failing as below.
Regards Christoph # source='app-manager.c' object='xfce4_taskmanager-app-manager.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"xfce4-taskmanager\" -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -DNDEBUG -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -pthread -I/usr/include/libwnck-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/startup-notification-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/gio-unix-2.0/ -g -O2 -g -Wall -O2 -c -o xfce4_taskmanager-app-manager.o `test -f 'app-manager.c' || echo './'`app-manager.c \ # source='task-manager-freebsd.c' object='xfce4_taskmanager-task-manager-freebsd.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"xfce4-taskmanager\" -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -DNDEBUG -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -pthread -I/usr/include/libwnck-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/startup-notification-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/gio-unix-2.0/ -g -O2 -g -Wall -O2 -c -o xfce4_taskmanager-task-manager-freebsd.o `test -f 'task-manager-freebsd.c' || echo './'`task-manager-freebsd.c task-manager-freebsd.c:11:17: error: kvm.h: No such file or directory task-manager-freebsd.c: In function ‘get_memory_usage’: task-manager-freebsd.c:49: error: ‘kvm_t’ undeclared (first use in this function) task-manager-freebsd.c:49: error: (Each undeclared identifier is reported only once task-manager-freebsd.c:49: error: for each function it appears in.) task-manager-freebsd.c:49: error: ‘kd’ undeclared (first use in this function) task-manager-freebsd.c:50: error: storage size of ‘kswap’ isn’t known task-manager-freebsd.c:52: warning: implicit declaration of function ‘kvm_openfiles’ task-manager-freebsd.c:55: warning: implicit declaration of function ‘kvm_getswapinfo’ task-manager-freebsd.c:59: warning: implicit declaration of function ‘kvm_close’ task-manager-freebsd.c:50: warning: unused variable ‘kswap’ task-manager-freebsd.c: At top level: task-manager-freebsd.c:102: error: expected ‘)’ before ‘*’ token task-manager-freebsd.c: In function ‘get_task_list’: task-manager-freebsd.c:197: error: ‘kvm_t’ undeclared (first use in this function) task-manager-freebsd.c:197: error: ‘kd’ undeclared (first use in this function) task-manager-freebsd.c:205: warning: implicit declaration of function ‘kvm_getprocs’ task-manager-freebsd.c:213: warning: implicit declaration of function ‘get_task_details’ task-manager-freebsd.c: In function ‘pid_is_sleeping’: task-manager-freebsd.c:225: error: ‘kvm_t’ undeclared (first use in this function) task-manager-freebsd.c:225: error: ‘kd’ undeclared (first use in this function) make[4]: *** [xfce4_taskmanager-task-manager-freebsd.o] Error 1 make[4]: Leaving directory `/home/christoph/xfce4-taskmanager-0.4.1/xfce4-taskmanager-1.0.0/src' make[3]: *** [all] Error 2 make[3]: Leaving directory `/home/christoph/xfce4-taskmanager-0.4.1/xfce4-taskmanager-1.0.0/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/christoph/xfce4-taskmanager-0.4.1/xfce4-taskmanager-1.0.0' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/christoph/xfce4-taskmanager-0.4.1/xfce4-taskmanager-1.0.0' make: *** [debian/stamp-makefile-build] Error 2 -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org