aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2017-02-25 15:30:08 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2017-02-25 15:30:08 +0000
commitc6aef1afcf79c2e6b5a7f86395e80c9df911b36d (patch)
tree9065b9fb97ddef2776fee7126922e0e5898666be /benchmarks
parent5589cfcd95614ed689169ec7760d8d43351290c7 (diff)
downloadports-c6aef1afcf79c2e6b5a7f86395e80c9df911b36d.tar.gz
ports-c6aef1afcf79c2e6b5a7f86395e80c9df911b36d.zip
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/fio/Makefile2
-rw-r--r--benchmarks/fio/distinfo6
-rw-r--r--benchmarks/fio/files/patch-os_os-freebsd.h9
3 files changed, 9 insertions, 8 deletions
diff --git a/benchmarks/fio/Makefile b/benchmarks/fio/Makefile
index 63ed325d0fdf..26b2f5112b68 100644
--- a/benchmarks/fio/Makefile
+++ b/benchmarks/fio/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= fio
-PORTVERSION= 2.17
+PORTVERSION= 2.18
CATEGORIES= benchmarks
MASTER_SITES= http://brick.kernel.dk/snaps/
diff --git a/benchmarks/fio/distinfo b/benchmarks/fio/distinfo
index fe0f030b3b30..041497dff092 100644
--- a/benchmarks/fio/distinfo
+++ b/benchmarks/fio/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1484732316
-SHA256 (fio-2.17.tar.bz2) = 10156a165f09d0c28c01c7cfc48961e3d1cf619508cff1ce30fe54314b53afcf
-SIZE (fio-2.17.tar.bz2) = 563210
+TIMESTAMP = 1488036487
+SHA256 (fio-2.18.tar.bz2) = 361dbefa80ac08b0974de5f0cc39da04d699b9f52b7ba574f2ab9b5260157d22
+SIZE (fio-2.18.tar.bz2) = 579818
diff --git a/benchmarks/fio/files/patch-os_os-freebsd.h b/benchmarks/fio/files/patch-os_os-freebsd.h
index 7fd93ab3db1d..1206bd2115a9 100644
--- a/benchmarks/fio/files/patch-os_os-freebsd.h
+++ b/benchmarks/fio/files/patch-os_os-freebsd.h
@@ -1,9 +1,10 @@
---- os/os-freebsd.h.orig 2016-10-25 18:38:13 UTC
+--- os/os-freebsd.h.orig 2017-02-23 15:44:32 UTC
+++ os/os-freebsd.h
-@@ -22,6 +22,9 @@
- #define FIO_HAVE_TRIM
- #define FIO_HAVE_GETTID
+@@ -24,7 +24,9 @@
#define FIO_HAVE_CPU_AFFINITY
+ /* Only have attach-to-open-removed when kern.ipc.shm_allow_removed is 1 */
+ #undef FIO_HAVE_SHM_ATTACH_REMOVED
+-
+#if _POSIX_THREAD_PROCESS_SHARED > 0
+#define FIO_HAVE_PSHARED_MUTEX
+#endif