svn commit: r555218 - in head/lang: see siod

Mikael Urankar mikael at FreeBSD.org
Sun Nov 15 13:51:28 UTC 2020


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 at 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


More information about the svn-ports-all mailing list