aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Urankar <mikael@FreeBSD.org>2021-09-24 12:35:50 +0000
committerMikael Urankar <mikael@FreeBSD.org>2021-09-24 14:13:04 +0000
commit61f3f3bf5d64b1206d866701ace608a11f8e801e (patch)
tree48326a08a6317efa82ad7481c169c559bac8ba8e
parent1b34b3e10c028b9132ddf99b6a60a29988427c4f (diff)
downloadports-61f3f3bf5d64b1206d866701ace608a11f8e801e.tar.gz
ports-61f3f3bf5d64b1206d866701ace608a11f8e801e.zip
lang/ratfor: Mark as broken on arm.
PR: 258628 Reported by: Robert Clausecker fuz@fuz.su Approved by: portmgr (tier-2 blanket)
-rw-r--r--lang/ratfor/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/ratfor/Makefile b/lang/ratfor/Makefile
index 5b5f37dafd00..d445d7608461 100644
--- a/lang/ratfor/Makefile
+++ b/lang/ratfor/Makefile
@@ -15,6 +15,8 @@ LICENSE= PD
LICENSE_FILE= ${WRKSRC}/README
BROKEN_aarch64= ./ratfor -o test.f test.r keeps creating huge output file
+BROKEN_armv6= ./ratfor -o test.f test.r keeps creating huge output file
+BROKEN_armv7= ./ratfor -o test.f test.r keeps creating huge output file
BROKEN_powerpc= ./ratfor -o test.f test.r keeps creating huge output file
BROKEN_powerpc64= ./ratfor -o test.f test.r keeps creating huge output file
BROKEN_powerpc64le= ./ratfor -o test.f test.r keeps creating huge output file