head	1.5;
access;
symbols
	pkgsrc-2013Q2:1.5.0.54
	pkgsrc-2013Q2-base:1.5
	pkgsrc-2012Q4:1.5.0.52
	pkgsrc-2012Q4-base:1.5
	pkgsrc-2011Q4:1.5.0.50
	pkgsrc-2011Q4-base:1.5
	pkgsrc-2011Q2:1.5.0.48
	pkgsrc-2011Q2-base:1.5
	pkgsrc-2009Q4:1.5.0.46
	pkgsrc-2009Q4-base:1.5
	pkgsrc-2008Q4:1.5.0.44
	pkgsrc-2008Q4-base:1.5
	pkgsrc-2008Q3:1.5.0.42
	pkgsrc-2008Q3-base:1.5
	cube-native-xorg:1.5.0.40
	cube-native-xorg-base:1.5
	pkgsrc-2008Q2:1.5.0.38
	pkgsrc-2008Q2-base:1.5
	pkgsrc-2008Q1:1.5.0.36
	pkgsrc-2008Q1-base:1.5
	pkgsrc-2007Q4:1.5.0.34
	pkgsrc-2007Q4-base:1.5
	pkgsrc-2007Q3:1.5.0.32
	pkgsrc-2007Q3-base:1.5
	pkgsrc-2007Q2:1.5.0.30
	pkgsrc-2007Q2-base:1.5
	pkgsrc-2007Q1:1.5.0.28
	pkgsrc-2007Q1-base:1.5
	pkgsrc-2006Q4:1.5.0.26
	pkgsrc-2006Q4-base:1.5
	pkgsrc-2006Q3:1.5.0.24
	pkgsrc-2006Q3-base:1.5
	pkgsrc-2006Q2:1.5.0.22
	pkgsrc-2006Q2-base:1.5
	pkgsrc-2006Q1:1.5.0.20
	pkgsrc-2006Q1-base:1.5
	pkgsrc-2005Q4:1.5.0.18
	pkgsrc-2005Q4-base:1.5
	pkgsrc-2005Q3:1.5.0.16
	pkgsrc-2005Q3-base:1.5
	pkgsrc-2005Q2:1.5.0.14
	pkgsrc-2005Q2-base:1.5
	pkgsrc-2005Q1:1.5.0.12
	pkgsrc-2005Q1-base:1.5
	pkgsrc-2004Q4:1.5.0.10
	pkgsrc-2004Q4-base:1.5
	pkgsrc-2004Q3:1.5.0.8
	pkgsrc-2004Q3-base:1.5
	pkgsrc-2004Q2:1.5.0.6
	pkgsrc-2004Q2-base:1.5
	pkgsrc-2004Q1:1.5.0.4
	pkgsrc-2004Q1-base:1.5
	pkgsrc-2003Q4:1.5.0.2
	pkgsrc-2003Q4-base:1.5
	buildlink2-base:1.5
	netbsd-1-5-PATCH001:1.1.1.1
	pkgsrc-base:1.1.1.1
	TNF:1.1.1;
locks; strict;
comment	@# @;


1.5
date	2002.03.07.14.46.21;	author wiz;	state dead;
branches;
next	1.4;

1.4
date	2002.01.24.15.50.45;	author wiz;	state Exp;
branches;
next	1.3;

1.3
date	2001.12.25.22.08.52;	author wiz;	state Exp;
branches;
next	1.2;

1.2
date	2001.07.09.16.31.36;	author wiz;	state Exp;
branches;
next	1.1;

1.1
date	2001.04.27.11.28.32;	author agc;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2001.04.27.11.28.32;	author agc;	state Exp;
branches;
next	;


desc
@@


1.5
log
@memtest has been renamed to memtest86.
@
text
@# $NetBSD: Makefile,v 1.4 2002/01/24 15:50:45 wiz Exp $
#

DISTNAME=		memtest86-2.8a
PKGNAME=		memtest-2.8
CATEGORIES=		sysutils
MASTER_SITES=		http://www.memtest86.com/

MAINTAINER=		collver@@linuxfreemail.com
HOMEPAGE=		http://www.memtest86.com/
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}

do-install:
	${INSTALL_DATA_DIR} ${PREFIX}/mdec
	${CP} ${WRKSRC}/memtest.bin ${PREFIX}/mdec
	${INSTALL_DATA_DIR} ${PREFIX}/share/doc/memtest
	${CP} ${WRKSRC}/README ${PREFIX}/share/doc/memtest

.include "../../mk/bsd.pkg.mk"
@


1.4
log
@Restrict to new-toolchain systems because of assembler problems.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2001/12/25 22:08:52 wiz Exp $
@


1.3
log
@Update to 2.8. Changes since 2.6:
o Eric Biederman reworked the build process making it far simpler and also
  to produce a network bootable ELF image.
o Re-wrote the memory and cache speed detection code.  Previuosly the
  reported numbers were inaccurate for intel CPU's and completely wrong
  for Athlon/Duron CPU's.
o By default the serial console is disabled since this was slowing
  down testing.
o Added CPU detection for Pentium 4.
o Expanded workaround for errors caused by BIOS USB keyboard support to
  include test #5.
o Re-worked L1 / L2 cache detection code to provide clearer reporting.
o Fixed an obvious bug in the computation of cache and memory speeds.
o Changed on-line menu to stay in the menu between option selections.
o Fixed bugs in the test restart and redraw code.
o Adjusted code size to fix compilation problems with RedHat 7.1.
o Misc updates to the documentation.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2001/07/09 16:31:36 wiz Exp $
d14 1
a14 1
ONLY_FOR_PLATFORM=	NetBSD-*-i386
@


1.2
log
@Update to 2.6 by the maintainer Ben Collver via pkg/13408.
Changes since 2.5:
* Added workaround for errors caused by BIOS USB keyboard support.
* Fixed problems with reporting of 1 GHZ + processor speeds.
* Fixed Duron cache detection.
* Added screen buffer so that menus will work correctly from a serial
  console.
* The Memtest86 image is now built in ELF format.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1.1.1 2001/04/27 11:28:32 agc Exp $
d4 2
a5 2
DISTNAME=		memtest86-2.6
PKGNAME=		memtest-2.6
d10 1
a10 1
HOMEPAGE=		http://www.memtest86.com
a12 2
BUILD_DEPENDS+=		bcc-95.3.12:../../devel/bcc

d15 1
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
# $NetBSD$
d4 2
a5 2
DISTNAME=		memtest86-2.5
PKGNAME=		memtest-2.5
d7 1
a7 1
MASTER_SITES=		http://reality.sgi.com/cbrady_denver/memtest86/
d10 1
a10 1
HOMEPAGE=		http://reality.sgi.com/cbrady_denver/memtest86/
@


1.1.1.1
log
@Initial import of memtest-2.5 into the packages collection.

This package was provided in PR 12595 by Ben Collver
(collver@@linuxfreemail.com)

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.
@
text
@@
