head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.54 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.52 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.50 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.48 pkgsrc-2011Q2-base:1.5 TNF:1.1.1 pkgsrc-2009Q4:1.5.0.46 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.44 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.42 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.40 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.38 pkgsrc-2008Q2-base:1.5 pkgsrc-2008Q1:1.5.0.36 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.34 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.32 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.30 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.28 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.26 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.24 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.22 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.20 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.18 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.5.0.16 pkgsrc-2005Q3-base:1.5 pkgsrc-2005Q2:1.5.0.14 pkgsrc-2005Q2-base:1.5 pkgsrc-2005Q1:1.5.0.12 pkgsrc-2005Q1-base:1.5 pkgsrc-2004Q4:1.5.0.10 pkgsrc-2004Q4-base:1.5 pkgsrc-2004Q3:1.5.0.8 pkgsrc-2004Q3-base:1.5 pkgsrc-2004Q2:1.5.0.6 pkgsrc-2004Q2-base:1.5 pkgsrc-2004Q1:1.5.0.4 pkgsrc-2004Q1-base:1.5 pkgsrc-2003Q4:1.5.0.2 pkgsrc-2003Q4-base:1.5 buildlink2-base:1.5 netbsd-1-4-PATCH002:1.4; locks; strict; comment @# @; 1.5 date 2000.05.02.00.27.32; author fredb; state dead; branches; next 1.4; 1.4 date 99.11.02.23.16.23; author tron; state Exp; branches; next 1.3; 1.3 date 99.01.02.19.50.18; author tron; state dead; branches; next 1.2; 1.2 date 98.11.01.23.22.19; author tron; state Exp; branches; next 1.1; 1.1 date 98.10.07.13.11.35; author agc; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 98.10.07.13.11.35; author agc; state Exp; branches; next ; desc @@ 1.5 log @Update to libgtop-1.0.7. Incorporate fix submitted by R. C. Dowdeswell in PR pkg/8691, to make it build on m68k. Also, kvm_uread() -> kvm_read(). This may fix the other problems alluded to in the PR. LibGTop-1.0.7 is a bug fix release, no details available. LibGTop-1.06 incorporated some *BSD fixes (including some pkg patches), and updated the reference manual somewhat. @ text @$NetBSD: patch-ah,v 1.4 1999/11/02 23:16:23 tron Exp $ --- sysdeps/freebsd/shm_limits.c.orig Thu May 27 16:04:14 1999 +++ sysdeps/freebsd/shm_limits.c Wed Nov 3 00:06:09 1999 @@@@ -76,7 +76,7 @@@@ void glibtop_init_shm_limits_p (glibtop *server) { - if (kvm_nlist (server->machine.kd, nlst) != 0) { + if (kvm_nlist (server->machine.kd, nlst) < 0) { glibtop_warn_io_r (server, "kvm_nlist (shm_limits)"); return; } @ 1.4 log @Check return values of kvm_nlist() properly so that "libgtop_server" will not abort without reason. @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @Update "libgtop" package to version 0.99.0. @ text @d1 1 a1 1 $NetBSD: patch-ah,v 1.2 1998/11/01 23:22:19 tron Exp $ d3 11 a13 15 --- sysdeps/bsd/sem_limits.c 1998/10/06 17:11:38 1.1 +++ sysdeps/bsd/sem_limits.c 1998/10/06 17:12:15 @@@@ -27,7 +27,12 @@@@ /* #define KERNEL to get declaration of `struct seminfo'. */ +/* Why should this be any different? */ +#ifdef __NetBSD__ +#define _KERNEL +#else #define KERNEL +#endif #include #include @ 1.2 log @Move "libgtop" package to "devel" category. @ text @d1 1 a1 1 $NetBSD: patch-ah,v 1.1.1.1 1998/10/07 13:11:35 agc Exp $ @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @Initial import of libgtop-0.26 into the Packages Collection. This is part of the GNOME project, and is used to retrieve system information, such as CPU usage etc. This is not yet complete, but is functional to the point where the whole thing compiles and installs. Someone else can pick this up and run with it now. @ text @@