From b449807516264477b972e9800449c68f604b641e Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Wed, 23 Sep 2020 19:29:40 +0000 Subject: [PATCH] Mark as broken on all powerpc variants. The failure mode messes up poudriere bulk builds. It will take someone who wants to use this port on powerpc* to test it. Approved by: portmgr (tier-2 blanket) --- lang/ratfor/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/ratfor/Makefile b/lang/ratfor/Makefile index 6e79dd38e531..69c977ddcf6b 100644 --- a/lang/ratfor/Makefile +++ b/lang/ratfor/Makefile @@ -18,6 +18,8 @@ LICENSE_FILE= ${WRKSRC}/README BROKEN_aarch64= ./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 +BROKEN_powerpcspe= ./ratfor -o test.f test.r keeps creating huge output file NO_WRKSUBDIR= yes EXTRACT_CMD= ${CAT}