[Xfce4-commits] <xfce4-taskmanager:master> Remove FreeBSD from the BSD family

Mike Massonnet noreply at xfce.org
Sun May 16 13:58:01 CEST 2010


Updating branch refs/heads/master
         to f35884174155309360093e61ac96d5fa340b88ac (commit)
       from db0ab6056146f6d5a74dfa78b708baea38062946 (commit)

commit f35884174155309360093e61ac96d5fa340b88ac
Author: Mike Massonnet <mmassonnet at xfce.org>
Date:   Sun May 16 13:54:46 2010 +0200

    Remove FreeBSD from the BSD family
    
    The task-manager-bsd.c code doesn't build from FreeBSD. After a look
    around FreeBSD retrieves system information through libkvm (Kernel Data
    Access Library.) Therefore a separate implementation for FreeBSD will be
    needed.

 configure.ac.in |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/configure.ac.in b/configure.ac.in
index 7f121c3..8e9e4ac 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -68,7 +68,10 @@ dnl ***********************************
 dnl ******* Check for OS family *******
 dnl ***********************************
 case "$target_os" in
-	dragonfly*|freebsd*|netbsd*|openbsd*|darwin*)
+	freebsd*)
+		AC_MSG_ERROR([Support for FreeBSD is missing])
+	;;
+	dragonfly*|netbsd*|openbsd*|darwin*)
 		ac_os_implementation="bsd"
 	;;
 	solaris*)



More information about the Xfce4-commits mailing list