summaryrefslogtreecommitdiff
path: root/sysutils/memtest86/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-03-07 15:05:23 +0000
committerwiz <wiz@pkgsrc.org>2002-03-07 15:05:23 +0000
commit6fb3cc122bddec544a1caea838449a9fd57f9f24 (patch)
treeed0824b9a389fbce8ed916f1c3f63dbbc8374d38 /sysutils/memtest86/Makefile
parentf014654bc278a25d030e3212ae7709e214959ecf (diff)
downloadpkgsrc-6fb3cc122bddec544a1caea838449a9fd57f9f24.tar.gz
Update to 2.9.
Changes: The memory sizing code has been completely rewritten. By default Memtest86 gets a memory map from the BIOS that is now used to find available memory. A new online configuration option provides three choices for how memory will be sized, including the old "probe" method. The default mode generally will not test all of memory, but should be more stable. See the "Memory Sizing" section for details. Testing of more than 2gb of memory should now work. A number of bugs were found and corrected that prevented testing above 2gb. Testing with more than 2gb has been limited and there could be problems with a full 4gb of memory. Memory is divided into segments for testing. This allow for frequent progress updates and responsiveness to interactive commands. The memory segment size has been increased from 16 to 32mb. This should improve testing effectivness but progress reports will be less frequent. Minor bug fixes.
Diffstat (limited to 'sysutils/memtest86/Makefile')
-rw-r--r--sysutils/memtest86/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/sysutils/memtest86/Makefile b/sysutils/memtest86/Makefile
index bbc6cc32e51..8c948a14d99 100644
--- a/sysutils/memtest86/Makefile
+++ b/sysutils/memtest86/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/03/07 14:44:36 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2002/03/07 15:05:23 wiz Exp $
#
-DISTNAME= memtest86-2.8a
-PKGNAME= memtest86-2.8.1
+DISTNAME= memtest86-2.9
CATEGORIES= sysutils
MASTER_SITES= http://www.memtest86.com/
@@ -12,7 +11,6 @@ COMMENT= thorough, stand alone memory test for x86 arch
USE_GMAKE= yes
ONLY_FOR_PLATFORM= NetBSD-1.5[Y-Z]*-i386 NetBSD-1.[6-9]*-i386
-WRKSRC= ${WRKDIR}/${DISTNAME:S/a$//}
post-patch:
${CP} ${FILESDIR}/linkage.h ${WRKSRC}