pkgsrc-Changes archive

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

CVS commit: pkgsrc/benchmarks/bonnie++



Module Name:    pkgsrc
Committed By:   rillig
Date:           Mon May 18 05:23:26 UTC 2020

Modified Files:
        pkgsrc/benchmarks/bonnie++: Makefile

Log Message:
benchmarks/bonnie++: clean up REPLACE_PERL

bon_csv2html has been rewritten in C++.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/benchmarks/bonnie++/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/bonnie++/Makefile
diff -u pkgsrc/benchmarks/bonnie++/Makefile:1.38 pkgsrc/benchmarks/bonnie++/Makefile:1.39
--- pkgsrc/benchmarks/bonnie++/Makefile:1.38    Sun Feb  9 20:02:45 2020
+++ pkgsrc/benchmarks/bonnie++/Makefile Mon May 18 05:23:26 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2020/02/09 20:02:45 rillig Exp $
+# $NetBSD: Makefile,v 1.39 2020/05/18 05:23:26 rillig Exp $
 #
 
 DISTNAME=      bonnie++-1.97.3
@@ -14,7 +14,7 @@ COMMENT=      Enhanced performance Test of Fi
 USE_LANGUAGES=         c c++
 GNU_CONFIGURE=         YES
 USE_TOOLS+=            gmake perl:run tee
-REPLACE_PERL+=         bon_csv2txt.in bon_csv2html.in
+REPLACE_PERL+=         bon_csv2txt.in
 
 INSTALLATION_DIRS=     bin share/doc/bonnie++ ${PKGMANDIR}/man1 ${PKGMANDIR}/man8
 



Home | Main Index | Thread Index | Old Index