freebsd-ports/benchmarks/rawio/Makefile
Edwin Groothuis 04a340f14c [PATCH] benchmarks/rawio has a bug in commandline option parser
run rawio with -s option(size of raw disk device), as follows:
	    % rawio -a -s 30029328k -v 1 /dev/ad4c
	returned:
	    Invalid length specification: -v

	in source rawio.c, it skips parsing argument at one point.

PR:		ports/58567
Submitted by:	OOTOMO Hiroyuki <ootomo@za.wakwak.com>
Approved by:	maintainer timeout
2004-01-10 07:57:35 +00:00

25 lines
519 B
Makefile

# ex:ts=8
# Ports collection makefile for: Rawio
# Date created: Sun Aug 08, 1999
# Whom: David O'Brien (obrien@NUXI.com)
#
# $FreeBSD$
#
PORTNAME= rawio
PORTVERSION= 1.2
PORTREVISION= 1
CATEGORIES= benchmarks
MASTER_SITES= ftp://ftp.lemis.com/pub/
MAINTAINER= grog@FreeBSD.org
COMMENT= Test performance of low-level storage devices
NO_WRKSUBDIR= yes
MAN1= rawio.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/rawio ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/rawio.1 ${PREFIX}/man/man1
.include <bsd.port.mk>