Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 3091B7A2AF for ; Sat, 9 Jul 2016 11:48:14 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D76ED85EB1; Sat, 9 Jul 2016 11:48:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6814185E46 for ; Sat, 9 Jul 2016 11:48:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Raq2WU3lS3f2 for ; Sat, 9 Jul 2016 11:48:13 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id C725684CFD for ; Sat, 9 Jul 2016 11:48:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BD57CFBB5; Sat, 9 Jul 2016 11:48:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1468064892287010" MIME-Version: 1.0 Date: Sat, 9 Jul 2016 11:48:12 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/benchmarks/iozone To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20160709114812.BD57CFBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1468064892287010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Sat Jul 9 11:48:12 UTC 2016 Modified Files: pkgsrc/benchmarks/iozone: Makefile Log Message: Fixed some pkglint warnings. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 pkgsrc/benchmarks/iozone/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1468064892287010 Content-Disposition: inline Content-Length: 1035 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/benchmarks/iozone/Makefile diff -u pkgsrc/benchmarks/iozone/Makefile:1.56 pkgsrc/benchmarks/iozone/Makefile:1.57 --- pkgsrc/benchmarks/iozone/Makefile:1.56 Sat Jul 9 06:37:50 2016 +++ pkgsrc/benchmarks/iozone/Makefile Sat Jul 9 11:48:12 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2016/07/09 06:37:50 wiz Exp $ +# $NetBSD: Makefile,v 1.57 2016/07/09 11:48:12 rillig Exp $ DISTNAME= iozone3_430 PKGNAME= ${DISTNAME:S/3_/-3./} @@ -44,15 +44,15 @@ BUILD_TARGET= ${OPSYS} BUILD_TARGET= generic .endif -REPLACE_PERL = iozone_visualizer.pl report.pl +REPLACE_PERL= iozone_visualizer.pl report.pl SUBST_CLASSES+= crlf SUBST_MESSAGE.crlf= Stripping EOL CR in ${REPLACE_PERL} SUBST_STAGE.crlf= post-extract SUBST_FILES.crlf= ${REPLACE_PERL} SUBST_FILTER_CMD.crlf= ${TR} -d '\r' -EGDIR = share/examples/IOzone -DOCDIR = share/doc/IOzone +EGDIR= share/examples/IOzone +DOCDIR= share/doc/IOzone INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${EGDIR} ${DOCDIR} .include "options.mk" --_----------=_1468064892287010--