[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-devel
Subject:    kdebase compile patch
From:       Jason Stephenson <panda () mis ! net>
Date:       2002-01-01 0:21:09
[Download RAW message or body]

I had to make the changes to ksysguardd/FreeBSD in the attached patch i=
n order =0Ato get kdebase to compile on my system this afternoon. Every=
thing compiled =0Afine without the changes two weeks ago. In the mean t=
ime, autoconf on my =0Asystem was updated from version 2.13 to 2.52. I =
suspect the autoconf change =0Ais responsible.=0A
["FreeBSD.patch" (text/x-diff)]

Index: CPU.c
===================================================================
RCS file: /home/kde/kdebase/ksysguard/ksysguardd/FreeBSD/CPU.c,v
retrieving revision 1.7
diff -u -u -r1.7 CPU.c
--- CPU.c	2001/12/28 09:48:05	1.7
+++ CPU.c	2001/12/31 22:13:03
@@ -29,8 +29,8 @@
 #include <sys/types.h>
 
 #include "CPU.h"
-#include "Command.h"
-#include "ksysguardd.h"
+#include "../Command.h"
+#include "../ksysguardd.h"
 
 long percentages(int cnt, int *out, long *new, long *old, long *diffs);
 
Index: Memory.c
===================================================================
RCS file: /home/kde/kdebase/ksysguard/ksysguardd/FreeBSD/Memory.c,v
retrieving revision 1.5
diff -u -u -r1.5 Memory.c
--- Memory.c	2001/09/14 21:11:20	1.5
+++ Memory.c	2001/12/31 22:13:03
@@ -34,9 +34,9 @@
 #include <unistd.h>
 #include <vm/vm_param.h>
 
-#include "Command.h"
+#include "../Command.h"
 #include "Memory.h"
-#include "ksysguardd.h"
+#include "../ksysguardd.h"
 
 static size_t Total = 0;
 static size_t MFree = 0;
Index: ProcessList.c
===================================================================
RCS file: /home/kde/kdebase/ksysguard/ksysguardd/FreeBSD/ProcessList.c,v
retrieving revision 1.8
diff -u -u -r1.8 ProcessList.c
--- ProcessList.c	2001/11/01 22:57:16	1.8
+++ ProcessList.c	2001/12/31 22:13:04
@@ -38,10 +38,10 @@
 #include <unistd.h>
 
 #include "../../gui/SignalIDs.h"
-#include "Command.h"
+#include "../Command.h"
 #include "ProcessList.h"
 #include "ccont.h"
-#include "ksysguardd.h"
+#include "../ksysguardd.h"
 
 CONTAINER ProcessList = 0;
 
Index: apm.c
===================================================================
RCS file: /home/kde/kdebase/ksysguard/ksysguardd/FreeBSD/apm.c,v
retrieving revision 1.2
diff -u -u -r1.2 apm.c
--- apm.c	2001/09/18 14:03:53	1.2
+++ apm.c	2001/12/31 22:13:04
@@ -23,9 +23,9 @@
 #include <machine/apm_bios.h>
 #include <stdio.h>
 
-#include "Command.h"
+#include "../Command.h"
 #include "apm.h"
-#include "ksysguardd.h"
+#include "../ksysguardd.h"
 
 static int ApmFD, BattFill, BattTime;
 
Index: diskstat.c
===================================================================
RCS file: /home/kde/kdebase/ksysguard/ksysguardd/FreeBSD/diskstat.c,v
retrieving revision 1.2
diff -u -u -r1.2 diskstat.c
--- diskstat.c	2001/09/18 14:03:53	1.2
+++ diskstat.c	2001/12/31 22:13:05
@@ -29,10 +29,10 @@
 #include <time.h>
 #include <unistd.h>
 
-#include "Command.h"
+#include "../Command.h"
 #include "ccont.h"
 #include "diskstat.h"
-#include "ksysguardd.h"
+#include "../ksysguardd.h"
 
 typedef struct {
 	char device[256];
Index: loadavg.c
===================================================================
RCS file: /home/kde/kdebase/ksysguard/ksysguardd/FreeBSD/loadavg.c,v
retrieving revision 1.2
diff -u -u -r1.2 loadavg.c
--- loadavg.c	2001/09/18 14:03:53	1.2
+++ loadavg.c	2001/12/31 22:13:05
@@ -22,8 +22,8 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-#include "Command.h"
-#include "ksysguardd.h"
+#include "../Command.h"
+#include "../ksysguardd.h"
 #include "loadavg.h"
 
 static double LoadAvg[3];
Index: logfile.c
===================================================================
RCS file: /home/kde/kdebase/ksysguard/ksysguardd/FreeBSD/logfile.c,v
retrieving revision 1.2
diff -u -u -r1.2 logfile.c
--- logfile.c	2001/09/18 14:03:53	1.2
+++ logfile.c	2001/12/31 22:13:05
@@ -23,10 +23,10 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include "Command.h"
+#include "../Command.h"
 #include "ccont.h"
-#include "conf.h"
-#include "ksysguardd.h"
+#include "../conf.h"
+#include "../ksysguardd.h"
 #include "logfile.h"
 
 static CONTAINER LogFiles = 0;
Index: netdev.c
===================================================================
RCS file: /home/kde/kdebase/ksysguard/ksysguardd/FreeBSD/netdev.c,v
retrieving revision 1.2
diff -u -u -r1.2 netdev.c
--- netdev.c	2001/09/18 14:03:53	1.2
+++ netdev.c	2001/12/31 22:13:06
@@ -31,8 +31,8 @@
 #include <unistd.h>
 
 
-#include "Command.h"
-#include "ksysguardd.h"
+#include "../Command.h"
+#include "../ksysguardd.h"
 #include "netdev.h"
 
 

>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic