Commit graph

29 commits

Author SHA1 Message Date
kamil
d3a7ec4abc Correct build failure on NetBSD 8.99.1
Fallout from <sys/user.h> removal.
2017-06-23 16:42:05 +00:00
jperkin
16f2b1c492 Fix SunOS cpu and network interface detection. Bump PKGREVISION. 2016-04-28 22:18:58 +00:00
youri
a62b5c0ba9 Fix Darwin build. 2016-04-07 11:54:57 +00:00
prlw1
abf2af787a Build fix from Kamil Rytarowski in PR pkg/49934.
While here set LICENSE.
2015-06-06 10:59:57 +00:00
jperkin
c6196b956e Implement stubs for missing functions on Solaris. This at least gets us a
working package - help fleshing them out with actual data is appreciated.
2013-02-26 15:54:16 +00:00
marino
2da6dd898f sysutils/libgtop: Unbreak DragonFly again
Libgtop on DragonFly is built using FreeBSD-specific files.  The systems
are diverging and it's getting harder to keep this package from breaking
everytime it's updated.  This minor point upgrade broke it!
2012-03-23 17:29:51 +00:00
drochner
9f54992fb5 update to 2.28.4
changes:
-Fix numerous bugs in the FreeBSD backend
-Split off OpenBSD code in its own backend, and fixes
-Updated translations
2012-01-19 19:43:56 +00:00
marino
baed9c9851 sysutils/libgtop: Fix DragonFly (broke 2011/01/19)
While converting libgtop to use SPECIAL_PERMS, too much of the
previous patch to the configure script was removed, breaking DragonFly.
Restored the missing bits to unbreak DragonFly.
2011-11-24 20:36:48 +00:00
jmmv
c87ff062a9 Use SPECIAL_PERMS instead of relying on the package-specific Makefile from
doing the "right" thing (which it might not anyway because it does not check
error conditions).

Also set the package as 'user-destdir' because we don't need to do the install
as root any more.

Suggested by joerg@.
2011-01-19 16:43:38 +00:00
jmmv
3eec7a0f84 Fix the setting of permissions on libgtop_server2 when building with
destdir enabled (now the default)!  To do this, remove the logic from
our custom Makefile and make the logic shipped by the package do its
thing (which is smarter than us in this cse).

This lets libgtop work again, which in turn fixes stuff like the GNOME
system monitor or bug-buddy.

Bump PKGREVISION.
2011-01-18 13:46:38 +00:00
drochner
fe1ea0da4f update to 2.28.2
changes: translation updates
2010-11-28 12:55:46 +00:00
drochner
d307baa715 update to 2.28.1
changes: translation updates
2010-08-09 10:07:10 +00:00
wiz
9b915a3bb4 Add upstream URL for patch-ae bug report. 2009-10-30 21:41:20 +00:00
tnn
f89b8371bf NetBSD-5.99.21 lost struct uvmexp.swap{ins,outs} 2009-10-30 18:31:41 +00:00
ahoka
858a6d6fab Add "model name" to the sysinfo hash table.
Fixes "Unknown CPU model" bug in gnome-system-monitor.
2009-08-27 20:03:17 +00:00
hasso
a3e860528d Add support for DragonFly (incomplete, but builds). Fix PLIST for Linux,
Solaris and FreeBSD. Bump PKGREVISION.
2009-07-11 13:14:13 +00:00
drochner
3c3cb3b7d0 minor fix for NetBSD: get netmask in the right byteorder
(this is ugly code, should use ioctl instead of kvm)
bump PKGREVISION
2009-04-07 11:26:48 +00:00
wiz
7a3010beac Update to 2.24.3:
12 January 2009: Overview of changes in 2.24.3
==============================================
* linux:
  - fixed potential memory leak. Vincent Untz.
  - fixed read(2) usage. Should fix the missing cpus bug in system-monitor.
* darwin:
  - fixed build. "paul".
2009-01-13 13:53:13 +00:00
wiz
07985d295a Add processor affinity support, from Juan Romero Pardines -- thank you!
Bump PKGREVISION.
2008-11-16 20:31:09 +00:00
wiz
c6499c7937 Update to 2.24.0.
New cpu affinity code (see changes for 2.23.2 below) is ifdef'd out.

