1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00

Remove a patch that is now integrated upstream

I missed the svn rm during the update

Reported by:	Sitsofe Wheeler <sitsofe@gmail.com> (upstream)
This commit is contained in:
Baptiste Daroussin 2018-11-05 08:12:21 +00:00
parent 6a443f7de1
commit d0d9ceb51a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=484176
2 changed files with 1 additions and 16 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= fio
PORTVERSION= 3.12
PORTREVISION= 1
CATEGORIES= benchmarks
MASTER_SITES= http://brick.kernel.dk/snaps/

View File

@ -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")