Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jul 2020 09:10:51 +0000 (UTC)
From:      Mikael Urankar <mikael@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r541263 - head/cad/graywolf
Message-ID:  <202007050910.0659Apgp017447@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mikael
Date: Sun Jul  5 09:10:50 2020
New Revision: 541263
URL: https://svnweb.freebsd.org/changeset/ports/541263

Log:
  cad/graywolf: Mark as broken on aarch64: fails to link with sbrk.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/cad/graywolf/Makefile

Modified: head/cad/graywolf/Makefile
==============================================================================
--- head/cad/graywolf/Makefile	Sun Jul  5 09:06:11 2020	(r541262)
+++ head/cad/graywolf/Makefile	Sun Jul  5 09:10:50 2020	(r541263)
@@ -14,6 +14,8 @@ COMMENT=	Fork of TimberWolf, a placement tool in VLSI 
 
 LICENSE=	GPLv2
 
+BROKEN_aarch64=	Fails to link: missing sbrk
+
 LIB_DEPENDS=	libgsl.so:math/gsl
 
 USES=		cmake compiler:c11 pkgconfig xorg



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