svn commit: r499768 - branches/2019Q2/devel/libffcall
Mark Linimon
linimon at FreeBSD.org
Tue Apr 23 16:38:14 UTC 2019
Author: linimon
Date: Tue Apr 23 16:38:13 2019
New Revision: 499768
URL: https://svnweb.freebsd.org/changeset/ports/499768
Log:
MFH: r499767
Now builds on aarch64.
PR: 237432
Submitted by: Greg V <greg at unrelenting dot technology>
Approved by: portmgr (tier-2 blanket)
Modified:
branches/2019Q2/devel/libffcall/Makefile
Directory Properties:
branches/2019Q2/ (props changed)
Modified: branches/2019Q2/devel/libffcall/Makefile
==============================================================================
--- branches/2019Q2/devel/libffcall/Makefile Tue Apr 23 16:28:43 2019 (r499767)
+++ branches/2019Q2/devel/libffcall/Makefile Tue Apr 23 16:38:13 2019 (r499768)
@@ -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