Index: head/benchmarks/fio/files/patch-arch_arch-arm.h =================================================================== --- head/benchmarks/fio/files/patch-arch_arch-arm.h (revision 484175) +++ head/benchmarks/fio/files/patch-arch_arch-arm.h (nonexistent) @@ -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") - Property changes on: head/benchmarks/fio/files/patch-arch_arch-arm.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/benchmarks/fio/Makefile =================================================================== --- head/benchmarks/fio/Makefile (revision 484175) +++ head/benchmarks/fio/Makefile (revision 484176) @@ -1,30 +1,31 @@ # Created by: luigi@FreeBSD.org # $FreeBSD$ PORTNAME= fio PORTVERSION= 3.12 +PORTREVISION= 1 CATEGORIES= benchmarks MASTER_SITES= http://brick.kernel.dk/snaps/ MAINTAINER= bapt@FreeBSD.org COMMENT= FIO - flexible IO tester LICENSE= GPLv2 USES= gmake tar:bzip2 OPTIONS_DEFINE= GNUPLOT EXAMPLES GNUPLOT_DESC= Support for plotting graphs GNUPLOT_BUILD_DEPENDS= ${LOCALBASE}/bin/gnuplot:math/gnuplot do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fio ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/tools/fio_generate_plots ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/fio.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ ${INSTALL_MAN} ${WRKSRC}/tools/fio_generate_plots.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} @(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}) .include