Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jun 2007 13:08:50 +0400
From:      "Andrew Pantyukhin" <sat@FreeBSD.org>
To:        "Xin LI" <delphij@freebsd.org>, cvs-all@freebsd.org, cvs-ports@freebsd.org, ports-committers@freebsd.org, "CHAO Shin" <quakelee@cn.FreeBSD.org>
Subject:   Re: cvs commit: ports/benchmarks/iozone Makefile
Message-ID:  <cb5206420706150208s51b60f83r5df09ac6d49328f@mail.gmail.com>
In-Reply-To: <20070615081148.F318016A47D@hub.freebsd.org>
References:  <200706150811.l5F8Be2B093427@repoman.freebsd.org> <20070615081148.F318016A47D@hub.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 6/15/07, Xin LI <delphij@freebsd.org> wrote:
> delphij     2007-06-15 08:11:40 UTC
>
>   FreeBSD ports repository
>
>   Modified files:
>     benchmarks/iozone    Makefile
>   Log:
>   Add an option to use ssh instead of rsh in distributed measurement.
>
>   PR:             ports/113048
>   Submitted by:   CHAO Shin <quakelee cn.FreeBSD.org>
>   Approved by:    maintainer timeout
>
>   Revision  Changes    Path
>   1.50      +6 -2      ports/benchmarks/iozone/Makefile
> _______________________________________________
> cvs-all@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/cvs-all
> To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
>
>
> Index: ports/benchmarks/iozone/Makefile
> diff -u ports/benchmarks/iozone/Makefile:1.49 ports/benchmarks/iozone/Makefile:1.50
> --- ports/benchmarks/iozone/Makefile:1.49       Sat May 26 03:16:04 2007
> +++ ports/benchmarks/iozone/Makefile    Fri Jun 15 08:11:40 2007
> @@ -7,7 +7,7 @@
>
>  PORTNAME=      iozone
>  PORTVERSION=   3.283
> -PORTREVISION=  0
> +PORTREVISION=  1
>  CATEGORIES=    benchmarks
>  MASTER_SITES=  http://www.iozone.org/src/current/
>  DISTNAME=      ${PORTNAME}${PORTVERSION:S/./_/}
> @@ -27,7 +27,8 @@
>  MAN1=          iozone.1
>  PLIST_FILES=   bin/iozone
>
> -OPTIONS=       THREADS "Enable threading (uses pthreads)"      on
> +OPTIONS=       THREADS "Enable threading (uses pthreads)"      on \
> +               SSH "Use ssh in distributed measurement"        on
>
>  .include <bsd.port.pre.mk>
>
> @@ -38,6 +39,9 @@
>  CFLAGS+=-DNO_THREADS
>  .endif
>
> +post-patch:
> +       ${REINPLACE_CMD} -e 's|shell\,\"rsh\"|shell\,\"ssh\"|' ${WRKSRC}/iozone.c
> +

This was supposed to be conditional, right?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?cb5206420706150208s51b60f83r5df09ac6d49328f>