svn commit: r555177 - head/security/radamsa

Mark Linimon linimon at FreeBSD.org
Sun Nov 15 09:29:29 UTC 2020


Author: linimon
Date: Sun Nov 15 09:29:28 2020
New Revision: 555177
URL: https://svnweb.freebsd.org/changeset/ports/555177

Log:
  Mark as BROKEN on aarch64 (runaway build, seen on both emulated hardware
  and real hardware).
  
  While here, pet portlint.
  
  Reported by:	mikael
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/security/radamsa/Makefile

Modified: head/security/radamsa/Makefile
==============================================================================
--- head/security/radamsa/Makefile	Sun Nov 15 09:25:36 2020	(r555176)
+++ head/security/radamsa/Makefile	Sun Nov 15 09:29:28 2020	(r555177)
@@ -12,10 +12,12 @@ COMMENT=	General purpose fuzzer
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENCE
 
-USE_GITHUB=	yes
-GH_ACCOUNT=	aoh
+BROKEN_aarch64=		fails to build: runaway build
 
 BUILD_DEPENDS=	ol:lang/owl-lisp
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	aoh
 
 PLIST_FILES=	bin/radamsa \
 		man/man1/radamsa.1.gz


More information about the svn-ports-all mailing list