summaryrefslogtreecommitdiff
path: root/sysutils/libgtop/patches
AgeCommit message (Collapse)AuthorFilesLines
2019-08-19libgtop: fix build with Perl >= 5.30gutteridge1-0/+72
As of Perl 5.30, it's no longer permitted to set $[ to a non-zero value, which was causing the lib.pl script to fail. Adjust the script to use zero-based indexing. (Upstream has also changed this script accordingly in subsequent releases, but this isn't a straight lift from there, as the ingoing features.def input file format has also changed in intervening releases, and there were other, unrelated changes applied too.) This is a workaround until this package is updated to a newer release (that is non-trivial because of the number of local patches, etc.). Addresses PR pkg/54475.
2019-01-21Implement multi-processor load calculations for NetBSD,youri1-0/+85
this fills the graphs in mate and gnome system monitors.
2018-05-28Fix libgtop for NetBSD by adapting FreeBSD's netload backend.youri2-26/+381
2017-06-23Correct build failure on NetBSD 8.99.1kamil5-6/+64
Fallout from <sys/user.h> removal.
2016-04-28Fix SunOS cpu and network interface detection. Bump PKGREVISION.jperkin3-6/+57
2016-04-07Fix Darwin build.youri3-6/+41
2015-06-06Build fix from Kamil Rytarowski in PR pkg/49934.prlw12-0/+40
While here set LICENSE.
2013-02-26Implement stubs for missing functions on Solaris. This at least gets us ajperkin2-0/+80
working package - help fleshing them out with actual data is appreciated.
2012-03-23sysutils/libgtop: Unbreak DragonFly againmarino1-0/+38
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-01-19update to 2.28.4drochner5-25/+25
changes: -Fix numerous bugs in the FreeBSD backend -Split off OpenBSD code in its own backend, and fixes -Updated translations
2011-11-24sysutils/libgtop: Fix DragonFly (broke 2011/01/19)marino1-3/+12
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-01-19Use SPECIAL_PERMS instead of relying on the package-specific Makefile fromjmmv1-52/+1
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-18Fix the setting of permissions on libgtop_server2 when building withjmmv1-3/+45
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.
2010-11-28update to 2.28.2drochner1-5/+5
changes: translation updates
2010-08-09update to 2.28.1drochner1-6/+6
changes: translation updates
2009-10-30Add upstream URL for patch-ae bug report.wiz1-1/+3
2009-10-30NetBSD-5.99.21 lost struct uvmexp.swap{ins,outs}tnn1-0/+43
2009-08-27Add "model name" to the sysinfo hash table.ahoka1-0/+36
Fixes "Unknown CPU model" bug in gnome-system-monitor.
2009-07-11Add support for DragonFly (incomplete, but builds). Fix PLIST for Linux,hasso14-0/+426
Solaris and FreeBSD. Bump PKGREVISION.
2009-04-07minor fix for NetBSD: get netmask in the right byteorderdrochner1-3/+16
(this is ugly code, should use ioctl instead of kvm) bump PKGREVISION
2009-01-13Update to 2.24.3:wiz1-6/+6
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".
2008-11-16Add processor affinity support, from Juan Romero Pardines -- thank you!wiz1-23/+0
Bump PKGREVISION.
2008-11-15Update to 2.24.0.wiz3-3/+59
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.
2007-11-05update to 2.20.0drochner23-1001/+544
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-09-20Rename libgtop2 to libgtop, to match upstream name.wiz22-0/+1299
2005-05-18Remove gnome1 packages except as needed for gnucash.wiz14-550/+0
Ok'd by jmmv@ and rh@ (gnome 1 maintainers).
2004-04-02Finish move of libgtop from devel to sysutils, incomplete due to conflicts...jmmv8-0/+347
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-02Move libgtop to the sysutils category, coming from devel.jmmv6-0/+203
This is version 1.0.13nb4.
1998-11-01Move "libgtop" package to "devel" category.tron13-925/+0
1998-11-01Make this package build under 1.3.2, fixes PR pkg/6388 by Clifford Wright.tron2-13/+30
1998-10-18Make this package build, at least under -current.tron1-0/+31
1998-10-07Initial import of libgtop-0.26 into the Packages Collection. This isagc12-0/+877
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.