Port details |
- memtest86+ Stand-alone memory test for x86 architecture computers
- 5.01_5 sysutils
=7 5.01_5Version of this port present on the latest quarterly branch. - Maintainer: avg@FreeBSD.org
 - Port Added: 2009-03-31 22:23:39
- Last Update: 2023-04-23 09:09:58
- Commit Hash: 8d3e020
- People watching this port, also watch:: ffmpeg, phpMyAdmin-php81, openssl, pfstat, pftop
- License: GPLv2
- WWW:
- https://www.memtest.org/
- Description:
- Memtest86+ is a stand-alone memory test for x86 architecture computers
based on the well-known original memtest86 written by Chris Brady.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- memtest86+>0:sysutils/memtest86+
- To install the port:
- cd /usr/ports/sysutils/memtest86+/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/memtest86+
- pkg install memtest86+
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: memtest86+
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: i386 amd64
- distinfo:
- TIMESTAMP = 1465956443
SHA256 (memtest86+-5.01.tar.gz) = 142127b7953fbd829b1057fb64a78d3340c2b771484230a7347e94530a0d9039
SIZE (memtest86+-5.01.tar.gz) = 214877
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- gcc12 : lang/gcc12
- as : devel/binutils
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for memtest86+-5.01_5:
DOCS=on: Build and/or install documentation
HISPEED=off: Set COM1 serial console speed to 115200
SERIAL=off: Enable serial console at COM1/9600
====> Options available for the multi BOOT_TYPE: you have to choose at least one of them
ISO=off: Build bootable ISO image
BOOT=on: Build ELF image loadable by boot2 and loader
===> Use 'make config' to modify these settings
- Options name:
- sysutils_memtest86+
- USES:
- gmake
- pkg-message:
- For install:
- This port has installed ELF image of memtest86+ to
/boot/opt/memtest86+. You can load it from from boot prompt by
interrupting boot process and entering
N:ad(M,a)/boot/opt/memtest86+
where N and M denote proper disk and slice numbers. See boot(8) for
details.
Alternatively you can load the image from loader prompt by escaping to
it and entering the following commands:
unload
load /boot/opt/memtest86+
boot
As already advised, see loader(8) for details.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.01_5 23 Apr 2023 09:09:58
    |
Gerald Pfeifer (gerald)  |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
5.01_4 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
5.01_4 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
5.01_4 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
5.01_4 17 Feb 2021 01:36:15
  |
kevans  |
sysutils/memtest86+: remove dependency on gcc48
This is one of three ports still explicitly dependent on lang/gcc48. The
problems that were preventing the upgrade were as follows:
- The __OUT*/__IN* macros in io.h were declaring the produced functions as
extern, yielding multiple "definitions." They're inline asm, so just give
them static linkage.
- reboot was declared inline with non-static linkage, thus leaving it in a
weird state where it wasn't visible within the same CU or another CU.
Drop the inline for now; if it really needs to be inlined, it can be
moved into a header and declared `static inline`.
I made these changes, then discovered there's a 5.31b that's still in
testing. I checked the archive for that and was delighted to discover these
changes had already actually been made there, too, so let's consider this a
backport.
PR: 253303
Approved by: avg (maintainer)
MFH: 2021Q1 |
5.01_3 03 Feb 2021 08:34:09
  |
gerald  |
Convert sysutils/memtest86+ to use the new "build" argument to USE_GCC,
replacing direct manipulation of RUN_DEPENDS by the more declarative and
simpler USE_GCC=4.8:build.
PR: 211154
Approved by: avg (maintainer) |
5.01_3 12 Oct 2020 12:15:38
  |
avg  |
retire my older email address
Remove "created by" lines that had it.
Change to my @f.o address in maintainer lines.
PR: 250204
Approved by: mikael |
5.01_3 14 Aug 2019 12:16:13
  |
mat  |
Convert to UCL & cleanup pkg-message (categories s) |
5.01_3 20 Apr 2019 16:25:42
  |
