diff options
author | cube <cube> | 2004-08-03 07:33:05 +0000 |
---|---|---|
committer | cube <cube> | 2004-08-03 07:33:05 +0000 |
commit | 16c84e39527d81682fb8f7dfb62b0cfd352f29e9 (patch) | |
tree | a3b1e9f50c24db335f8af99d7b71fe443bc53238 /sysutils | |
parent | c3df837ac1df715965879b40ef1ab68cc518da1d (diff) | |
download | pkgsrc-16c84e39527d81682fb8f7dfb62b0cfd352f29e9.tar.gz |
Update to version 1.8.2 and apply patch from PR 26523 by Alexander Becher.
The patch correct wrong pointer arithmetics that prevented xosview
from being called with -name option.
Changes since xosview-1.8.1
- Applied sourceforge patch 927112 from Russell Reed which fixes
the swapmeter when USESYSCALLS is defined.
- Applied sourceforge patch 959433 which adds acpi support to
the linux battery meter.
- Applied a patch similar to the sourceforge patch 586184 submitted
by Mark Guertin.
- Linux diskmeter now uses vmstat and thus works with 2.6.
But the units problem (block size) probably still remains.
- Linux pagemeter should now work with 2.6 kernels
- Merge in the fedora-2 nfs patch.
- Merge in the fedora-2 strip patch.
- Merge in the fedora-2 proc patch.
- Merge in the fedora-2 s390 patch.
- Merge in the fedora-2 non-i386 patch.
- Merge in the fedora-2 linux-2.6 kernel (related) patch.
- Add an autogen.sh script. This script runs autoconf to create
the configure script.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/xosview/Makefile | 4 | ||||
-rw-r--r-- | sysutils/xosview/distinfo | 7 |
2 files changed, 6 insertions, 5 deletions
diff --git a/sysutils/xosview/Makefile b/sysutils/xosview/Makefile index 739fa756528..ee118d27153 100644 --- a/sysutils/xosview/Makefile +++ b/sysutils/xosview/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.50 2004/05/31 16:43:45 kristerw Exp $ +# $NetBSD: Makefile,v 1.51 2004/08/03 07:33:05 cube Exp $ -DISTNAME= xosview-1.8.1 +DISTNAME= xosview-1.8.2 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xosview/} diff --git a/sysutils/xosview/distinfo b/sysutils/xosview/distinfo index 95068a26fe3..1a75e2e12db 100644 --- a/sysutils/xosview/distinfo +++ b/sysutils/xosview/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.11 2004/04/21 18:45:09 perry Exp $ +$NetBSD: distinfo,v 1.12 2004/08/03 07:33:05 cube Exp $ -SHA1 (xosview-1.8.1.tar.gz) = 3b74fb0cf01c99ff0a2da3d1f028bb32e4043e8e -Size (xosview-1.8.1.tar.gz) = 237724 bytes +SHA1 (xosview-1.8.2.tar.gz) = 54df604641ebbe6872f631cea34c9d91883bf4da +Size (xosview-1.8.2.tar.gz) = 248859 bytes SHA1 (patch-aa) = cc3de3bb4130724df543f85705b19946fba2577a SHA1 (patch-ab) = 4cb1ed9fad5577a889f22216be2345ace2655307 +SHA1 (patch-am) = 2ff8a500b677f87391d7128c76921f646c91444f |