svn commit: r541263 - head/cad/graywolf

Mikael Urankar mikael at FreeBSD.org
Sun Jul 5 09:10:51 UTC 2020


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


More information about the svn-ports-all mailing list