diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/memtest86/DESCR | 3 | ||||
-rw-r--r-- | sysutils/memtest86/Makefile | 9 |
2 files changed, 10 insertions, 2 deletions
diff --git a/sysutils/memtest86/DESCR b/sysutils/memtest86/DESCR index 10447372f18..3a0ece4d623 100644 --- a/sysutils/memtest86/DESCR +++ b/sysutils/memtest86/DESCR @@ -1,3 +1,6 @@ Memtest86 is a thorough, stand alone memory test for i386 architecture systems. BIOS-based memory tests are only a quick check and often miss failures that are detected by Memtest86. + +This program is no longer maintained upstream as free software. See +memtestplus for the current free-software fork. diff --git a/sysutils/memtest86/Makefile b/sysutils/memtest86/Makefile index b995cc837e3..0c8e1337b2d 100644 --- a/sysutils/memtest86/Makefile +++ b/sysutils/memtest86/Makefile @@ -1,13 +1,18 @@ -# $NetBSD: Makefile,v 1.24 2012/10/23 19:51:12 asau Exp $ +# $NetBSD: Makefile,v 1.25 2014/05/01 15:07:31 gdt Exp $ # DISTNAME= memtest86-4.0 +PKGREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_FREEBSD} +# Newer versions of this software appear to be available only as +# binaries. +# There is a 4.0s on the FreeBSD distfiles site, apparently with +# bugfixes. MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.memtest86.com/ -COMMENT= Thorough, stand alone memory test for x86 arch +COMMENT= Stand alone memory test for x86 arch (no longer maintained) LICENSE= gnu-gpl-v2 ONLY_FOR_PLATFORM= NetBSD-*-i386 Linux-*-i386 |