head 1.7; access; symbols pkgsrc-2013Q2:1.7.0.50 pkgsrc-2013Q2-base:1.7 pkgsrc-2012Q4:1.7.0.48 pkgsrc-2012Q4-base:1.7 pkgsrc-2011Q4:1.7.0.46 pkgsrc-2011Q4-base:1.7 pkgsrc-2011Q2:1.7.0.44 pkgsrc-2011Q2-base:1.7 TNF:1.1.1 pkgsrc-2009Q4:1.7.0.42 pkgsrc-2009Q4-base:1.7 pkgsrc-2008Q4:1.7.0.40 pkgsrc-2008Q4-base:1.7 pkgsrc-2008Q3:1.7.0.38 pkgsrc-2008Q3-base:1.7 cube-native-xorg:1.7.0.36 cube-native-xorg-base:1.7 pkgsrc-2008Q2:1.7.0.34 pkgsrc-2008Q2-base:1.7 pkgsrc-2008Q1:1.7.0.32 pkgsrc-2008Q1-base:1.7 pkgsrc-2007Q4:1.7.0.30 pkgsrc-2007Q4-base:1.7 pkgsrc-2007Q3:1.7.0.28 pkgsrc-2007Q3-base:1.7 pkgsrc-2007Q2:1.7.0.26 pkgsrc-2007Q2-base:1.7 pkgsrc-2007Q1:1.7.0.24 pkgsrc-2007Q1-base:1.7 pkgsrc-2006Q4:1.7.0.22 pkgsrc-2006Q4-base:1.7 pkgsrc-2006Q3:1.7.0.20 pkgsrc-2006Q3-base:1.7 pkgsrc-2006Q2:1.7.0.18 pkgsrc-2006Q2-base:1.7 pkgsrc-2006Q1:1.7.0.16 pkgsrc-2006Q1-base:1.7 pkgsrc-2005Q4:1.7.0.14 pkgsrc-2005Q4-base:1.7 pkgsrc-2005Q3:1.7.0.12 pkgsrc-2005Q3-base:1.7 pkgsrc-2005Q2:1.7.0.10 pkgsrc-2005Q2-base:1.7 pkgsrc-2005Q1:1.7.0.8 pkgsrc-2005Q1-base:1.7 pkgsrc-2004Q4:1.7.0.6 pkgsrc-2004Q4-base:1.7 pkgsrc-2004Q3:1.7.0.4 pkgsrc-2004Q3-base:1.7 pkgsrc-2004Q2:1.7.0.2 pkgsrc-2004Q2-base:1.7 pkgsrc-2004Q1:1.6.0.6 pkgsrc-2004Q1-base:1.6 pkgsrc-2003Q4:1.6.0.4 pkgsrc-2003Q4-base:1.6 netbsd-1-6-1:1.6.0.2 netbsd-1-6-1-base:1.6 buildlink2-base:1.5 netbsd-1-4-PATCH002:1.4; locks; strict; comment @# @; 1.7 date 2004.04.02.12.20.24; author jmmv; state dead; branches; next 1.6; 1.6 date 2003.01.21.10.12.31; author tron; state Exp; branches; next 1.5; 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.22; 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.7 log @Finish move of libgtop and libgtop2 to the sysutils category, which were living in devel. @ text @$NetBSD: patch-ag,v 1.6 2003/01/21 10:12:31 tron Exp $ --- sysdeps/freebsd/procuid.c.orig Mon Nov 26 23:37:59 2001 +++ sysdeps/freebsd/procuid.c Sun Jan 19 23:26:08 2003 @@@@ -94,7 +94,11 @@@@ buf->tpgid = pinfo [0].kp_eproc.e_tpgid; buf->nice = pinfo [0].kp_proc.p_nice; +#if defined(__NetBSD__) && defined(SACTIVE) + buf->priority = 0; +#else buf->priority = pinfo [0].kp_proc.p_priority; +#endif /* Set the flags for the data we're about to return*/ buf->flags = _glibtop_sysdeps_proc_uid; @ 1.6 log @Make this build under NetBSD-current after the morge of "nathanw_sa". Unfortunately a bit of functionality is lost there but it should still work. Bump package revision to reflect the changes. @ text @d1 1 a1 1 $NetBSD$ @ 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 @d1 1 a1 1 $NetBSD: patch-ag,v 1.4 1999/11/02 23:16:22 tron Exp $ d3 14 a16 11 --- sysdeps/freebsd/sem_limits.c.orig Thu May 27 16:04:13 1999 +++ sysdeps/freebsd/sem_limits.c Wed Nov 3 00:06:02 1999 @@@@ -78,7 +78,7 @@@@ void glibtop_init_sem_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 (sem_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-ag,v 1.2 1998/11/01 23:22:19 tron Exp $ d3 11 a13 15 --- sysdeps/bsd/msg_limits.c 1998/10/06 17:10:11 1.1 +++ sysdeps/bsd/msg_limits.c 1998/10/06 17:10:53 @@@@ -27,7 +27,12 @@@@ /* #define KERNEL to get declaration of `struct msginfo'. */ +/* You gotta remember those namespaces. OTOH, maybe not ... */ +#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-ag,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 @@