! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
xfce4-taskmanager-1.0.0 fails to build on FreeBSD 9.0-BETA3
Status:
RESOLVED: FIXED
Product:
Xfce4-taskmanager
Component:
General

Comments

Description Cy Schubert 2011-10-28 22:30:20 CEST
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>
Comment 1 Landry Breuil editbugs 2014-11-29 12:11:37 CET
Thanks, applied in 994e0c2b

Bug #8081

Reported by:
Cy Schubert
Reported on: 2011-10-28
Last modified on: 2014-11-29

People

Assignee:
Mike Massonnet
CC List:
1 user

Version

Version:
unspecified
Target Milestone:
next-version

Attachments

Patch to resolve the issue. (338 bytes, application/octet-stream)
2011-10-28 22:30 CEST , Cy Schubert
no flags

Additional information