svn commit: r555186 - in head: devel/bitkeeper math/apron

Mikael Urankar mikael at FreeBSD.org
Sun Nov 15 10:17:35 UTC 2020


Author: mikael
Date: Sun Nov 15 10:17:34 2020
New Revision: 555186
URL: https://svnweb.freebsd.org/changeset/ports/555186

Log:
  Mark these ports broken on aarch64
  
  Reported by:	linimon

Modified:
  head/devel/bitkeeper/Makefile
  head/math/apron/Makefile

Modified: head/devel/bitkeeper/Makefile
==============================================================================
--- head/devel/bitkeeper/Makefile	Sun Nov 15 10:14:58 2020	(r555185)
+++ head/devel/bitkeeper/Makefile	Sun Nov 15 10:17:34 2020	(r555186)
@@ -13,6 +13,8 @@ COMMENT=	Scalable Distributed Source Management System
 
 LICENSE=	APACHE20
 
+BROKEN_aarch64=	ld: error: undefined symbol: fpsetround
+
 BUILD_DEPENDS=	${LOCALBASE}/bin/gperf:devel/gperf \
 		${LOCALBASE}/include/tommath.h:math/libtommath \
 		bash:shells/bash

Modified: head/math/apron/Makefile
==============================================================================
--- head/math/apron/Makefile	Sun Nov 15 10:14:58 2020	(r555185)
+++ head/math/apron/Makefile	Sun Nov 15 10:17:34 2020	(r555186)
@@ -11,6 +11,8 @@ COMMENT=	APRON numerical abstract domain library
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_aarch64=	ld: error: ../apron/libapron_debug.so: undefined reference to fpsetround
+
 FETCH_DEPENDS=	svn:devel/subversion
 LIB_DEPENDS=	libgmp.so:math/gmp \
 		libmpfr.so:math/mpfr \


More information about the svn-ports-all mailing list