Date: Fri, 15 Jun 2007 11:27:26 +0200 From: Pav Lucistnik <pav@FreeBSD.org> To: Alexey Dokuchaev <danfe@FreeBSD.org> Cc: infofarmer@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org, Xin LI <delphij@FreeBSD.org>, cvs-ports@FreeBSD.org, CHAO Shin <quakelee@cn.FreeBSD.org> Subject: Re: cvs commit: ports/benchmarks/iozone Makefile Message-ID: <1181899646.49728.39.camel@pav.hide.vol.cz> In-Reply-To: <20070615092255.GA12182@FreeBSD.org> References: <200706150811.l5F8Be2B093427@repoman.freebsd.org> <20070615081148.F318016A47D@hub.freebsd.org> <cb5206420706150208s51b60f83r5df09ac6d49328f@mail.gmail.com> <20070615092255.GA12182@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--=-6H/PSGY2L9O+xYc25o6u Content-Type: text/plain; charset=ISO8859-2 Content-Transfer-Encoding: quoted-printable Alexey Dokuchaev p=ED=B9e v p=E1 15. 06. 2007 v 09:22 +0000: > On Fri, Jun 15, 2007 at 01:08:50PM +0400, Andrew Pantyukhin wrote: > > 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=20 > > >ports/benchmarks/iozone/Makefile:1.50 > > >--- ports/benchmarks/iozone/Makefile:1.49 Sat May 26 03:16:04 20= 07 > > >+++ ports/benchmarks/iozone/Makefile Fri Jun 15 08:11:40 2007 > > >@@ -7,7 +7,7 @@ > > > > > > PORTNAME=3D iozone > > > PORTVERSION=3D 3.283 > > >-PORTREVISION=3D 0 > > >+PORTREVISION=3D 1 > > > CATEGORIES=3D benchmarks > > > MASTER_SITES=3D http://www.iozone.org/src/current/ > > > DISTNAME=3D ${PORTNAME}${PORTVERSION:S/./_/} > > >@@ -27,7 +27,8 @@ > > > MAN1=3D iozone.1 > > > PLIST_FILES=3D bin/iozone > > > > > >-OPTIONS=3D THREADS "Enable threading (uses pthreads)" on > > >+OPTIONS=3D THREADS "Enable threading (uses pthreads)" on \ > > >+ SSH "Use ssh in distributed measurement" on > > > > > > .include <bsd.port.pre.mk> > > > > > >@@ -38,6 +39,9 @@ > > > CFLAGS+=3D-DNO_THREADS > > > .endif > > > > > >+post-patch: > > >+ ${REINPLACE_CMD} -e 's|shell\,\"rsh\"|shell\,\"ssh\"|'=20 > > >${WRKSRC}/iozone.c > > >+ >=20 > It also looks prettier in OPTIONS dialog if one spells either "SSH" > or "ssh(1)". "ssh" is perfectly valid spelling. --=20 Pav Lucistnik <pav@oook.cz> <pav@FreeBSD.org> Alignment: Neutral Greedy --=-6H/PSGY2L9O+xYc25o6u Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?UTF-8?Q?digit=C3=A1ln=C4=9B?= =?ISO-8859-1?Q?_podepsan=E1?= =?UTF-8?Q?_=C4=8D=C3=A1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBGclt7ntdYP8FOsoIRAjYXAKC0i411iC6ZX/gSvDbX2JgSJAfRIwCglRVy B4QuBGLacc9PJ5NRJDS5xgg= =9rNS -----END PGP SIGNATURE----- --=-6H/PSGY2L9O+xYc25o6u--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1181899646.49728.39.camel>