diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2021-01-02 01:46:08 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2021-01-02 01:46:08 +0000 |
commit | f2fbf5a1ed195e7994b3b0ee3d968be9b37f15ee (patch) | |
tree | c1428e3ef48406f008bf9e485352728e13586ff8 /lang/ocaml | |
parent | sysutils/bpytop: Update to 1.0.54 (diff) |
For ports on riscv64 that fail the same (or similar ways) to aarch64, mark
them BROKEN.
While here, pet portlint (Makevar order).
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=559904
Diffstat (limited to 'lang/ocaml')
-rw-r--r-- | lang/ocaml/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index d59f4fa99512..c2328c69c240 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -20,6 +20,7 @@ LICENSE_FILE_QPL10= ${WRKSRC}/LICENSE LICENSE_PERMS_QPL10= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept BROKEN_aarch64= Does not build: sh: as: not found +BROKEN_riscv64= fails to build: hasgot.c:3:12: use of undeclared identifier 'secure_getenv' BROKEN_sparc64= No rule to make target 'none.o', needed by 'libasmrun.a' BROKEN_mips64= No ASM support BROKEN_mips= No ASM support |