Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Nov 2020 13:51:27 +0000 (UTC)
From:      Mikael Urankar <mikael@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r555218 - in head/lang: see siod
Message-ID:  <202011151351.0AFDpRUH048259@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mikael
Date: Sun Nov 15 13:51:27 2020
New Revision: 555218
URL: https://svnweb.freebsd.org/changeset/ports/555218

Log:
  Mark these ports broken on aarch64
  
  Reported by:	linimon
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/lang/see/Makefile
  head/lang/siod/Makefile

Modified: head/lang/see/Makefile
==============================================================================
--- head/lang/see/Makefile	Sun Nov 15 13:40:55 2020	(r555217)
+++ head/lang/see/Makefile	Sun Nov 15 13:51:27 2020	(r555218)
@@ -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

Modified: head/lang/siod/Makefile
==============================================================================
--- head/lang/siod/Makefile	Sun Nov 15 13:40:55 2020	(r555217)
+++ head/lang/siod/Makefile	Sun Nov 15 13:51:27 2020	(r555218)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011151351.0AFDpRUH048259>