Problems found with existing digests:
Package memconf distfile memconf-2.16/memconf.gz
b6f4b736cac388dddc5070670351cf7262aba048 [recorded]
95748686a5ad8144232f4d4abc9bf052721a196f [calculated]
Problems found locating distfiles:
Package dc-tools: missing distfile dc-tools/abs0-dc-burn-netbsd-1.5-0-gae55ec9
Package ipw-firmware: missing distfile ipw2100-fw-1.2.tgz
Package iwi-firmware: missing distfile ipw2200-fw-2.3.tgz
Package nvnet: missing distfile nvnet-netbsd-src-20050620.tgz
Package syslog-ng: missing distfile syslog-ng-3.7.2.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
- Fix the manpage path in the Makefile
- Adapt the memmeter.cc changes to pagemeter so it doesn't use kmem
to get uvmexp.
- struct schedstate_percpu is no longer a public interface outside
the kernel
- Add netIface support for NetBSD. Now you can monitor only one network
interface. See the manpage for more details. This change is allready
present in the sourceforge tree.
- PKGREVISION++
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.
Fixes PR 35265, although I did not use the patch provided therein.
packages with the modular Xorg equivalent. Those are falling back
to the old location by default, so this commmit doesn't change
dependencies.
graphics/xpm ==> x11/libXpm
fonts/Xft2 ==> x11/libXft
x11/Xfixes ==> x11/libXfixes
x11/xcursor ==> x11/libXcursor
x11/Xrender ==> x11/libXrender
x11/Xrandr ==> libXrandr
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.