Update to 2.18
This commit is contained in:
parent
5589cfcd95
commit
c6aef1afcf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=434820
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= fio
|
||||
PORTVERSION= 2.17
|
||||
PORTVERSION= 2.18
|
||||
CATEGORIES= benchmarks
|
||||
MASTER_SITES= http://brick.kernel.dk/snaps/
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user