svn commit: r499767 - head/devel/libffcall

Mark Linimon linimon at FreeBSD.org
Tue Apr 23 16:28:44 UTC 2019


Author: linimon
Date: Tue Apr 23 16:28:43 2019
New Revision: 499767
URL: https://svnweb.freebsd.org/changeset/ports/499767

Log:
  Now builds on aarch64.
  
  PR:		237432
  Submitted by:	Greg V <greg at unrelenting dot technology>
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/libffcall/Makefile

Modified: head/devel/libffcall/Makefile
==============================================================================
--- head/devel/libffcall/Makefile	Tue Apr 23 15:24:37 2019	(r499766)
+++ head/devel/libffcall/Makefile	Tue Apr 23 16:28:43 2019	(r499767)
@@ -12,7 +12,6 @@ COMMENT=	Foreign function call libraries
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN_aarch64=		fails to build: checking whether code in malloc()ed memory is executable... Killing runaway build after 14400 seconds with no output
 BROKEN_armv6=		fails to build: avcall-armhf.s:46:2: error: '.syntax divided' arm assembly not supported
 BROKEN_armv7=		fails to build: avcall-armhf.s:46:2: error: '.syntax divided' arm assembly not supported
 BROKEN_mips=		fails to build: gmake[2]: No rule to make target 'avcall-mipsn32-macro.S', needed by 'avcall-mipsn32.s'


More information about the svn-ports-all mailing list