diff options
author | jlam <jlam> | 1999-08-30 08:54:03 +0000 |
---|---|---|
committer | jlam <jlam> | 1999-08-30 08:54:03 +0000 |
commit | d571a35f6194e37c2e67d667facd2d71dcab63c3 (patch) | |
tree | bf0dbb7f10a779f8c058ec26d80363a3bddc08ff /devel/libgtop/patches | |
parent | 2bf470703b186ae68b39488a1b038b847f490b8b (diff) | |
download | pkgsrc-d571a35f6194e37c2e67d667facd2d71dcab63c3.tar.gz |
Update libgtop to 1.0.2.
It's supposed to be functional under NetBSD-1.4, but apparently still
doesn't quite work. I'm checking this in, since it's possible to debug
this package, but I don't have the know-how to do so. Perhaps someone
more knowledgeable will find this helpful.
Diffstat (limited to 'devel/libgtop/patches')
-rw-r--r-- | devel/libgtop/patches/patch-aa | 21 | ||||
-rw-r--r-- | devel/libgtop/patches/patch-ac | 18 |
2 files changed, 29 insertions, 10 deletions
diff --git a/devel/libgtop/patches/patch-aa b/devel/libgtop/patches/patch-aa index b324a410ed6..1778f982116 100644 --- a/devel/libgtop/patches/patch-aa +++ b/devel/libgtop/patches/patch-aa @@ -1,16 +1,16 @@ -$NetBSD: patch-aa,v 1.5 1999/03/07 19:50:55 tron Exp $ +$NetBSD: patch-aa,v 1.6 1999/08/30 08:54:03 jlam Exp $ ---- configure.orig Mon Mar 1 22:52:44 1999 -+++ configure Sun Mar 7 20:37:46 1999 -@@ -2451,6 +2451,7 @@ - fi +--- configure.orig Thu May 27 20:43:55 1999 ++++ configure Sun Aug 29 18:59:43 1999 +@@ -2466,6 +2466,7 @@ + USE_SYMBOL_UNDERSCORE=${ac_cv_sys_symbol_underscore=no} # Always use our own libtool. +if false; then LIBTOOL='$(SHELL) $(top_builddir)/libtool' # Check for any special flags to pass to ltconfig. -@@ -2682,6 +2683,7 @@ +@@ -2697,6 +2698,7 @@ ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \ $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } @@ -18,15 +18,16 @@ $NetBSD: patch-aa,v 1.5 1999/03/07 19:50:55 tron Exp $ # Redirect the config.log output again, so that the ltconfig log is not # clobbered by the next message. -@@ -5103,6 +5105,7 @@ +@@ -5116,7 +5118,7 @@ - # Always use our own libtool. + +- +if false; then + # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' - # Check for any special flags to pass to ltconfig. -@@ -5334,6 +5337,7 @@ +@@ -5349,6 +5351,7 @@ ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \ $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } diff --git a/devel/libgtop/patches/patch-ac b/devel/libgtop/patches/patch-ac new file mode 100644 index 00000000000..bb1d292b1b2 --- /dev/null +++ b/devel/libgtop/patches/patch-ac @@ -0,0 +1,18 @@ +$NetBSD: patch-ac,v 1.5 1999/08/30 08:54:03 jlam Exp $ + +--- include/glibtop/procstate.h.orig Tue Feb 23 06:43:11 1999 ++++ include/glibtop/procstate.h Sun Aug 29 19:50:34 1999 +@@ -36,6 +36,13 @@ + + #define GLIBTOP_MAX_PROC_STATE 4 + ++#define GLIBTOP_PROCESS_RUNNING 1 ++#define GLIBTOP_PROCESS_INTERRUPTIBLE 2 ++#define GLIBTOP_PROCESS_UNINTERRUPTIBLE 4 ++#define GLIBTOP_PROCESS_ZOMBIE 8 ++#define GLIBTOP_PROCESS_STOPPED 16 ++#define GLIBTOP_PROCESS_SWAPPING 32 ++ + typedef struct _glibtop_proc_state glibtop_proc_state; + + /* Name and status */ |