diff options
author | bapt <bapt@FreeBSD.org> | 2017-04-08 17:49:02 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2017-04-08 17:49:02 +0800 |
commit | 0333a7b33e2a8588e3cffe4936c940c04c3d4f99 (patch) | |
tree | c7e0579565c07e810fceabf0400d8b72cb58468d /benchmarks | |
parent | a213796781c7f0aa468e972268b7761f34611f5a (diff) | |
download | freebsd-ports-gnome-0333a7b33e2a8588e3cffe4936c940c04c3d4f99.tar.gz freebsd-ports-gnome-0333a7b33e2a8588e3cffe4936c940c04c3d4f99.tar.zst freebsd-ports-gnome-0333a7b33e2a8588e3cffe4936c940c04c3d4f99.zip |
Update to 2.19
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/fio/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/fio/distinfo | 6 | ||||
-rw-r--r-- | benchmarks/fio/files/patch-os_os-freebsd.h | 13 |
3 files changed, 4 insertions, 17 deletions
diff --git a/benchmarks/fio/Makefile b/benchmarks/fio/Makefile index 26b2f5112b68..c265976adbf5 100644 --- a/benchmarks/fio/Makefile +++ b/benchmarks/fio/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fio -PORTVERSION= 2.18 +PORTVERSION= 2.19 CATEGORIES= benchmarks MASTER_SITES= http://brick.kernel.dk/snaps/ diff --git a/benchmarks/fio/distinfo b/benchmarks/fio/distinfo index 041497dff092..492abe26a155 100644 --- a/benchmarks/fio/distinfo +++ b/benchmarks/fio/distinfo @@ -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 diff --git a/benchmarks/fio/files/patch-os_os-freebsd.h b/benchmarks/fio/files/patch-os_os-freebsd.h deleted file mode 100644 index 1206bd2115a9..000000000000 --- a/benchmarks/fio/files/patch-os_os-freebsd.h +++ /dev/null @@ -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 - |