svn commit: r513904 - head/graphics/graphviz

Dirk Meyer dinoex at FreeBSD.org
Sun Oct 6 20:33:53 UTC 2019


Author: dinoex
Date: Sun Oct  6 20:33:52 2019
New Revision: 513904
URL: https://svnweb.freebsd.org/changeset/ports/513904

Log:
  - mark BROKEN for arm64 and aarch64

Modified:
  head/graphics/graphviz/Makefile

Modified: head/graphics/graphviz/Makefile
==============================================================================
--- head/graphics/graphviz/Makefile	Sun Oct  6 19:44:38 2019	(r513903)
+++ head/graphics/graphviz/Makefile	Sun Oct  6 20:33:52 2019	(r513904)
@@ -4,13 +4,17 @@
 PORTNAME=	graphviz
 PORTVERSION=	2.42.2
 PORTREVISION=	2
-MASTER_SITES=	https://gitlab.com/graphviz/graphviz/-/archive/${PORTVERSION}/
 CATEGORIES=	graphics tk
+MASTER_SITES=	https://gitlab.com/graphviz/graphviz/-/archive/${PORTVERSION}/
+
 MAINTAINER=	dinoex at FreeBSD.org
 COMMENT=	Graph Visualization Software from AT&T and Bell Labs
 
 LICENSE=	EPL
 LICENSE_FILE=	${WRKSRC}/COPYING
+
+BROKEN_aarch64=	missing sbrk ?
+BROKEN_arm64=	missing sbrk ?
 
 BUILD_DEPENDS=	tclsh${TCL_VER}:lang/tcl${_TCLTK_WANTED_VERSION}
 LIB_DEPENDS=	libltdl.so:devel/libltdl \


More information about the svn-ports-head mailing list