Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Apr 2019 16:38:14 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r499768 - branches/2019Q2/devel/libffcall
Message-ID:  <201904231638.x3NGcEL8078457@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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'



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