diff options
author | gdt <gdt@pkgsrc.org> | 2014-05-01 15:07:31 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2014-05-01 15:07:31 +0000 |
commit | ec994b6358c09639a15de327900a15e3054641c4 (patch) | |
tree | 8b6a504fbd5135994f69fa02514bc13bb74e6384 /sysutils | |
parent | 62056d0401b9d353dcb091ae39f4ade090280d85 (diff) | |
download | pkgsrc-ec994b6358c09639a15de327900a15e3054641c4.tar.gz |
Note that this program is no longer maintained upstream as Free
software and point to memtestplus.
Note the presence of 4.0s on the FreeBSD distfiles site.
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 |