From 0e8401a4c48aea1faae1813defb4fd659a69854b Mon Sep 17 00:00:00 2001 From: Mikael Urankar Date: Sun, 15 Nov 2020 13:51:27 +0000 Subject: [PATCH] Mark these ports broken on aarch64 Reported by: linimon Approved by: portmgr (tier-2 blanket) --- lang/see/Makefile | 2 ++ lang/siod/Makefile | 1 + 2 files changed, 3 insertions(+) diff --git a/lang/see/Makefile b/lang/see/Makefile index c4eccc72d29d..e4eeaf619bfd 100644 --- a/lang/see/Makefile +++ b/lang/see/Makefile @@ -20,6 +20,8 @@ LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/COPYING LICENSE_FILE_DTOA.C= ${WRKSRC}/COPYING LICENSE_PERMS_DTOA.C= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +BROKEN_aarch64= fails to build: error: "Exactly one of IEEE_8087, IEEE_MC68k, VAX, or IBM should be defined." + OPTIONS_DEFINE= GC DEBUG DOCS OPTIONS_DEFAULT= GC GC_DESC= Use Boehm-Weiser garbage collection package diff --git a/lang/siod/Makefile b/lang/siod/Makefile index 2e99676ccae2..66c5bbe13d22 100644 --- a/lang/siod/Makefile +++ b/lang/siod/Makefile @@ -11,6 +11,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Small footprint implementation of the Scheme programming language +BROKEN_aarch64= fails to link: ld: error: unable to find library -lm BROKEN_armv6= fails to link: final link failed: Nonrepresentable section on output BROKEN_armv7= fails to link: ld: siod: hidden symbol `__aeabi_uidivmod' in /usr/lib/libgcc.a(aeabi_uidivmod.o) is referenced by DSO BROKEN_mips64= fails to link: final link failed: Nonrepresentable section on output