Created attachment 3925 Patch to resolve the issue. xfce4-taskmanager fails to build on FreeBSD 9.0-BETA3. The following patch resolves the issue: --- src/task-manager-freebsd.c.orig 2010-05-21 06:29:33.000000000 -0700 +++ src/task-manager-freebsd.c 2011-10-27 12:42:24.425260800 -0700 @@ -18,6 +18,9 @@ #include <fcntl.h> #include <paths.h> #include <unistd.h> +#if defined(__FreeBSD_version) && __FreeBSD_version >= 900044 +#include <sys/vmmeter.h> +#endif #include <glib.h>
Thanks, applied in 994e0c2b