[Kst] kdeextragear-2/kst [POSSIBLY UNSAFE]
George Staikos
staikos at kde.org
Tue Jul 13 21:18:19 CEST 2004
CVS commit by staikos:
add a fork of procps so we can determine memory usage
A kst/procps.h 1.1 [no copyright]
A kst/psversion.c 1.1 [POSSIBLY UNSAFE: printf,scanf] [UNKNOWN]
A kst/psversion.h 1.1 [UNKNOWN]
A kst/sysinfo.c 1.1 [POSSIBLY UNSAFE: printf,scanf] [no copyright]
A kst/sysinfo.h 1.1 [no copyright]
M +3 -0 configure.in.in 1.25
M +0 -2 devel-docs/RELEASE_PLAN 1.2
M +4 -1 kst/Makefile.am 1.120
--- kdeextragear-2/kst/configure.in.in #1.24:1.25
@@ -100,2 +100,5 @@
KST_CHECK_MDI
+KDE_CHECK_HEADER(linux/vt.h, AC_DEFINE(HAVE_LINUX, 1, [If we have a Linux platform]) have_linux=yes, , )
+AM_CONDITIONAL(include_linux, test $have_linux = yes)
+
--- kdeextragear-2/kst/devel-docs/RELEASE_PLAN #1.1:1.2
@@ -3,8 +3,6 @@
In order to release, we must fix or implement:
-- plot columns have to be polished, implemented, and completed
- Kst Settings don't work
- do events work?
-- "overwrite all" doesn't work in plugin manager <-- KIO related?
- using QWaitCondition in update thread is bad - it's broken in all but the
most recent Qt releases
--- kdeextragear-2/kst/kst/Makefile.am #1.119:1.120
@@ -6,4 +6,7 @@
KMDI_SUBDIR=libkstkmdi
endif
+if include_linux
+PROCPS_COPY=sysinfo.c psversion.c
+endif
SUBDIRS=$(KMDI_SUBDIR) . datasources extensions
@@ -14,5 +17,5 @@
lib_LTLIBRARIES = libkst.la
-libkst_la_SOURCES = kstobject.cpp kstdatasource.cpp stdinsource.cpp kstextension.cpp kstdatacollection.cpp kstdebug.cpp rwlock.cpp
+libkst_la_SOURCES = kstobject.cpp kstdatasource.cpp stdinsource.cpp kstextension.cpp kstdatacollection.cpp kstdebug.cpp rwlock.cpp $(PROCPS_COPY)
libkst_la_LDFLAGS = -version-info 1:0:0 -no-undefined $(all_libraries)
libkst_la_LIBADD = $(LIB_KPARTS) $(LIB_KMDI)
More information about the Kst
mailing list