Commit graph

9 commits

Author SHA1 Message Date
Mathieu Arnold
135fdeebb9
all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
Brooks Davis
f2ab442843 Fix build with src r354909 applied.
The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into
errors causing these ports that declare them and use the FreeBSD make
infrastructure as part of their build to fail.

When the offending variables occur in a BSD Makefile, NO_MAN becomes
MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and
MK_PROFILE=no respectively.  When declared in the environment they
become WITHOUT_<FOO>.
2019-11-25 23:25:52 +00:00
Alexey Dokuchaev
c0e21c588c - Drop empty `do-fetch' target: this is the default when both
DISTFILES and PATCHFILES are empty
- Define LICENSE (BSD2CLAUSE)
- Convert 42-line pkg-descr into README file, fix a typo and
  give it better formatting
2019-05-29 12:47:59 +00:00
Alexander Motin
c58f4b5dbd Fix integer type overflow, limiting test range to first 4GB of the media.
Reviewed by:	pjd
2014-03-02 18:19:48 +00:00
Ruslan Ermilov
f6660a90b4 Open device in read-only mode if we're only going to read from it.
Approved by:	pjd
2008-09-26 08:32:46 +00:00
Vasil Dimov
4388450b48 * Make benchmarks/raidtest more accurate and avoid crashes
* Bump PORTVERSION
* s/NOMAN/NO_MAN

PR:		ports/107311
Submitted by:	vd
Approved by:	pjd@FreeBSD.org (maintainer timeout)
2007-01-23 10:26:06 +00:00
David E. O'Brien
c402284b4c Initial cut at making this buildable on 4.x.
It still needs work, but maybe someone else will take it farther.
2004-12-29 01:57:28 +00:00
Pawel Jakub Dawidek
db6e4244c6 Fix compilation on sparc64. 2004-12-08 19:40:33 +00:00
David E. O'Brien
6e46048a1b pjd's src/tools/tools/raidtest as a port. 2004-12-05 04:13:29 +00:00