tobik  |
sysutils/memtest86+: Remove gcc run dependency
The port provides bootable images only and does not install any
userspace binaries or libraries. |
5.01_2 10 Mar 2018 17:46:06
  |
gerald  |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
5.01_1 10 Sep 2017 20:55:39
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
5.01 30 Sep 2016 11:40:44
  |
tz  |
sysutils/memtest86+: upgrade from 4.20 to 5.0.1
- 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 (Only the first 15 lines of the commit message are shown above ) |
4.20_2 01 Apr 2016 14:25:18
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
4.20_2 22 May 2015 20:34:29
  |
mat  |
Remove $FreeBSD$ from patches files everywhere.
With hat: portmgr
Sponsored by: Absolight |
4.20_2 22 Apr 2015 22:59:31
  |
amdmi3  |
- Add empty directory to plist
Approved by: portmgr blanket |
4.20_2 25 Jan 2015 11:45:46
  |
rodrigo  |
Fix build when ISO option is selected.
PR: 188149
Submitted by: Lawrence Chen <beastie@tardisi.com> |
4.20_2 07 Oct 2014 17:13:19
  |
bapt  |
Simplify plist management |
4.20_2 16 Jun 2014 13:51:38
  |
bapt  |
Remove run dependency on gcc, this is wrong [1]
While here do not print twice the pkg-message
Reported by: pjd [1] |
4.20_2 24 Mar 2014 00:52:35
  |
swills  |
- Stagify
- Replace USE_GMAKE and USE_DOS2UNIX with respective USES=
- Add USE_GCC= yes, as it won't build with clang34
PR: ports/187415
Submitted by: Johannes Jost Meixner <xmj@chaot.net>
Approved by: Andriy Gapon <avg@icyb.net.ua> (maintainer) |
4.20_1 20 Sep 2013 23:06:00
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
4.20_1 26 Apr 2013 12:35:51
  |
bapt  |
Remove USE_CDRTOOLS from bsd.port.mk
This macros has been useless since cdrtools-cjk port has gone.
This macros also lead to badly handled dependencies assuming that the dependency
on cdrtools was most BUILD and RUN dependency. While most of the time it is
simply a RUN dependency and sometime a build one.
While here:
- Trim some headers
- Convert some ports to optionsng
- Convert some ports to USES= gettext |
4.20_1 18 Apr 2012 20:55:35
 |
marck  |
Add a knob for serial console speed, and make 9600 the default.
Requested by: kib |
4.20 11 May 2011 11:42:14
 |
culot  |
- Update to 4.20
PR: ports/156956
Submitted by: Andriy Gapon <avg@icyb.net.ua> (maintainer) |
4.10_1 18 Nov 2010 13:45:10
 |
marck  |
Add a knob to enable serial console (com1@115200), default to off.
Some cosmetics to make portlint a bit happier.
Approved by: avg@ (maintainer) |
4.10 24 Oct 2010 22:03:53
 |
pav  |
- Correct typo in the 6.X unbreak |
4.10 13 Oct 2010 20:35:34
 |
marck  |
Make it buildable of FreeBSD 6 (precisely, on pre-gcc 4.2 worlds) again by
removing -fno-stack-protector conditionally.
Reported by: pav (thanks for pointing out to recommended way to apply)
Approved by: avg (implicit) |
4.10 05 Oct 2010 15:21:23
 |
marck  |
Update to 4.10.
Approved by: avg (maintainer)
PR: ports/151199 |
4.00 30 Sep 2009 07:40:31
 |
amdmi3  |
- Update to 4.00
PR: 139218
Submitted by: Andriy Gapon <avg@icyb.net.ua> (maintainer)
Feature safe: yes |
2.11 31 Mar 2009 22:23:19
 |
danfe  |
Add memtest86+ 2.11, stand-alone memory test for x86 architecture
computers.
PR: ports/132700 (based on)
Submitted by: Andriy Gapon |