Update to 2.19

This commit is contained in:
Baptiste Daroussin 2017-04-08 09:49:02 +00:00
parent 1b38e8e4ce
commit cb8a10e608
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=437997
3 changed files with 4 additions and 17 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= fio
PORTVERSION= 2.18
PORTVERSION= 2.19
CATEGORIES= benchmarks
MASTER_SITES= http://brick.kernel.dk/snaps/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1488036487
SHA256 (fio-2.18.tar.bz2) = 361dbefa80ac08b0974de5f0cc39da04d699b9f52b7ba574f2ab9b5260157d22
SIZE (fio-2.18.tar.bz2) = 579818
TIMESTAMP = 1491644824
SHA256 (fio-2.19.tar.bz2) = 81b3caaa2e1fa8903b7b2b374773fc4446e3bf7ac4d42f51f37d3cbd6e139d37
SIZE (fio-2.19.tar.bz2) = 583869

View File

@ -1,13 +0,0 @@
--- os/os-freebsd.h.orig 2017-02-23 15:44:32 UTC
+++ os/os-freebsd.h
@@ -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
#define OS_MAP_ANON MAP_ANON