diff options
author | jakllsch <jakllsch> | 2010-07-08 18:54:22 +0000 |
---|---|---|
committer | jakllsch <jakllsch> | 2010-07-08 18:54:22 +0000 |
commit | 0a35c0998202cea8922a442f24fcecb62371298d (patch) | |
tree | 4d107e3769be0603aba45ee47575787feb240928 /sysutils/memtestplus/Makefile | |
parent | 5fe0528c6942986131370ab1ef92388d42ca1f88 (diff) | |
download | pkgsrc-0a35c0998202cea8922a442f24fcecb62371298d.tar.gz |
Update memtest86+ to 4.10 with blessing of smb@.
Package changes:
Move base address to 0x100000, similar to that of the NetBSD/x86 kernel.
Hopefully this will avoid trampling something important in low memory.
This appears to work fine on the limited number of machines I tested.
Upstream changes from 4.00 to 4.10:
+ New Features
- Added support for Core i7 Extreme CPU (32nm)
- Added support for Core i5/i3 (32nm)
- Added support for Pentium Gxxxx (32nm)
- Added support for Westmere-based Xeon
- Added preliminary support for Intel Sandy Bridge
- Added support for AMD 6-cores CPU
- Added detection for Intel 3200/3210
- New installer for USB Key
+ Bug Fixes
- Corrected a crash at startup
- Many others bug fixes
Diffstat (limited to 'sysutils/memtestplus/Makefile')
-rw-r--r-- | sysutils/memtestplus/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/memtestplus/Makefile b/sysutils/memtestplus/Makefile index 75d68629715..a9f1cfaaaa1 100644 --- a/sysutils/memtestplus/Makefile +++ b/sysutils/memtestplus/Makefile @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.12 2009/12/27 18:08:12 jakllsch Exp $ +# $NetBSD: Makefile,v 1.13 2010/07/08 18:54:22 jakllsch Exp $ # # Note -- version number also in the do-install rule MAJVER=4 -MINVER=00 +MINVER=10 DISTNAME= memtest86+-${MAJVER}.${MINVER} PKGNAME= memtestplus-${MAJVER}.${MINVER} -PKGREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.memtest.org/download/${MAJVER}.${MINVER}/ |