Octave is a high-level language, primarily intended for numerical computations. It provides a convenient command line interface for solving linear and nonlinear problems numerically, and for performing other numerical experiments. It may also be used as a batch-oriented language. WWW: http://www.octave.org/ 'vcs-git' href='https://www.tfcis.org/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/memtest86+
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* sysutils/memtest86+: remove dependency on gcc48Kyle Evans2021-02-173-2/+49
| | | | | | | | | | | | | | | | | | | | | | | 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
* Convert sysutils/memtest86+ to use the new "build" argument to USE_GCC,Gerald Pfeifer2021-02-031-2/+1
| | | | | | | | replacing direct manipulation of RUN_DEPENDS by the more declarative and simpler USE_GCC=4.8:build. PR: 211154 Approved by: avg (maintainer)
* retire my older email addressAndriy Gapon2020-10-121-2/+1
| | | | | | | | Remove "created by" lines that had it. Change to my @f.o address in maintainer lines. PR: 250204 Approved by: mikael
* Convert to UCL & cleanup pkg-message (categories s)Mathieu Arnold2019-08-141-2/+6
|
* sysutils/memtest86+: Remove gcc run dependencyTobias Kortkamp2019-04-211-1/+2
| | | | | The port provides bootable images only and does not install any userspace binaries or libraries.
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-111-1/+1
| | | | version 1.1.0 (via revision 464079).
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-111-0/+1
| | | | | | | | | | | | | | (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
* sysutils/memtest86+: upgrade from 4.20 to 5.0.1Torsten Zuehlsdorff2016-09-30