Can I sneak this into kdebase/ksysguardd?

Alex Zepeda zipzippy at sonic.net
Thu Oct 3 00:01:51 BST 2002


I've got some files that would round out ksysguardd to support NetBSD,
from the NetBSD kde pkgsrcmeister.  The impact on non NetBSD systems would
be quite minimal.  In fact the impact would be non-existant until it's
hooked up to the build system.

In fact all that's needed to hook it up would be somethign along the lines 
of this:

? ksysguardd/NetBSD
cvs server: Diffing .
Index: configure.in.in
===================================================================
RCS file: /home/kde/kdebase/ksysguard/configure.in.in,v
retrieving revision 1.18
diff -b -d -u -1 -r1.18 configure.in.in
--- configure.in.in	2002/08/08 14:25:35	1.18
+++ configure.in.in	2002/10/02 22:31:07
@@ -5,2 +5,3 @@
   *-*-freebsd*) ksysguardd_compile=yes; UNAME='FreeBSD' ;;
+  *-*-netbsd*) ksysguardd_compile=yes; UNAME='NetBSD' ;;
   *-*-solaris*) ksysguardd_compile=yes; UNAME='Solaris' ;;
@@ -16,2 +17,3 @@
 AM_CONDITIONAL(include_ksysguardd_freebsd, test "$UNAME" = FreeBSD)
+AM_CONDITIONAL(include_ksysguardd_netbsd, test "$UNAME" = NetBSD)
 AM_CONDITIONAL(include_ksysguardd_solaris, test "$UNAME" = Solaris)
Index: ksysguardd/Makefile.am
===================================================================
RCS file: /home/kde/kdebase/ksysguard/ksysguardd/Makefile.am,v
retrieving revision 1.9
diff -b -d -u -1 -r1.9 Makefile.am
--- ksysguardd/Makefile.am	2002/05/24 14:01:26	1.9
+++ ksysguardd/Makefile.am	2002/10/02 22:31:08
@@ -8,2 +8,5 @@
 endif
+if include_ksysguardd_netbsd
+netbsd_SUBDIR = NetBSD
+endif
 if include_ksysguardd_solaris
@@ -18,3 +21,3 @@
 
-SUBDIRS = $(linux_SUBDIR) $(freebsd_SUBDIR) \
+SUBDIRS = $(linux_SUBDIR) $(freebsd_SUBDIR) $(netbsd_SUBDIR)\
 	$(solaris_SUBDIR) $(tru64_SUBDIR) $(irix_SUBDIR)

- alex




More information about the kde-core-devel mailing list