summaryrefslogtreecommitdiff
path: root/sysutils/memtestplus/Makefile
diff options
context:
space:
mode:
authorjakllsch <jakllsch@pkgsrc.org>2013-12-08 00:35:28 +0000
committerjakllsch <jakllsch@pkgsrc.org>2013-12-08 00:35:28 +0000
commit321003625e9d9f5a47ac4957e0b5eb089ff83b09 (patch)
tree52a9687facf41f4e0c34362e488f35a31bc816ea /sysutils/memtestplus/Makefile
parentcb380eaba821dc590a6ddd2fd83e065175043ae3 (diff)
downloadpkgsrc-321003625e9d9f5a47ac4957e0b5eb089ff83b09.tar.gz
Update memtest86+ to 5.01.
upstream changes: Enhancements in v5.01: New Features Added support for up to 2 TB of RAM on X64 CPUs Added experimental SMT support up to 32 cores (Press F2 to enable at startup) Added complete detection for memory controllers Added Motherboard Manufacturer & Model reporting Added CPU temperature reporting Added enhanced Fail Safe Mode (Press F1 at startup) Added support for Intel "Sandy Bridge-E" CPUs Added support for Intel "Ivy Bridge" CPUs Added preliminary support for Intel "Haswell" CPUs (Core 4th Gen) Added preliminary support for Intel "Haswell-ULT" CPUs Added support for AMD "Kabini" (K16) CPUs Added support for AMD "Bulldozer" CPUs Added support for AMD "Trinity" CPUs Added support for AMD E-/C-/G-/Z- "Bobcat" CPUs Added support for Intel Atom "Pineview" CPUs Added support for Intel Atom "Cedar Trail" CPUs Added SPD detection on most AMD Chipsets Bug Fixes Enforced Coreboot support Optimized run time for faster memory error detection Rewriten lots of memory timings detection cod Corrected bugs, bugs and more bugs (some could remain)
Diffstat (limited to 'sysutils/memtestplus/Makefile')
-rw-r--r--sysutils/memtestplus/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/memtestplus/Makefile b/sysutils/memtestplus/Makefile
index cfb67664a44..79f5676f46a 100644
--- a/sysutils/memtestplus/Makefile
+++ b/sysutils/memtestplus/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.16 2012/10/23 19:51:12 asau Exp $
+# $NetBSD: Makefile,v 1.17 2013/12/08 00:35:28 jakllsch Exp $
#
# Note -- version number also in the do-install rule
-MAJVER=4
-MINVER=20
+MAJVER=5
+MINVER=01
DISTNAME= memtest86+-${MAJVER}.${MINVER}
PKGNAME= memtestplus-${MAJVER}.${MINVER}
@@ -19,7 +19,7 @@ ONLY_FOR_PLATFORM= NetBSD-*-i386 Linux-*-i386 NetBSD-*-x86_64 Linux-*-x86_64
USE_TOOLS+= gmake
SUBST_CLASSES+= delcr
-SUBST_STAGE.delcr= post-build
+SUBST_STAGE.delcr= pre-patch
SUBST_MESSAGE.delcr= Deleting CRs
SUBST_FILES.delcr= README
SUBST_SED.delcr= -e 's/.$$//g'