Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Dec 2020 05:21:10 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557792 - head/emulators/dynamips-community
Message-ID:  <202012120521.0BC5LAiu075596@repo.freebsd.org>

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



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