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:   jperkin
Date:           Thu Apr 30 09:42:27 UTC 2020

Modified Files:
        pkgsrc/benchmarks/fio: distinfo
Added Files:
        pkgsrc/benchmarks/fio/patches: patch-Makefile patch-diskutil.h

Log Message:
fio: Couple of SunOS fixes.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/benchmarks/fio/distinfo
cvs rdiff -u -r0 -r1.5 pkgsrc/benchmarks/fio/patches/patch-Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/benchmarks/fio/patches/patch-diskutil.h

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/distinfo
diff -u pkgsrc/benchmarks/fio/distinfo:1.6 pkgsrc/benchmarks/fio/distinfo:1.7
--- pkgsrc/benchmarks/fio/distinfo:1.6  Fri Apr 17 17:54:34 2020
+++ pkgsrc/benchmarks/fio/distinfo      Thu Apr 30 09:42:27 2020
@@ -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

Added files:

Index: pkgsrc/benchmarks/fio/patches/patch-Makefile
diff -u /dev/null pkgsrc/benchmarks/fio/patches/patch-Makefile:1.5
--- /dev/null   Thu Apr 30 09:42:27 2020
+++ pkgsrc/benchmarks/fio/patches/patch-Makefile        Thu Apr 30 09:42:27 2020
@@ -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

Index: pkgsrc/benchmarks/fio/patches/patch-diskutil.h
diff -u /dev/null pkgsrc/benchmarks/fio/patches/patch-diskutil.h:1.1
--- /dev/null   Thu Apr 30 09:42:27 2020
+++ pkgsrc/benchmarks/fio/patches/patch-diskutil.h      Thu Apr 30 09:42:27 2020
@@ -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