22 Septembre 2008: Overview of changes in 2.24.0
================================================
* Translation updates.

18 August 2008: Overview of changes in 2.23.90
==============================================
* freebsd:
  - updated port by Joe Marcus Clarke.

23 June 2008: Overview of changes in 2.23.4
===========================================
* linux:
  - Fixed and improved glibtop_get_fsusage with kernel >= 2.6.25.
    Closes #539360.

24 May 2008: Overview of changes in 2.23.2
==========================================
* glibtop_get_proc_open_files API can also lists IPv6 TCP sockets.
* glibtop_get_proc_affinity : new API to retrieve process CPU affinity.

(Let's hope one day i'll find the gtk-doc documentation ...)

* linux:
  - fixed parsing of big /proc/stat for uptime.

04 April 2008: Overview of changes in 2.22.1
============================================
* Fixed compilation/dist for !linux.
  Closes #525953.

10 Mars 2008: Overview of changes in 2.22.0
===========================================
* linux:
  - fixed proc_kernel.

25 February 2008: Overview of changes in 2.21.92
================================================
* linux:
  - fixed smaps parsing on >= 2.6.24.x.

14 January 2008: Overview of changes in 2.21.5
==============================================
* freebsd:
  - fixed build on GNU/kfreebsd. Petr Salinger.
  - fixed procmem units. Kuang-che Wu.

28 October 2007: Overview of changes in 2.21.1
==============================================
* don't export _p/_s private symbols anymore. This is not an API/ABI breakage.
* darwin implementation by Benjamin Reed.
* linux:
  - splitted fsusage and mountlist implementations;
  - smarter mountlist(allfs = False);
  - fixed some compile warning on 64bit;
* solaris:
  - fixed netload build by Henry Zhang.
2008-11-15 19:34:11 +00:00
drochner
4d7f1acf90 update to 2.20.0
This switches to the new gnome-2.20 branch.

pkgsrc notes:
-System dependant parts were reorganized upstream, in particular there
 if a subtree for FreeBSD now, and one for the other BSDs. I didn't
 pull in the DragonFly patches because I can't decide whether to base
 them on the freebsd or the rest.
-I've changed the NetBSD code to use kinfo_proc2 almost completely.
 Some vm statistics reporting might be less accurate now because
 some fields in proc2 seem to be unmaintained by the current kernel
 (eg ixrss).
-Also, some libgtop functions might be able to run in the non-privileged
 part now, but dealing with this would require even more #ifdefs, so
 we should consider setting up a private subtree as FreeBSD did.
-I didn't verify with older NetBSDs; kvm_getproc2() has been in the
 tree for quite some time so I hope it will just work without the need
 for excessive "#if __NetBSD_Version__ > t".
2007-11-05 19:06:02 +00:00
wiz
179070a57e Rename libgtop2 to libgtop, to match upstream name. 2007-09-20 21:12:04 +00:00
wiz
cdb6489776 Remove gnome1 packages except as needed for gnucash.
Ok'd by jmmv@ and rh@ (gnome 1 maintainers).
2005-05-18 22:02:17 +00:00
jmmv
3f222a4d4a Finish move of libgtop from devel to sysutils, incomplete due to conflicts...
So I now see the package was previously here; the reason for the move is to
lighten a bit the devel category, which has lots of packages.
2004-04-02 12:13:57 +00:00
jmmv
ecd4dcaec5 Move libgtop to the sysutils category, coming from devel.
This is version 1.0.13nb4.
2004-04-02 12:10:12 +00:00
tron
c15f028dc4 Move "libgtop" package to "devel" category. 1998-11-01 23:21:46 +00:00
tron
07de54a218 Make this package build under 1.3.2, fixes PR pkg/6388 by Clifford Wright. 1998-11-01 23:07:30 +00:00
tron
8c6af53e84 Make this package build, at least under -current. 1998-10-18 22:11:41 +00:00
agc
20cdfbdcfb 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.
1998-10-07 13:11:35 +00:00