Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/benchmarks/fio fio: Couple of SunOS fixes.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ff99fd91698e
branches:  trunk
changeset: 430346:ff99fd91698e
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Apr 30 09:42:27 2020 +0000

description:
fio: Couple of SunOS fixes.

diffstat:

 benchmarks/fio/distinfo                 |   4 +++-
 benchmarks/fio/patches/patch-Makefile   |  15 +++++++++++++++
 benchmarks/fio/patches/patch-diskutil.h |  14 ++++++++++++++
 3 files changed, 32 insertions(+), 1 deletions(-)

diffs (50 lines):

diff -r f1eb97b2f735 -r ff99fd91698e benchmarks/fio/distinfo
--- a/benchmarks/fio/distinfo   Thu Apr 30 09:37:44 2020 +0000
+++ b/benchmarks/fio/distinfo   Thu Apr 30 09:42:27 2020 +0000
@@ -1,6 +1,8 @@
-$NetBSD: distinfo,v 1.6 2020/04/17 17:54:34 wiz Exp $
+$NetBSD: distinfo,v 1.7 2020/04/30 09:42:27 jperkin Exp $
 
 SHA1 (fio-3.19.tar.gz) = 02503623deb40fae2b12c09cdf5f4b9339902f7b
 RMD160 (fio-3.19.tar.gz) = 1bfeee6af3fd5b94d134df9ca3c308dd84e7e24d
 SHA512 (fio-3.19.tar.gz) = 2154fb1c91f30c56182a85f0011ad5d1d25f3857a33165ea46f15a413bc8e47d0150026a7f87e901bcb5d587bc96bf22e62bc689bcfdc99976d82808f58a99fe
 Size (fio-3.19.tar.gz) = 1006012 bytes
+SHA1 (patch-Makefile) = 68e3c357c0b91ac121b02bd4d5d0ca3c637dbc15
+SHA1 (patch-diskutil.h) = 711c141f8ed6fbd2786da243b3324937c6e198d6
diff -r f1eb97b2f735 -r ff99fd91698e benchmarks/fio/patches/patch-Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/benchmarks/fio/patches/patch-Makefile     Thu Apr 30 09:42:27 2020 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-Makefile,v 1.5 2020/04/30 09:42:27 jperkin Exp $
+
+Use pkgsrc install.
+
+--- Makefile.orig      2020-03-12 17:12:50.000000000 +0000
++++ Makefile
+@@ -358,7 +358,7 @@ ifndef V
+ endif
+ endif
+ 
+-ifeq ($(CONFIG_TARGET_OS), SunOS)
++ifeq ($(CONFIG_TARGET_OS), notSunOS)
+       INSTALL = ginstall
+ else
+       INSTALL = install
diff -r f1eb97b2f735 -r ff99fd91698e benchmarks/fio/patches/patch-diskutil.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/benchmarks/fio/patches/patch-diskutil.h   Thu Apr 30 09:42:27 2020 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-diskutil.h,v 1.1 2020/04/30 09:42:27 jperkin Exp $
+
+Include limits.h for PATH_MAX.
+
+--- diskutil.h.orig    2020-03-12 17:12:50.000000000 +0000
++++ diskutil.h
+@@ -2,6 +2,7 @@
+ #define FIO_DISKUTIL_H
+ #define FIO_DU_NAME_SZ                64
+ 
++#include <limits.h>
+ #include "helper_thread.h"
+ #include "fio_sem.h"
+ 



Home | Main Index | Thread Index | Old Index