diff options
author | jlam <jlam> | 2000-07-15 06:10:25 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-07-15 06:10:25 +0000 |
commit | 1c7f908a306f95a669ec7d9b85e4aead456de6a6 (patch) | |
tree | 2a88e1620dc540f9103bd49b869f6343919234f4 /sysutils/aperture | |
parent | 2913a9b7234f24e505d239c934999ecb35e7baf3 (diff) | |
download | pkgsrc-1c7f908a306f95a669ec7d9b85e4aead456de6a6.tar.gz |
Fix module sources after kernel mmap interface change.
Fix error message to say the kernel sources should be for the kernel
you are running.
Diffstat (limited to 'sysutils/aperture')
-rw-r--r-- | sysutils/aperture/Makefile | 5 | ||||
-rw-r--r-- | sysutils/aperture/files/patch-sum | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sysutils/aperture/Makefile b/sysutils/aperture/Makefile index 77aa1dc6717..2b6043d624e 100644 --- a/sysutils/aperture/Makefile +++ b/sysutils/aperture/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/05/11 11:17:55 agc Exp $ +# $NetBSD: Makefile,v 1.4 2000/07/15 06:10:25 jlam Exp $ DISTNAME= apNetBSD PKGNAME= aperture-2.0 @@ -22,7 +22,8 @@ ONLY_FOR_PLATFORM= NetBSD-*-i386 .BEGIN: @if [ ! -f /sys/lib/libkern/libkern.h ]; then \ ${ECHO_MSG} "==================================================="; \ - ${ECHO_MSG} " Kernel sources are required to build LKMs."; \ + ${ECHO_MSG} " Kernel sources for the version of the kernel"; \ + ${ECHO_MSG} " you are running are required to build LKMs."; \ ${ECHO_MSG} " Please fetch them and make a link from /sys"; \ ${ECHO_MSG} " to the kernel source directory (typically"; \ ${ECHO_MSG} " /usr/src/sys)."; \ diff --git a/sysutils/aperture/files/patch-sum b/sysutils/aperture/files/patch-sum index 2d59ea961db..6f235ff40e6 100644 --- a/sysutils/aperture/files/patch-sum +++ b/sysutils/aperture/files/patch-sum @@ -1,5 +1,7 @@ -$NetBSD: patch-sum,v 1.2 2000/04/26 12:15:59 hubertf Exp $ +$NetBSD: patch-sum,v 1.3 2000/07/15 06:10:26 jlam Exp $ MD5 (patch-aa) = 2eff82bf1a230de43a83a4cb4c96eba7 MD5 (patch-ab) = f45a6989db23e6019effe4683898d9c8 MD5 (patch-ac) = bdef667d9a470fa0b1dd02d0098c786f +MD5 (patch-ad) = 0afb58cb173eaf1d7602ef6e4cd2ac48 +MD5 (patch-ae) = 17acb72cf89035ff671af9fcb2f120be |