Index: head/benchmarks/fio/Makefile =================================================================== --- head/benchmarks/fio/Makefile (revision 472281) +++ head/benchmarks/fio/Makefile (revision 472282) @@ -1,33 +1,30 @@ # Created by: luigi@FreeBSD.org # $FreeBSD$ PORTNAME= fio PORTVERSION= 3.6 CATEGORIES= benchmarks MASTER_SITES= http://brick.kernel.dk/snaps/ MAINTAINER= bapt@FreeBSD.org COMMENT= FIO - flexible IO tester LICENSE= GPLv2 -BROKEN_armv6= Fails to compile: unsupported ARM architecture -BROKEN_armv7= Fails to compile: unsupported ARM architecture - 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 Index: head/benchmarks/fio/files/patch-arch_arch-arm.h =================================================================== --- head/benchmarks/fio/files/patch-arch_arch-arm.h (nonexistent) +++ head/benchmarks/fio/files/patch-arch_arch-arm.h (revision 472282) @@ -0,0 +1,16 @@ +--- 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 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property