pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/benchmarks/fio



Module Name:    pkgsrc
Committed By:   rillig
Date:           Fri May 22 05:53:36 UTC 2020

Modified Files:
        pkgsrc/benchmarks/fio: Makefile

Log Message:
benchmarks/fio: remove nonexistent file from REPLACE_PYTHON


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/benchmarks/fio/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/benchmarks/fio/Makefile
diff -u pkgsrc/benchmarks/fio/Makefile:1.7 pkgsrc/benchmarks/fio/Makefile:1.8
--- pkgsrc/benchmarks/fio/Makefile:1.7  Fri Apr 17 17:54:34 2020
+++ pkgsrc/benchmarks/fio/Makefile      Fri May 22 05:53:36 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2020/04/17 17:54:34 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2020/05/22 05:53:36 rillig Exp $
 
 DISTNAME=      fio-3.19
 CATEGORIES=    benchmarks
@@ -19,7 +19,6 @@ CONFIGURE_ARGS+=      --prefix=${PREFIX}
 
 REPLACE_BASH+=         tools/genfio
 REPLACE_PYTHON+=       tools/fio_jsonplus_clat2csv
-REPLACE_PYTHON+=       tools/fio_latency2csv.py
 REPLACE_PYTHON+=       tools/fiologparser.py
 REPLACE_PYTHON+=       tools/hist/fiologparser_hist.py
 REPLACE_PYTHON+=       tools/plot/fio2gnuplot



Home | Main Index | Thread Index | Old Index