svn commit: r513904 - head/graphics/graphviz

Jan Beich jbeich at FreeBSD.org
Sun Oct 6 21:01:23 UTC 2019


Dirk Meyer <dinoex at FreeBSD.org> writes:

> 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
[...]
> +BROKEN_aarch64=	missing sbrk ?
> +BROKEN_arm64=	missing sbrk ?

BROKEN_${ARCH} uses `uname -p` or `sysctl -n hw.machine_arch`, so arm64
case will never match.

sbrk() issue was fixed in the past, maybe extend it to cover the new code.
https://svnweb.freebsd.org/changeset/ports/426075


More information about the svn-ports-head mailing list