From a577a897a7ff3b2b0b6c54f8bcb97680fe2125e6 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sun, 18 Mar 2018 03:06:14 +0000 Subject: [PATCH] Mark broken on armv7. armv6 results are not yet available (blocked on openjdk). Approved by: portmgr (tier-2 blanket) --- comms/yaac/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/comms/yaac/Makefile b/comms/yaac/Makefile index d649fd6f4082..28df7913e343 100644 --- a/comms/yaac/Makefile +++ b/comms/yaac/Makefile @@ -11,6 +11,8 @@ COMMENT= Platform-independent Java application for the APRS network LICENSE= LGPL3 +BROKEN_armv7= fails to package: yaac/build.xml:205: yaac/work/yaac/YAAC/site does not exist + JAVA_VERSION= 1.6+ USES= zip USE_ANT= yes