diff options
author | tron <tron@pkgsrc.org> | 2002-09-15 19:25:38 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-09-15 19:25:38 +0000 |
commit | cf29830eecfa763c8c4ff2e87e11f067cba839c0 (patch) | |
tree | 8b5867a2015579732d0cee4cb07625d6cec46ac3 /sysutils/aperture/Makefile | |
parent | 5de86789ec8a2a7d579886876a690b05096f9c40 (diff) | |
download | pkgsrc-cf29830eecfa763c8c4ff2e87e11f067cba839c0.tar.gz |
Fix a bug in this module which caused a kernel panic when the module was
loaded and unloaded without ever being used. The fix is based on an
analysis provided by MAEKAWA Masahide in private e-mail. Bump package
revision to reflect change.
Diffstat (limited to 'sysutils/aperture/Makefile')
-rw-r--r-- | sysutils/aperture/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/aperture/Makefile b/sysutils/aperture/Makefile index 979d0eb6097..869c3e1c49e 100644 --- a/sysutils/aperture/Makefile +++ b/sysutils/aperture/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2002/09/14 08:14:22 tron Exp $ +# $NetBSD: Makefile,v 1.22 2002/09/15 19:25:38 tron Exp $ DISTNAME= apNetBSD PKGNAME= aperture-2.0 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= sysutils x11 EXTRACT_SUFX= .shar |