svn commit: r557792 - head/emulators/dynamips-community

Mark Linimon linimon at FreeBSD.org
Sat Dec 12 05:21:10 UTC 2020


Author: linimon
Date: Sat Dec 12 05:21:10 2020
New Revision: 557792
URL: https://svnweb.freebsd.org/changeset/ports/557792

Log:
  Mark as BROKEN on riscv64.
  
  While here, pet portlint (Makevar order).
  
  Approved by:	portmgr (tier-2 blanket)
  Obtained from:	lonesome.com build testing

Modified:
  head/emulators/dynamips-community/Makefile

Modified: head/emulators/dynamips-community/Makefile
==============================================================================
--- head/emulators/dynamips-community/Makefile	Sat Dec 12 05:18:36 2020	(r557791)
+++ head/emulators/dynamips-community/Makefile	Sat Dec 12 05:21:10 2020	(r557792)
@@ -12,10 +12,11 @@ COMMENT=	Cisco 1700/2600/3600/3700/7200 Simulator
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	libelf.so:devel/libelf
-
 BROKEN_powerpc=		fails to compile: invokes x86 assembler
+BROKEN_riscv64=		fails to compile: common/dynamips_common.h:71:2: Please define your architecture!
 BROKEN_sparc64=		fails to compile: invokes x86 assembler
+
+LIB_DEPENDS=	libelf.so:devel/libelf
 
 CFLAGS+=	-I${PREFIX}/include/libelf
 


More information about the svn-ports-all mailing list