svn commit: r434820 - in head/benchmarks/fio: . files

Baptiste Daroussin bapt at FreeBSD.org
Sat Feb 25 15:30:10 UTC 2017


Author: bapt
Date: Sat Feb 25 15:30:08 2017
New Revision: 434820
URL: https://svnweb.freebsd.org/changeset/ports/434820

Log:
  Update to 2.18

Modified:
  head/benchmarks/fio/Makefile
  head/benchmarks/fio/distinfo
  head/benchmarks/fio/files/patch-os_os-freebsd.h

Modified: head/benchmarks/fio/Makefile
==============================================================================
--- head/benchmarks/fio/Makefile	Sat Feb 25 15:27:47 2017	(r434819)
+++ head/benchmarks/fio/Makefile	Sat Feb 25 15:30:08 2017	(r434820)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	fio
-PORTVERSION=	2.17
+PORTVERSION=	2.18
 CATEGORIES=	benchmarks
 MASTER_SITES=	http://brick.kernel.dk/snaps/
 

Modified: head/benchmarks/fio/distinfo
==============================================================================
--- head/benchmarks/fio/distinfo	Sat Feb 25 15:27:47 2017	(r434819)
+++ head/benchmarks/fio/distinfo	Sat Feb 25 15:30:08 2017	(r434820)
@@ -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

Modified: head/benchmarks/fio/files/patch-os_os-freebsd.h
==============================================================================
--- head/benchmarks/fio/files/patch-os_os-freebsd.h	Sat Feb 25 15:27:47 2017	(r434819)
+++ head/benchmarks/fio/files/patch-os_os-freebsd.h	Sat Feb 25 15:30:08 2017	(r434820)
@@ -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


More information about the svn-ports-all mailing list