pkgsrc-Changes archive

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

CVS commit: pkgsrc/benchmarks



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Apr 21 16:22:09 UTC 2025

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

Log Message:
*: remove Interix support


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/benchmarks/bonnie/Makefile
cvs rdiff -u -r1.64 -r1.65 pkgsrc/benchmarks/iozone/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.41 pkgsrc/benchmarks/bonnie/Makefile:1.42
--- pkgsrc/benchmarks/bonnie/Makefile:1.41      Sat Dec 23 01:40:26 2023
+++ pkgsrc/benchmarks/bonnie/Makefile   Mon Apr 21 16:22:09 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2023/12/23 01:40:26 zafer Exp $
+# $NetBSD: Makefile,v 1.42 2025/04/21 16:22:09 wiz Exp $
 
 DISTNAME=      bonnie
 PKGNAME=       bonnie-2.06
@@ -10,8 +10,6 @@ MAINTAINER=   pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://www.textuality.com/bonnie/index.html
 COMMENT=       Performance Test of Sequential Filesystem I/O and STDIO
 
-NOT_FOR_PLATFORM=      Interix-*-* # has only 32-bit off_t
-
 NO_CONFIGURE=  yes
 WRKSRC=                ${WRKDIR}
 

Index: pkgsrc/benchmarks/iozone/Makefile
diff -u pkgsrc/benchmarks/iozone/Makefile:1.64 pkgsrc/benchmarks/iozone/Makefile:1.65
--- pkgsrc/benchmarks/iozone/Makefile:1.64      Mon Mar 31 14:13:21 2025
+++ pkgsrc/benchmarks/iozone/Makefile   Mon Apr 21 16:22:09 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.64 2025/03/31 14:13:21 wiz Exp $
+# $NetBSD: Makefile,v 1.65 2025/04/21 16:22:09 wiz Exp $
 
 DISTNAME=      iozone3_493
 PKGNAME=       ${DISTNAME:S/3_/-3./}
@@ -13,8 +13,6 @@ COMMENT=      Benchmark for file read and wri
 # No derivative works
 LICENSE=       iozone-license
 
-NOT_FOR_PLATFORM=      Interix-*-* # has only 32-bit off_t
-
 WRKSRC=                        ${WRKDIR}/${DISTNAME}/src/current
 MAKE_FILE=             makefile
 USE_TOOLS+=            gmake perl tee



Home | Main Index | Thread Index | Old Index