diff options
author | cube <cube@pkgsrc.org> | 2004-08-03 07:33:05 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2004-08-03 07:33:05 +0000 |
commit | a4d374f949522496e16a8e5fe0d70f399d92f961 (patch) | |
tree | a3b1e9f50c24db335f8af99d7b71fe443bc53238 /sysutils/xosview/Makefile | |
parent | de34e9ebe77cbcad6552f1412038d6d623b61816 (diff) | |
download | pkgsrc-a4d374f949522496e16a8e5fe0d70f399d92f961.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/xosview/Makefile')
-rw-r--r-- | sysutils/xosview/Makefile | 4 |
1 files changed, 2 insertions, 2 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/} |