Date: Sun, 6 Oct 2019 20:33:53 +0000 (UTC) From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513904 - head/graphics/graphviz Message-ID: <201910062033.x96KXrqv025625@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910062033.x96KXrqv025625>