aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2018-11-05 08:12:21 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2018-11-05 08:12:21 +0000
commitd0d9ceb51a9683a034c0fa5ee8d74561b339bfb3 (patch)
tree2e5de8ef35dbd6085555ce6888222fd58bd84350 /benchmarks
parent6a443f7de17e16ac972fd8bec5cc234e2fffd4c1 (diff)
downloadports-d0d9ceb51a9683a034c0fa5ee8d74561b339bfb3.tar.gz
ports-d0d9ceb51a9683a034c0fa5ee8d74561b339bfb3.zip
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/fio/Makefile1
-rw-r--r--benchmarks/fio/files/patch-arch_arch-arm.h16
2 files changed, 1 insertions, 16 deletions
diff --git a/benchmarks/fio/Makefile b/benchmarks/fio/Makefile
index 4eaf3c5d90ef..007efde0bd96 100644
--- a/benchmarks/fio/Makefile
+++ b/benchmarks/fio/Makefile
@@ -3,6 +3,7 @@
PORTNAME= fio
PORTVERSION= 3.12
+PORTREVISION= 1
CATEGORIES= benchmarks
MASTER_SITES= http://brick.kernel.dk/snaps/
diff --git a/benchmarks/fio/files/patch-arch_arch-arm.h b/benchmarks/fio/files/patch-arch_arch-arm.h
deleted file mode 100644
index d1c9500a8deb..000000000000
--- a/benchmarks/fio/files/patch-arch_arch-arm.h
+++ /dev/null
@@ -1,16 +0,0 @@
---- benchmarks/fio/files/patch-arch_arch-arm.h (nonexistent)
-+++ benchmarks/fio/files/patch-arch_arch-arm.h (working copy)
-@@ -0,0 +1,12 @@
-+--- arch/arch-arm.h.orig 2018-05-07 14:59:32 UTC
-++++ arch/arch-arm.h
-+@@ -6,7 +6,8 @@
-+ #if defined (__ARM_ARCH_4__) || defined (__ARM_ARCH_4T__) \
-+ || defined (__ARM_ARCH_5__) || defined (__ARM_ARCH_5T__) || defined (__ARM_ARCH_5E__)\
-+ || defined (__ARM_ARCH_5TE__) || defined (__ARM_ARCH_5TEJ__) \
-+- || defined(__ARM_ARCH_6__) || defined(__ARM_ARCH_6J__) || defined(__ARM_ARCH_6Z__) || defined(__ARM_ARCH_6ZK__)
-++ || defined(__ARM_ARCH_6__) || defined(__ARM_ARCH_6J__) || defined(__ARM_ARCH_6Z__) || defined(__ARM_ARCH_6ZK__) \
-++ || defined(__ARM_ARCH_6KZ__)
-+ #define nop __asm__ __volatile__("mov\tr0,r0\t@ nop\n\t")
-+ #define read_barrier() __asm__ __volatile__ ("" : : : "memory")
-+ #define write_barrier() __asm__ __volatile__ ("" : : : "memory")
-